Results

By type

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

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

2022-04-24T05:31:01.057Z||main|||||INFO|500||The following profiles are active: basic
2022-04-24T05:31:20.199Z||main|||||INFO|500||Starting service [Tomcat]
2022-04-24T05:31:20.200Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-04-24T05:31:20.407Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-04-24T05:31:27.185Z||main|||||INFO|500||catdb-pool - Starting...
2022-04-24T05:31:27.787Z||main|||||INFO|500||catdb-pool - Start completed.
2022-04-24T05:31:28.402Z||main|||||INFO|500||reqdb-pool - Starting...
2022-04-24T05:31:28.786Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-04-24T05:31:28.952Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-04-24T05:31:29.335Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-04-24T05:31:30.227Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-04-24T05:31:33.160Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-24T05:31:37.064Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-24T05:31:37.154Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-04-24T05:31:38.200Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-24T05:31:38.618Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-04-24T05:31:40.793Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-24T05:31:42.757Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-04-24T05:31:42.787Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint: 
java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
	at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
	at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
	at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
	at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$5917c19b.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-04-24T05:31:42.789Z||main|||||WARN|500||The sdc end point is not alive
2022-04-24T05:31:48.599Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-04-24T05:31:53.504Z||main|||||WARN|500||---
2022-04-24T05:31:53.505Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-04-24T05:31:53.506Z||main|||||WARN|500||---
2022-04-24T05:31:54.207Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-04-24T05:32:03.020Z||main|||||INFO|500||Started Application in 67.104 seconds (JVM running for 71.303)
2022-04-24T05:32:03.050Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-24T05:32:03.053Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-24T05:32:03.074Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-24T05:32:03.119Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-24T05:32:03.198Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a2abffe6-415d-4354-a38b-6fbbaa67520f url= /sdc/v1/artifactTypes
2022-04-24T05:32:03.199Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-24T05:32:03.742Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-04-24T05:32:03.788Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-04-24T05:32:03.819Z||scheduling-1|||||DEBUG|500||create keys
2022-04-24T05:32:03.829Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-04-24T05:32:03.900Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T05:32:03.922Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= b7cd1146-f889-4fb0-964b-7d79d9eae22a url= /sdc/v1/registerForDistribution
2022-04-24T05:32:04.376Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= b7cd1146-f889-4fb0-964b-7d79d9eae22a url= /sdc/v1/registerForDistribution
2022-04-24T05:32:04.377Z||scheduling-1|||||INFO|500||start DistributionClient
2022-04-24T05:32:04.418Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:32:04.462Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-04-24T05:32:04.472Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T05:32:04.473Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T05:32:04.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:32:04.477Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T05:32:04.480Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T05:32:15.364Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T05:32:15.387Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T05:33:04.387Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:33:04.389Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T05:33:04.389Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T05:33:04.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:33:04.421Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T05:33:04.422Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T05:33:14.342Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T05:33:14.375Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T05:34:04.388Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:34:04.389Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T05:34:04.390Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T05:34:04.418Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:34:04.422Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T05:34:04.422Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T05:34:14.712Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T05:34:14.753Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T05:35:04.391Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:35:04.442Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T05:35:04.443Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T05:35:04.440Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:35:04.445Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T05:35:04.446Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T05:35:14.563Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T05:35:14.672Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T05:36:04.389Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:36:04.394Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T05:36:04.395Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T05:36:04.418Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:36:04.420Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T05:36:04.420Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T05:36:14.237Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T05:36:14.246Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T05:37:04.389Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:37:04.390Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T05:37:04.391Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T05:37:04.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:37:04.419Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T05:37:04.419Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T05:37:14.238Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T05:37:14.238Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T05:38:04.387Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:38:04.389Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T05:38:04.390Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T05:38:04.421Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:38:04.422Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T05:38:04.422Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T05:38:14.132Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T05:38:14.155Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T05:39:04.388Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:39:04.389Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T05:39:04.390Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T05:39:04.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:39:04.427Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T05:39:04.428Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T05:39:13.994Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T05:39:14.007Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T05:40:04.387Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:40:04.390Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T05:40:04.391Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T05:40:04.418Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:40:04.433Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T05:40:04.433Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T05:40:13.952Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T05:40:13.997Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T05:40:56.979Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-04-24T05:41:04.387Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:41:04.389Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T05:41:04.389Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T05:41:04.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:41:04.419Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T05:41:04.419Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T05:41:13.944Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T05:41:13.961Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T05:42:04.389Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:42:04.392Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T05:42:04.393Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T05:42:04.418Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:42:04.420Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T05:42:04.420Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T05:42:13.980Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T05:42:13.987Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T05:43:04.393Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:43:04.418Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:43:04.419Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T05:43:04.420Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T05:43:04.398Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T05:43:04.449Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T05:43:14.019Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T05:43:14.063Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T05:44:04.389Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:44:04.393Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T05:44:04.399Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T05:44:04.418Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:44:04.419Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T05:44:04.420Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T05:44:14.025Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T05:44:14.028Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T05:45:04.388Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:45:04.391Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T05:45:04.391Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T05:45:04.421Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:45:04.422Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T05:45:04.423Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T05:45:13.988Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T05:45:14.021Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T05:46:04.387Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:46:04.390Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T05:46:04.397Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T05:46:04.418Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:46:04.420Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T05:46:04.420Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T05:46:13.980Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T05:46:14.048Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T05:47:04.393Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:47:04.394Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T05:47:04.395Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T05:47:04.418Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:47:04.419Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T05:47:04.419Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T05:47:13.977Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T05:47:13.982Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T05:48:04.387Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:48:04.389Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T05:48:04.389Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T05:48:04.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:48:04.419Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T05:48:04.419Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T05:48:13.964Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T05:48:14.033Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T05:49:04.388Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:49:04.392Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T05:49:04.392Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T05:49:04.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:49:04.422Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T05:49:04.422Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T05:49:13.991Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T05:49:14.042Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T05:50:04.389Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:50:04.390Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T05:50:04.391Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T05:50:04.445Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:50:04.446Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T05:50:04.447Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T05:50:14.109Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T05:50:14.113Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T05:51:04.387Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:51:04.389Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T05:51:04.389Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T05:51:04.418Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:51:04.420Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T05:51:04.420Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T05:51:13.974Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T05:51:14.004Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T05:52:04.388Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:52:04.390Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T05:52:04.390Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T05:52:04.418Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:52:04.419Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T05:52:04.419Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T05:52:13.954Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T05:52:14.006Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T05:53:04.388Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:53:04.389Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T05:53:04.390Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T05:53:04.418Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:53:04.419Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T05:53:04.419Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T05:53:13.951Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T05:53:14.010Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T05:54:04.389Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:54:04.390Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T05:54:04.390Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T05:54:04.418Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:54:04.419Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T05:54:04.419Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T05:54:13.986Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T05:54:13.986Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T05:55:04.387Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:55:04.395Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T05:55:04.396Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T05:55:04.418Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:55:04.419Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T05:55:04.419Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T05:55:13.943Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T05:55:13.986Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T05:56:04.388Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:56:04.391Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T05:56:04.392Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T05:56:04.418Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:56:04.420Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T05:56:04.420Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T05:56:13.968Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T05:56:14.005Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T05:57:04.387Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:57:04.389Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T05:57:04.389Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T05:57:04.418Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:57:04.419Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T05:57:04.420Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T05:57:13.960Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T05:57:13.990Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T05:58:04.388Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:58:04.389Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T05:58:04.389Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T05:58:04.418Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:58:04.420Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T05:58:04.420Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T05:58:13.940Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T05:58:13.982Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T05:59:04.388Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:59:04.389Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T05:59:04.389Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T05:59:04.420Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T05:59:04.421Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T05:59:04.421Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T05:59:13.937Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T05:59:14.003Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:00:04.388Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:00:04.389Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:00:04.389Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:00:04.418Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:00:04.419Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:00:04.419Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:00:14.012Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:00:14.012Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:01:04.388Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:01:04.389Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:01:04.389Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:01:04.418Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:01:04.419Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:01:04.420Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:01:14.012Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:01:14.064Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:02:04.387Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:02:04.389Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:02:04.389Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:02:04.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:02:04.419Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:02:04.420Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:02:13.964Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:02:13.967Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:03:04.388Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:03:04.391Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:03:04.392Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:03:04.418Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:03:04.419Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:03:04.420Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:03:13.961Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:03:14.053Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:04:04.387Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:04:04.389Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:04:04.389Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:04:04.418Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:04:04.419Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:04:04.420Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:04:13.962Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:04:13.985Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:05:04.388Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:05:04.389Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:05:04.389Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:05:04.420Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:05:04.422Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:05:04.422Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:05:13.939Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:05:13.964Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:06:04.387Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:06:04.389Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:06:04.389Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:06:04.418Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:06:04.419Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:06:04.419Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:06:13.967Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:06:13.981Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:07:04.387Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:07:04.389Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:07:04.389Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:07:04.418Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:07:04.420Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:07:04.420Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:07:13.983Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:07:13.984Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:08:04.388Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:08:04.389Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:08:04.390Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:08:04.418Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:08:04.419Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:08:04.419Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:08:13.987Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:08:13.996Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:09:04.388Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:09:04.393Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:09:04.393Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:09:04.418Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:09:04.419Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:09:04.419Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:09:13.994Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:09:14.004Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:10:04.387Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:10:04.389Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:10:04.389Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:10:04.417Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:10:04.421Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:10:04.421Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:10:13.997Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:10:14.007Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:11:04.388Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:11:04.390Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:11:04.390Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:11:04.418Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:11:04.419Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:11:04.419Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:11:13.949Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:11:14.031Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:12:04.387Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:12:04.389Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:12:04.389Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:12:04.418Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:12:04.421Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:12:04.422Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:12:13.950Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:12:14.004Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:13:04.388Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:13:04.389Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:13:04.390Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:13:04.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:13:04.420Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:13:04.421Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:13:13.956Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:13:13.961Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:14:04.387Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:14:04.389Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:14:04.390Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:14:04.418Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:14:04.419Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:14:04.419Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:14:13.953Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:14:13.975Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:15:04.387Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:15:04.389Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:15:04.389Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:15:04.418Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:15:04.419Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:15:04.419Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:15:13.977Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:15:13.992Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:16:04.388Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:16:04.390Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:16:04.390Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:16:04.418Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:16:04.419Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:16:04.419Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:16:13.963Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:16:14.013Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:17:04.388Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:17:04.391Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:17:04.391Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:17:04.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:17:04.419Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:17:04.419Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:17:13.970Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:17:13.993Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:18:04.387Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:18:04.389Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:18:04.389Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:18:04.418Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:18:04.419Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:18:04.419Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:18:13.941Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:18:13.987Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:19:04.387Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:19:04.389Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:19:04.389Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:19:04.418Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:19:04.419Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:19:04.419Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:19:13.939Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:19:13.979Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:20:04.387Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:20:04.389Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:20:04.389Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:20:04.418Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:20:04.419Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:20:04.420Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:20:13.945Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:20:14.019Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:21:04.387Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:21:04.389Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:21:04.389Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:21:04.418Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:21:04.419Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:21:04.419Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:21:13.986Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:21:13.987Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:22:04.390Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:22:04.392Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:22:04.392Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:22:04.419Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:22:04.420Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:22:04.420Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:22:13.964Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:22:13.981Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:23:04.387Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:23:04.389Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:23:04.389Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:23:04.418Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:23:04.419Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:23:04.419Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:23:13.941Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:23:13.982Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:24:04.388Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:24:04.392Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:24:04.394Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:24:04.418Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:24:04.419Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:24:04.419Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:24:13.966Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:24:13.988Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:25:04.388Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:25:04.389Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:25:04.389Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:25:04.418Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:25:04.419Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:25:04.419Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:25:13.963Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:25:13.999Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:26:04.387Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:26:04.389Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:26:04.389Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:26:04.418Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:26:04.419Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:26:04.419Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:26:13.940Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:26:13.971Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:27:04.387Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:27:04.389Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:27:04.389Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:27:04.418Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:27:04.420Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:27:04.420Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:27:13.947Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:27:13.993Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:28:04.389Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:28:04.390Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:28:04.390Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:28:04.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:28:04.420Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:28:04.421Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:28:13.954Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:28:13.984Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:29:04.388Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:29:04.389Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:29:04.390Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:29:04.417Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:29:04.421Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:29:04.421Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:29:13.954Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:29:13.974Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:30:04.388Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:30:04.390Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:30:04.390Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:30:04.417Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:30:04.419Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:30:04.419Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:30:13.957Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:30:13.982Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:31:04.388Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:31:04.390Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:31:04.390Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:31:04.418Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:31:04.421Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:31:04.421Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:31:13.986Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:31:14.004Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:32:04.388Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:32:04.390Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:32:04.391Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:32:04.418Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:32:04.419Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:32:04.419Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:32:13.949Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:32:13.982Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:33:04.388Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:33:04.389Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:33:04.389Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:33:04.418Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:33:04.419Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:33:04.419Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:33:13.958Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:33:13.981Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:34:04.388Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:34:04.389Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:34:04.389Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:34:04.418Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:34:04.420Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:34:04.420Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:34:13.990Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:34:14.004Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:35:04.388Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:35:04.389Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:35:04.389Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:35:04.418Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:35:04.419Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:35:04.419Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:35:14.000Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:35:14.004Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:36:04.389Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:36:04.390Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:36:04.391Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:36:04.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:36:04.419Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:36:04.420Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:36:13.963Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:36:13.985Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:37:04.387Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:37:04.389Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:37:04.389Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:37:04.418Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:37:04.420Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:37:04.420Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:37:13.951Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:37:13.979Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:38:04.388Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:38:04.390Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:38:04.390Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:38:04.418Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:38:04.419Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:38:04.419Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:38:13.954Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:38:13.971Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:39:04.388Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:39:04.390Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:39:04.390Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:39:04.419Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:39:04.420Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:39:04.420Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:39:13.945Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:39:13.976Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:40:04.388Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:40:04.391Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:40:04.392Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:40:04.418Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:40:04.419Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:40:04.419Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:40:13.985Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:40:13.993Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:41:04.388Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:41:04.389Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:41:04.389Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:41:04.418Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:41:04.419Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:41:04.419Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:41:14.047Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:41:14.051Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:42:04.387Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:42:04.389Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:42:04.389Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:42:04.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:42:04.419Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:42:04.420Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:42:14.031Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:42:14.036Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:43:04.387Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:43:04.389Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:43:04.389Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:43:04.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:43:04.419Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:43:04.419Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:43:14.016Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:43:14.028Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:44:04.387Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:44:04.389Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:44:04.389Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:44:04.418Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:44:04.420Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:44:04.420Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:44:13.949Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:44:13.981Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:45:04.387Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:45:04.389Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:45:04.389Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:45:04.418Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:45:04.419Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:45:04.419Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:45:14.040Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:45:14.063Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:46:04.388Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:46:04.389Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:46:04.389Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:46:04.417Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:46:04.419Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:46:04.419Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:46:13.959Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:46:13.989Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:47:04.388Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:47:04.390Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:47:04.391Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:47:04.418Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:47:04.419Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:47:04.419Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:47:14.025Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:47:14.033Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:48:04.388Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:48:04.391Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:48:04.391Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:48:04.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:48:04.420Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:48:04.421Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:48:13.991Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:48:13.992Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:49:04.388Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:49:04.389Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:49:04.389Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:49:04.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:49:04.420Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:49:04.420Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:49:13.968Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:49:13.987Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:50:04.387Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:50:04.389Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:50:04.389Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:50:04.418Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:50:04.419Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:50:04.419Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:50:13.983Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:50:13.996Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:51:04.387Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:51:04.389Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:51:04.389Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:51:04.421Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:51:04.422Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:51:04.422Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:51:13.972Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:51:13.993Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:52:04.387Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:52:04.389Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:52:04.389Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:52:04.417Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:52:04.419Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:52:04.419Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:52:13.939Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:52:13.964Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:53:04.389Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:53:04.390Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:53:04.390Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:53:04.418Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:53:04.419Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:53:04.419Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:53:13.965Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:53:14.000Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:54:04.387Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:54:04.389Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:54:04.389Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:54:04.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:54:04.420Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:54:04.420Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:54:13.936Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:54:13.973Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:55:04.387Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:55:04.388Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:55:04.389Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:55:04.417Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:55:04.419Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:55:04.419Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:55:13.940Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:55:14.003Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:56:04.388Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:56:04.392Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:56:04.392Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:56:04.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:56:04.421Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:56:04.421Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:56:13.977Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:56:14.011Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:57:04.387Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:57:04.389Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:57:04.389Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:57:04.418Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:57:04.420Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:57:04.420Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:57:13.968Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:57:14.013Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:58:04.388Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:58:04.389Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:58:04.389Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:58:04.418Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:58:04.419Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:58:04.419Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:58:13.965Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:58:13.971Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:59:04.387Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:59:04.388Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:59:04.389Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:59:04.418Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T06:59:04.419Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T06:59:04.419Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T06:59:11.809Z||http-nio-8085-exec-10|||||INFO|500||Error parsing HTTP request header
 Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
	at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-24T06:59:14.014Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T06:59:14.015Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:00:04.387Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:00:04.389Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:00:04.389Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:00:04.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:00:04.419Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:00:04.419Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:00:13.965Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:00:13.994Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:01:04.387Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:01:04.390Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:01:04.390Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:01:04.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:01:04.419Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:01:04.419Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:01:13.981Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:01:14.033Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:02:04.413Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:02:04.414Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:02:04.414Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:02:04.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:02:04.420Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:02:04.421Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:02:14.002Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:02:14.003Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:03:04.388Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:03:04.391Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:03:04.391Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:03:04.418Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:03:04.419Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:03:04.419Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:03:13.977Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:03:13.991Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:04:04.389Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:04:04.390Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:04:04.390Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:04:04.417Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:04:04.418Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:04:04.418Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:04:13.996Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:04:14.004Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:05:04.388Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:05:04.393Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:05:04.394Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:05:04.417Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:05:04.419Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:05:04.420Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:05:13.966Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:05:14.008Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:06:04.387Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:06:04.389Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:06:04.389Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:06:04.420Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:06:04.421Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:06:04.421Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:06:13.973Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:06:13.985Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:07:04.387Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:07:04.389Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:07:04.389Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:07:04.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:07:04.419Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:07:04.419Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:07:13.992Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:07:14.000Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:08:04.393Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:08:04.395Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:08:04.395Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:08:04.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:08:04.419Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:08:04.420Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:08:05.049Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:08:05.052Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.052Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"a077879b-d922-4570-9164-3a46216397be","serviceName":"basic_onboard_esjIjo","serviceVersion":"1.0","serviceUUID":"db3246aa-7d4c-4307-9d3e-36355f07b366","serviceDescription":"service","serviceInvariantUUID":"18242a1b-c6e1-41bc-a686-8297adffc6d8","resources":[{"resourceInstanceName":"basic_onboard_esjIjo 0","resourceName":"basic_onboard_esjIjo","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"32f55328-0d30-42e3-b5f6-ebe12433ddcf","resourceInvariantUUID":"b4d20db1-d8a8-4f87-bfc5-cebe0f154b5b","resourceCustomizationUUID":"dc2acf41-96a0-4972-be19-93ad982087a9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/vf-license-model.xml","artifactChecksum":"YWMwYTkwMmFiMmQ0MjY1ZGJkMWY4NWUyZGRjMTI1Yjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2b975ee2-7183-4c2f-9944-e297eb3246e0","artifactVersion":"1"},{"artifactName":"basic_onboard_esjijo0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/basic_onboard_esjijo0_modules.json","artifactChecksum":"OThjMTQ3OGJhMmNhNTFiZGVkNDM4Y2I0NGY4NGE5ZTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b4e57cf7-338a-4232-8940-efd167803738","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"41bdb77f-ef8b-429b-b168-4b39404f2f06","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"736179b2-dbbb-4439-9072-5aac9157e562","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9efa338b-2378-4d12-a932-7104d0723172","artifactVersion":"2","generatedFromUUID":"41bdb77f-ef8b-429b-b168-4b39404f2f06"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardEsjijo-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/artifacts/service-BasicOnboardEsjijo-template.yml","artifactChecksum":"ZGZiMWM4YzUxZmNkOWJmYTMzMTNhNmNmZjY5M2FhMzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9ad87cb0-ba9b-4868-95a6-65f1a5d69b67","artifactVersion":"1"},{"artifactName":"service-BasicOnboardEsjijo-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/artifacts/service-BasicOnboardEsjijo-csar.csar","artifactChecksum":"MDljOTMyYmI1OGE0ZTg0NzRhYTQyNmRmN2ZlMjIxNmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ca8b005b-82c9-47a0-9e5c-6c0af82d8db8","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-24T07:08:05.054Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:08:05.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.064Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "clamp",
  "timestamp": 1650784053721,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:08:05.087Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:08:05.097Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-24T07:08:05.121Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:08:05.122Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784084393,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:08:05.134Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:08:05.134Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.134Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650784054885,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:08:05.135Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:08:05.135Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.135Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "clamp",
  "timestamp": 1650784053721,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/basic_onboard_esjijo0_modules.json",
  "status": "NOTIFIED"
}
2022-04-24T07:08:05.135Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:08:05.135Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.135Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650784060922,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:08:05.136Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:08:05.136Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.136Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650784054885,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/basic_onboard_esjijo0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:08:05.136Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:08:05.136Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.137Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "clamp",
  "timestamp": 1650784053721,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:08:05.137Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:08:05.137Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.137Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650784060922,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/basic_onboard_esjijo0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:08:05.137Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:08:05.138Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.138Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650784054885,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:08:05.138Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:08:05.138Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.138Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "clamp",
  "timestamp": 1650784053721,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:08:05.139Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:08:05.139Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.139Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650784060922,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:08:05.139Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:08:05.139Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.140Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650784054885,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:08:05.140Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:08:05.140Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.140Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "clamp",
  "timestamp": 1650784053721,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:08:05.140Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:08:05.141Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.141Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650784060922,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:08:05.141Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:08:05.141Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.142Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650784054885,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:08:05.142Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:08:05.142Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.142Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "clamp",
  "timestamp": 1650784053721,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/artifacts/service-BasicOnboardEsjijo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:08:05.142Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:08:05.142Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.143Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "cds",
  "timestamp": 1650784064809,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:08:05.144Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:08:05.145Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.145Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650784060922,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:08:05.145Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:08:05.145Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.145Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650784054885,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/artifacts/service-BasicOnboardEsjijo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:08:05.146Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:08:05.146Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.146Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "clamp",
  "timestamp": 1650784053721,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/artifacts/service-BasicOnboardEsjijo-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:08:05.146Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:08:05.147Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.147Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "cds",
  "timestamp": 1650784064809,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/basic_onboard_esjijo0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:08:05.147Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:08:05.147Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.147Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650784060922,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/artifacts/service-BasicOnboardEsjijo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:08:05.148Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:08:05.148Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.148Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650784065163,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:08:05.148Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:08:05.149Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.149Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650784054885,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/artifacts/service-BasicOnboardEsjijo-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:08:05.149Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:08:05.149Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.149Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650784060922,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/artifacts/service-BasicOnboardEsjijo-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:08:05.150Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:08:05.150Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.150Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "cds",
  "timestamp": 1650784064809,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:08:05.150Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:08:05.150Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.150Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650784065163,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/basic_onboard_esjijo0_modules.json",
  "status": "NOTIFIED"
}
2022-04-24T07:08:05.151Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:08:05.151Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.151Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "cds",
  "timestamp": 1650784064809,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:08:05.151Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:08:05.151Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.151Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650784065163,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-24T07:08:05.152Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:08:05.152Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.152Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "policy-id",
  "timestamp": 1650784067821,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:08:05.152Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:08:05.153Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.153Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "cds",
  "timestamp": 1650784064809,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:08:05.153Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:08:05.153Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.153Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650784069081,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/artifacts/service-BasicOnboardEsjijo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:08:05.154Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:08:05.154Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.154Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650784065163,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:08:05.154Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:08:05.155Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.155Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "policy-id",
  "timestamp": 1650784067821,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/basic_onboard_esjijo0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:08:05.155Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:08:05.155Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.155Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "cds",
  "timestamp": 1650784064809,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/artifacts/service-BasicOnboardEsjijo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:08:05.156Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:08:05.156Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.156Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650784065163,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-24T07:08:05.156Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:08:05.156Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.156Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "policy-id",
  "timestamp": 1650784067821,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-24T07:08:05.157Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:08:05.157Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.157Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "cds",
  "timestamp": 1650784064809,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/artifacts/service-BasicOnboardEsjijo-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:08:05.157Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:08:05.158Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.158Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650784065163,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/artifacts/service-BasicOnboardEsjijo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:08:05.158Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:08:05.158Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.158Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "policy-id",
  "timestamp": 1650784067821,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:08:05.159Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:08:05.159Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.159Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650784065163,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/artifacts/service-BasicOnboardEsjijo-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:08:05.159Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:08:05.159Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.159Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "policy-id",
  "timestamp": 1650784067821,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:08:05.160Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:08:05.160Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.160Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "aai-ml",
  "timestamp": 1650784071636,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:08:05.161Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:08:05.161Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.161Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "cds",
  "timestamp": 1650784073447,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/artifacts/service-BasicOnboardEsjijo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:08:05.161Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:08:05.161Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.161Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "policy-id",
  "timestamp": 1650784067821,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/artifacts/service-BasicOnboardEsjijo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:08:05.162Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:08:05.162Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.162Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "aai-ml",
  "timestamp": 1650784071636,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/basic_onboard_esjijo0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:08:05.162Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:08:05.163Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.163Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650784073827,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/basic_onboard_esjijo0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:08:05.163Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:08:05.163Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.163Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "cds",
  "timestamp": 1650784074531,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/artifacts/service-BasicOnboardEsjijo-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-04-24T07:08:05.221Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-04-24T07:08:05.230Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:08:05.230Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:08:05.246Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:08:05.248Z||pool-3-thread-1|||||INFO|500||cambria reply ok (19 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:08:05.508Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a077879b-d922-4570-9164-3a46216397be
2022-04-24T07:08:05.542Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a077879b-d922-4570-9164-3a46216397be and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:08:05.583Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.583Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "policy-id",
  "timestamp": 1650784067821,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/artifacts/service-BasicOnboardEsjijo-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:08:05.584Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:08:05.584Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.584Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "aai-ml",
  "timestamp": 1650784071636,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:08:05.585Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:08:05.585Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.585Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650784075309,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:08:05.586Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:08:05.586Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.586Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "aai-ml",
  "timestamp": 1650784071636,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:08:05.586Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:08:05.586Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.587Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "policy-id",
  "timestamp": 1650784076479,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/artifacts/service-BasicOnboardEsjijo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:08:05.587Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:08:05.587Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.587Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "aai-ml",
  "timestamp": 1650784071636,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:08:05.588Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:08:05.588Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.588Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650784076800,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:08:05.588Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:08:05.589Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.589Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "policy-id",
  "timestamp": 1650784077496,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/artifacts/service-BasicOnboardEsjijo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T07:08:05.589Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:08:05.589Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.590Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "aai-ml",
  "timestamp": 1650784071636,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/artifacts/service-BasicOnboardEsjijo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:08:05.590Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:08:05.590Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.590Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650784078139,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:08:05.619Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a077879b-d922-4570-9164-3a46216397be
2022-04-24T07:08:05.620Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a077879b-d922-4570-9164-3a46216397be and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:08:05.633Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.633Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "policy-id",
  "timestamp": 1650784078502,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:08:05.643Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a077879b-d922-4570-9164-3a46216397be
2022-04-24T07:08:05.643Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a077879b-d922-4570-9164-3a46216397be and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-04-24T07:08:05.666Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.666Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650784078471,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/artifacts/service-BasicOnboardEsjijo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T07:08:05.667Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:08:05.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.667Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "aai-ml",
  "timestamp": 1650784071636,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/artifacts/service-BasicOnboardEsjijo-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:08:05.668Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:08:05.668Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.668Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650784079161,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/basic_onboard_esjijo0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-24T07:08:05.668Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:08:05.669Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.669Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "clamp",
  "timestamp": 1650784079650,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/artifacts/service-BasicOnboardEsjijo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:08:05.670Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:08:05.670Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.670Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650784079495,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:08:05.678Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a077879b-d922-4570-9164-3a46216397be
2022-04-24T07:08:05.679Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a077879b-d922-4570-9164-3a46216397be and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:08:05.693Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.693Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "aai-ml",
  "timestamp": 1650784080007,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/artifacts/service-BasicOnboardEsjijo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:08:05.694Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:08:05.694Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.694Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "clamp",
  "timestamp": 1650784080735,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/artifacts/service-BasicOnboardEsjijo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T07:08:05.694Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:08:05.694Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:08:05.694Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "clamp",
  "timestamp": 1650784081740,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:08:05.701Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a077879b-d922-4570-9164-3a46216397be
2022-04-24T07:08:05.702Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a077879b-d922-4570-9164-3a46216397be and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:08:06.134Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:08:06.136Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-24T07:08:06.140Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:08:06.141Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784084393,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/basic_onboard_esjijo0_modules.json",
  "status": "NOTIFIED"
}
2022-04-24T07:08:06.241Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T07:08:06.243Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:08:06.243Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:08:06.258Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:08:06.259Z||pool-4-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:08:07.141Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:08:07.142Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-24T07:08:07.145Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:08:07.146Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784084393,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-24T07:08:07.249Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-24T07:08:07.250Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:08:07.250Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:08:07.267Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:08:07.268Z||pool-5-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:08:08.146Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:08:08.148Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-24T07:08:08.152Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:08:08.153Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784084393,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:08:08.252Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:08:08.254Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:08:08.254Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:08:08.333Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:08:08.334Z||pool-6-thread-1|||||INFO|500||cambria reply ok (81 ms):{"serverTimeMs":1,"count":1}
2022-04-24T07:08:09.157Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:08:09.159Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-24T07:08:09.162Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:08:09.163Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784084393,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-24T07:08:09.262Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:08:09.264Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:08:09.265Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:08:09.295Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:08:09.297Z||pool-7-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:08:10.163Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:08:10.166Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-24T07:08:10.180Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:08:10.181Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784084393,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/artifacts/service-BasicOnboardEsjijo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:08:10.281Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T07:08:10.283Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:08:10.283Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:08:10.326Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:08:10.327Z||pool-8-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":1,"count":1}
2022-04-24T07:08:11.182Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:08:11.183Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-24T07:08:11.186Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:08:11.186Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784084393,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/artifacts/service-BasicOnboardEsjijo-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:08:11.291Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-04-24T07:08:11.293Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:08:11.294Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:08:11.329Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:08:11.331Z||pool-9-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:08:12.189Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "serviceName": "basic_onboard_esjIjo",
  "serviceVersion": "1.0",
  "serviceUUID": "db3246aa-7d4c-4307-9d3e-36355f07b366",
  "serviceDescription": "service",
  "serviceInvariantUUID": "18242a1b-c6e1-41bc-a686-8297adffc6d8",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_esjIjo 0",
      "resourceCustomizationUUID": "dc2acf41-96a0-4972-be19-93ad982087a9",
      "resourceName": "basic_onboard_esjIjo",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "32f55328-0d30-42e3-b5f6-ebe12433ddcf",
      "resourceInvariantUUID": "b4d20db1-d8a8-4f87-bfc5-cebe0f154b5b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_esjijo0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/basic_onboard_esjijo0_modules.json",
          "artifactChecksum": "OThjMTQ3OGJhMmNhNTFiZGVkNDM4Y2I0NGY4NGE5ZTc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b4e57cf7-338a-4232-8940-efd167803738",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "41bdb77f-ef8b-429b-b168-4b39404f2f06",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "9efa338b-2378-4d12-a932-7104d0723172",
            "generatedFromUUID": "41bdb77f-ef8b-429b-b168-4b39404f2f06"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "9efa338b-2378-4d12-a932-7104d0723172",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardEsjijo-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/artifacts/service-BasicOnboardEsjijo-csar.csar",
      "artifactChecksum": "MDljOTMyYmI1OGE0ZTg0NzRhYTQyNmRmN2ZlMjIxNmQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ca8b005b-82c9-47a0-9e5c-6c0af82d8db8"
    }
  ],
  "workloadContext": "Production"
}
2022-04-24T07:08:12.194Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-24T07:08:12.195Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 db3246aa-7d4c-4307-9d3e-36355f07b366 ASDC
2022-04-24T07:08:12.437Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:a077879b-d922-4570-9164-3a46216397be
ServiceName:basic_onboard_esjIjo
ServiceVersion:1.0
ServiceUUID:db3246aa-7d4c-4307-9d3e-36355f07b366
ServiceInvariantUUID:18242a1b-c6e1-41bc-a686-8297adffc6d8
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardEsjijo-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/artifacts/service-BasicOnboardEsjijo-csar.csar
ArtifactUUID:ca8b005b-82c9-47a0-9e5c-6c0af82d8db8
ArtifactChecksum:MDljOTMyYmI1OGE0ZTg0NzRhYTQyNmRmN2ZlMjIxNmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_esjIjo 0
ResourceCustomizationUUID:dc2acf41-96a0-4972-be19-93ad982087a9
ResourceInvariantUUID:b4d20db1-d8a8-4f87-bfc5-cebe0f154b5b
ResourceName:basic_onboard_esjIjo
ResourceType:VF
ResourceUUID:32f55328-0d30-42e3-b5f6-ebe12433ddcf
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_esjijo0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/basic_onboard_esjijo0_modules.json
ArtifactUUID:b4e57cf7-338a-4232-8940-efd167803738
ArtifactChecksum:OThjMTQ3OGJhMmNhNTFiZGVkNDM4Y2I0NGY4NGE5ZTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.yaml
ArtifactUUID:41bdb77f-ef8b-429b-b168-4b39404f2f06
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.env
ArtifactUUID:9efa338b-2378-4d12-a932-7104d0723172
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.env
ArtifactUUID:9efa338b-2378-4d12-a932-7104d0723172
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-24T07:08:12.437Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF db3246aa-7d4c-4307-9d3e-36355f07b366 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-24T07:08:12.553Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-24T07:08:12.555Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-04-24T07:08:12.557Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-04-24T07:08:12.558Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ca8b005b-82c9-47a0-9e5c-6c0af82d8db8 from URL: /sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/artifacts/service-BasicOnboardEsjijo-csar.csar
2022-04-24T07:08:12.558Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-24T07:08:12.562Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/artifacts/service-BasicOnboardEsjijo-csar.csar
2022-04-24T07:08:13.387Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-24T07:08:13.409Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/artifacts/service-BasicOnboardEsjijo-csar.csar ca8b005b-82c9-47a0-9e5c-6c0af82d8db8 71564
2022-04-24T07:08:13.411Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/artifacts/service-BasicOnboardEsjijo-csar.csar ASDC sendASDCNotification
2022-04-24T07:08:13.412Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/artifacts/service-BasicOnboardEsjijo-csar.csar
2022-04-24T07:08:13.413Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-24T07:08:13.416Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-24T07:08:13.420Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:08:13.420Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784093410,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/artifacts/service-BasicOnboardEsjijo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:08:13.521Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T07:08:13.523Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:08:13.523Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:08:13.544Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:08:13.545Z||pool-10-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:08:14.422Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-24T07:08:14.425Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-04-24T07:08:14.426Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: ca8b005b-82c9-47a0-9e5c-6c0af82d8db8, URL: /sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/artifacts/service-BasicOnboardEsjijo-csar.csar to file: /app/ASDC/1/service-BasicOnboardEsjijo-csar.csar
2022-04-24T07:08:14.427Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardEsjijo-csar.csar
2022-04-24T07:08:14.607Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardEsjijo-csar.csar
2022-04-24T07:08:14.608Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardEsjijo-csar.csar
2022-04-24T07:08:15.762Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4370752778648969975/Definitions/service-BasicOnboardEsjijo-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-04-24T07:08:19.314Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-24T07:08:19.325Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-04-24T07:08:19.325Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardEsjijo-csar.csar
2022-04-24T07:08:19.326Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-24T07:08:19.326Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardEsjijo-csar.csar
2022-04-24T07:08:19.326Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||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-BasicOnboardEsjijo-csar.csar
2022-04-24T07:08:19.327Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||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-BasicOnboardEsjijo-csar.csar
2022-04-24T07:08:19.327Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||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-BasicOnboardEsjijo-csar.csar
2022-04-24T07:08:19.327Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardEsjijo-csar.csar
2022-04-24T07:08:19.327Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardEsjijo-csar.csar
2022-04-24T07:08:19.327Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||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-BasicOnboardEsjijo-csar.csar
2022-04-24T07:08:19.328Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||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-BasicOnboardEsjijo-csar.csar
2022-04-24T07:08:19.328Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_esjIjo 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-BasicOnboardEsjijo-csar.csar
2022-04-24T07:08:19.329Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-04-24T07:08:19.342Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:08:19.346Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_esjIjo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:08:19.354Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_esjIjo 0 is matching search criteria
2022-04-24T07:08:19.355Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-04-24T07:08:19.358Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_esjIjo 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-24T07:08:19.360Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:08:19.361Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_esjIjo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:08:19.361Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_esjIjo 0 is matching search criteria
2022-04-24T07:08:19.361Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-04-24T07:08:19.361Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_esjIjo 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-24T07:08:19.362Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:08:19.362Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_esjIjo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:08:19.377Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:08:19.378Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_esjIjo 0 is not matching search criteria
2022-04-24T07:08:19.379Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-04-24T07:08:19.379Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-04-24T07:08:19.385Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-04-24T07:08:19.386Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-24T07:08:19.386Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-24T07:08:19.387Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:08:19.387Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_esjIjo is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-24T07:08:19.389Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:08:19.389Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_esjIjo 0 is matching search criteria
2022-04-24T07:08:19.390Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_esjIjo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:08:19.390Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:08:19.390Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_esjIjo 0 is matching search criteria
2022-04-24T07:08:19.391Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_esjIjo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:08:19.391Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:08:19.391Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_esjIjo 0 is matching search criteria
2022-04-24T07:08:19.392Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_esjIjo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:08:19.392Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:08:19.393Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_esjIjo 0 is not matching search criteria
2022-04-24T07:08:19.393Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-24T07:08:19.393Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-24T07:08:19.394Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=559e007d-7ecf-414e-9e77-2e3cea82f510
2022-04-24T07:08:19.394Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:08:19.395Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_esjIjo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:08:19.395Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:08:19.395Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_esjIjo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:08:19.396Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:08:19.396Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_esjIjo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:08:19.396Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:08:19.397Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_esjIjo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:08:19.397Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_esjIjo
Description:service
Model UUID:db3246aa-7d4c-4307-9d3e-36355f07b366
Model Version:NULL
Model InvariantUuid:18242a1b-c6e1-41bc-a686-8297adffc6d8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_esjIjo
Model UUID:32f6dfdc-4402-4e7b-9557-93b5fecf5630
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b4d20db1-d8a8-4f87-bfc5-cebe0f154b5b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:dc2acf41-96a0-4972-be19-93ad982087a9
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c9dac96f-3c7b-4c8e-bf70-279021019646
ModelName:BasicOnboardEsjijo..base_ubuntu18..module-0
ModelUuid:52a662b3-dcb3-4d01-a3f2-05ad2534e6aa
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:559e007d-7ecf-414e-9e77-2e3cea82f510
ModelInvariantUuid:32fd5290-8bc4-4923-9b04-a82521ebc869
ModelName:basic_onboard_esjIjo-nodes.ubuntu18Cvfc
ModelUuid:ae316870-e7a4-4043-8a5a-a77a4acad6df
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:31575287-0e1a-455b-af3a-e0a661dc1972
ModelInvariantUuid:1a4c7abb-538f-42ea-ac12-2e6df7accaae
ModelName:BasicOnboardEsjijo.compute.nodes.heat.ubuntu18
ModelUuid:56136f55-e67f-41f9-9979-4b7fbec8591e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-24T07:08:19.416Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 32f55328-0d30-42e3-b5f6-ebe12433ddcf
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-24T07:08:19.568Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||basic_onboard_esjIjo 0
2022-04-24T07:08:19.592Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 32f55328-0d30-42e3-b5f6-ebe12433ddcf
2022-04-24T07:08:19.593Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b4e57cf7-338a-4232-8940-efd167803738 from URL: /sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/basic_onboard_esjijo0_modules.json
2022-04-24T07:08:19.594Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-24T07:08:19.594Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/basic_onboard_esjijo0_modules.json
2022-04-24T07:08:20.266Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-24T07:08:20.268Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/basic_onboard_esjijo0_modules.json b4e57cf7-338a-4232-8940-efd167803738 798
2022-04-24T07:08:20.268Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/basic_onboard_esjijo0_modules.json ASDC sendASDCNotification
2022-04-24T07:08:20.269Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/basic_onboard_esjijo0_modules.json
2022-04-24T07:08:20.269Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-24T07:08:20.270Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-24T07:08:20.278Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:08:20.279Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784100268,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/basic_onboard_esjijo0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:08:20.383Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-04-24T07:08:20.385Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:08:20.385Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:08:20.480Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:08:20.482Z||pool-11-thread-1|||||INFO|500||cambria reply ok (99 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:08:21.283Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardEsjijo..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "c9dac96f-3c7b-4c8e-bf70-279021019646",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "52a662b3-dcb3-4d01-a3f2-05ad2534e6aa",
    "vfModuleModelCustomizationUUID": "40d9840f-b518-4f06-9f23-31a14540d2f6",
    "isBase": true,
    "artifacts": [
      "41bdb77f-ef8b-429b-b168-4b39404f2f06",
      "9efa338b-2378-4d12-a932-7104d0723172"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-24T07:08:21.323Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardEsjijo..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:52a662b3-dcb3-4d01-a3f2-05ad2534e6aa
VfModuleModelInvariantUUID:c9dac96f-3c7b-4c8e-bf70-279021019646
VfModuleModelDescription:NULL
Artifacts UUID List:{
41bdb77f-ef8b-429b-b168-4b39404f2f06
,
9efa338b-2378-4d12-a932-7104d0723172

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

isBase:true


}

2022-04-24T07:08:21.331Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardEsjijo..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "c9dac96f-3c7b-4c8e-bf70-279021019646",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "52a662b3-dcb3-4d01-a3f2-05ad2534e6aa",
    "vfModuleModelCustomizationUUID": "40d9840f-b518-4f06-9f23-31a14540d2f6",
    "isBase": true,
    "artifacts": [
      "41bdb77f-ef8b-429b-b168-4b39404f2f06",
      "9efa338b-2378-4d12-a932-7104d0723172"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-24T07:08:21.331Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardEsjijo..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:52a662b3-dcb3-4d01-a3f2-05ad2534e6aa
VfModuleModelInvariantUUID:c9dac96f-3c7b-4c8e-bf70-279021019646
VfModuleModelDescription:NULL
Artifacts UUID List:{
41bdb77f-ef8b-429b-b168-4b39404f2f06
,
9efa338b-2378-4d12-a932-7104d0723172

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

isBase:true


}

2022-04-24T07:08:21.332Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 41bdb77f-ef8b-429b-b168-4b39404f2f06 from URL: /sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.yaml
2022-04-24T07:08:21.332Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-24T07:08:21.333Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.yaml
2022-04-24T07:08:21.587Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-24T07:08:21.587Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.yaml 41bdb77f-ef8b-429b-b168-4b39404f2f06 5033
2022-04-24T07:08:21.588Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-24T07:08:21.588Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.yaml
2022-04-24T07:08:21.588Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-24T07:08:21.589Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-24T07:08:21.592Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:08:21.592Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784101588,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:08:21.692Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:08:21.694Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:08:21.694Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:08:21.726Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:08:21.727Z||pool-12-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
2022-04-24T07:08:22.593Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9efa338b-2378-4d12-a932-7104d0723172 from URL: /sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.env
2022-04-24T07:08:22.595Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-24T07:08:22.596Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.env
2022-04-24T07:08:22.894Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-24T07:08:22.897Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.env 9efa338b-2378-4d12-a932-7104d0723172 909
2022-04-24T07:08:22.898Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-24T07:08:22.898Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.env
2022-04-24T07:08:22.898Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-24T07:08:22.899Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-24T07:08:22.910Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:08:22.911Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784102897,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:08:23.011Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T07:08:23.013Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:08:23.013Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:08:23.027Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:08:23.028Z||pool-13-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:08:23.913Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: db3246aa-7d4c-4307-9d3e-36355f07b366
2022-04-24T07:08:23.914Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_esjIjo 0 32f55328-0d30-42e3-b5f6-ebe12433ddcf ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-24T07:08:23.980Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@45e9be3f, org.onap.sdc.toscaparser.api.parameters.Input@61e8ce2e, org.onap.sdc.toscaparser.api.parameters.Input@790a0eb0, org.onap.sdc.toscaparser.api.parameters.Input@8e86877, org.onap.sdc.toscaparser.api.parameters.Input@f83713]
2022-04-24T07:08:23.991Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:08:23.992Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_esjIjo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:08:23.993Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-04-24T07:08:23.993Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= dc2acf41-96a0-4972-be19-93ad982087a9
2022-04-24T07:08:23.993Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: dc2acf41-96a0-4972-be19-93ad982087a9 matches Tosca VF Customization UUID: dc2acf41-96a0-4972-be19-93ad982087a9
2022-04-24T07:08:23.994Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: dc2acf41-96a0-4972-be19-93ad982087a9  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-04-24T07:08:24.009Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:08:24.010Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_esjIjo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:08:24.015Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id dc2acf41-96a0-4972-be19-93ad982087a9: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-04-24T07:08:24.016Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@54bb5834
2022-04-24T07:08:24.016Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:08:24.017Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_esjIjo is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-24T07:08:24.018Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 40d9840f-b518-4f06-9f23-31a14540d2f6
2022-04-24T07:08:24.021Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 40d9840f-b518-4f06-9f23-31a14540d2f6
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-04-24T07:08:24.033Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:08:24.034Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_esjIjo 0 is matching search criteria
2022-04-24T07:08:24.035Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_esjIjo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:08:24.036Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:08:24.037Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_esjIjo 0 is matching search criteria
2022-04-24T07:08:24.037Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_esjIjo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:08:24.038Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:08:24.038Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_esjIjo 0 is not matching search criteria
2022-04-24T07:08:24.039Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-24T07:08:24.039Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-24T07:08:24.039Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=559e007d-7ecf-414e-9e77-2e3cea82f510
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-24T07:08:24.052Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:08:24.053Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_esjIjo 0 is matching search criteria
2022-04-24T07:08:24.054Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_esjIjo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:08:24.054Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:08:24.054Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_esjIjo 0 is matching search criteria
2022-04-24T07:08:24.054Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_esjIjo 0] matching following query criteria: sdcType=VF, customizationUUID=dc2acf41-96a0-4972-be19-93ad982087a9
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-24T07:08:24.058Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:08:24.059Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_esjIjo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:08:24.059Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid db3246aa-7d4c-4307-9d3e-36355f07b366: basic_onboard_esjIjo
2022-04-24T07:08:24.060Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:08:24.060Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_esjIjo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:08:24.060Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:08:24.060Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_esjIjo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:08:24.061Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:08:24.061Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_esjIjo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:08:24.061Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:08:24.062Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_esjIjo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:08:24.062Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:08:24.062Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_esjIjo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:08:24.062Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_esjIjo 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:08:24.346Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_esjIjo 32f55328-0d30-42e3-b5f6-ebe12433ddcf 1 ASDC deployResourceStructure
2022-04-24T07:08:24.348Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/basic_onboard_esjijo0_modules.json ASDC sendASDCNotification
2022-04-24T07:08:24.349Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/basic_onboard_esjijo0_modules.json
2022-04-24T07:08:24.349Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-24T07:08:24.350Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-24T07:08:24.357Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:08:24.357Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784104348,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/basic_onboard_esjijo0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-24T07:08:24.455Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-04-24T07:08:24.456Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:08:24.456Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:08:24.492Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:08:24.493Z||pool-14-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:08:25.359Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-24T07:08:25.359Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.yaml
2022-04-24T07:08:25.359Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-24T07:08:25.359Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-24T07:08:25.362Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:08:25.363Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784105359,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-04-24T07:08:25.463Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T07:08:25.464Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:08:25.464Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:08:25.478Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:08:25.479Z||pool-15-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:08:26.364Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-24T07:08:26.365Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.env
2022-04-24T07:08:26.365Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-24T07:08:26.365Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-24T07:08:26.369Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:08:26.369Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784106363,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-04-24T07:08:26.469Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:08:26.470Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:08:26.471Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:08:26.490Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:08:26.491Z||pool-16-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:08:27.371Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/artifacts/service-BasicOnboardEsjijo-csar.csar ASDC sendASDCNotification
2022-04-24T07:08:27.371Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/artifacts/service-BasicOnboardEsjijo-csar.csar
2022-04-24T07:08:27.371Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-24T07:08:27.372Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-24T07:08:27.374Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:08:27.375Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784107371,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/artifacts/service-BasicOnboardEsjijo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T07:08:27.475Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T07:08:27.476Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:08:27.476Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:08:27.494Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:08:27.495Z||pool-17-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":2,"count":1}
2022-04-24T07:08:28.377Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a077879b-d922-4570-9164-3a46216397be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:08:28.427Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a077879b-d922-4570-9164-3a46216397be
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:08:28.436Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-24T07:08:28.437Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-24T07:08:28.437Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-24T07:08:58.437Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a077879b-d922-4570-9164-3a46216397be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:08:58.459Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a077879b-d922-4570-9164-3a46216397be
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:08:58.466Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-24T07:08:58.467Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-24T07:08:58.467Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-24T07:09:04.418Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:09:04.419Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:09:04.419Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:09:04.546Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:09:04.547Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:09:04.547Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784084393,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:09:04.549Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:09:28.468Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a077879b-d922-4570-9164-3a46216397be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:09:28.485Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a077879b-d922-4570-9164-3a46216397be
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:09:28.492Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-24T07:09:28.517Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-24T07:09:28.518Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-24T07:09:58.519Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a077879b-d922-4570-9164-3a46216397be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:09:58.535Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a077879b-d922-4570-9164-3a46216397be
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:09:58.544Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-24T07:09:58.545Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-24T07:09:58.545Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-24T07:10:04.418Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:10:04.419Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:10:04.419Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:10:04.963Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:10:04.977Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:04.977Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784084393,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/basic_onboard_esjijo0_modules.json",
  "status": "NOTIFIED"
}
2022-04-24T07:10:04.978Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:10:04.978Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:04.978Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784084393,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-24T07:10:04.979Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:10:04.979Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:04.979Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784084393,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:10:04.979Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:10:04.979Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:04.979Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784084393,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-24T07:10:04.979Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:10:04.979Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:04.980Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784084393,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/artifacts/service-BasicOnboardEsjijo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:10:04.980Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:10:04.980Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:04.980Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784084393,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/artifacts/service-BasicOnboardEsjijo-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:10:04.980Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:10:04.980Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:04.981Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "aai-ml",
  "timestamp": 1650784092717,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/artifacts/service-BasicOnboardEsjijo-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-04-24T07:10:04.981Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:10:04.981Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:04.981Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784093410,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/artifacts/service-BasicOnboardEsjijo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:10:04.981Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:10:04.981Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:04.981Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "aai-ml",
  "timestamp": 1650784093724,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:10:05.022Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of a077879b-d922-4570-9164-3a46216397be
2022-04-24T07:10:05.023Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a077879b-d922-4570-9164-3a46216397be and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:10:05.041Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.041Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "cds",
  "timestamp": 1650784094809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:10:05.042Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:10:05.042Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.043Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "policy-id",
  "timestamp": 1650784087821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:10:05.043Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:10:05.043Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.043Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "policy-id",
  "timestamp": 1650784087821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vfw67f59bd145f30_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:10:05.044Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:10:05.044Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.044Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "cds",
  "timestamp": 1650784094809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vfw67f59bd145f30_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:10:05.044Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:10:05.045Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.045Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "cds",
  "timestamp": 1650784094809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:10:05.045Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:10:05.045Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.046Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "policy-id",
  "timestamp": 1650784087821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-24T07:10:05.046Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:10:05.046Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.047Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "policy-id",
  "timestamp": 1650784087821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:10:05.047Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:10:05.047Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.047Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "cds",
  "timestamp": 1650784094809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:10:05.047Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:10:05.048Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.048Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784100268,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/basic_onboard_esjijo0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:10:05.048Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:10:05.049Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.049Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "policy-id",
  "timestamp": 1650784087821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:10:05.049Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:10:05.049Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.049Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "cds",
  "timestamp": 1650784094809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:10:05.050Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:10:05.050Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.050Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784101588,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:10:05.050Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:10:05.050Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.051Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650784100922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:10:05.051Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:10:05.051Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.051Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "policy-id",
  "timestamp": 1650784087821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/artifacts/service-Vfw20220424070446-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:10:05.052Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:10:05.052Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.052Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "cds",
  "timestamp": 1650784094809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/artifacts/service-Vfw20220424070446-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:10:05.052Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:10:05.053Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.053Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650784100922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vfw67f59bd145f30_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:10:05.053Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:10:05.053Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.054Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784102897,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:10:05.054Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:10:05.054Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.055Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "policy-id",
  "timestamp": 1650784087821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/artifacts/service-Vfw20220424070446-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:10:05.055Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:10:05.056Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.056Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "cds",
  "timestamp": 1650784094809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/artifacts/service-Vfw20220424070446-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:10:05.057Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:10:05.057Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.057Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "aai-ml",
  "timestamp": 1650784101636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:10:05.058Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:10:05.058Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.059Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650784100922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:10:05.059Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:10:05.059Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.059Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "aai-ml",
  "timestamp": 1650784101636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vfw67f59bd145f30_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:10:05.060Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:10:05.060Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.060Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "policy-id",
  "timestamp": 1650784103584,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/artifacts/service-Vfw20220424070446-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:10:05.060Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:10:05.061Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.061Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "cds",
  "timestamp": 1650784104303,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/artifacts/service-Vfw20220424070446-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:10:05.061Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:10:05.061Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.062Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784104348,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/basic_onboard_esjijo0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-24T07:10:05.062Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:10:05.062Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.062Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650784100922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:10:05.063Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:10:05.063Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.063Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "aai-ml",
  "timestamp": 1650784101636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:10:05.064Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:10:05.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.064Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "policy-id",
  "timestamp": 1650784104589,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/artifacts/service-Vfw20220424070446-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T07:10:05.065Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:10:05.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.065Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "cds",
  "timestamp": 1650784105325,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/artifacts/service-Vfw20220424070446-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:10:05.096Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a6eac45f-be82-4aae-aa14-987ce29c0017
2022-04-24T07:10:05.096Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6eac45f-be82-4aae-aa14-987ce29c0017 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:10:05.123Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.123Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784105359,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-04-24T07:10:05.123Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:10:05.124Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.124Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650784100922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:10:05.124Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:10:05.124Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.124Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "aai-ml",
  "timestamp": 1650784101636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:10:05.124Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:10:05.125Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.125Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "policy-id",
  "timestamp": 1650784105602,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:10:05.139Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a6eac45f-be82-4aae-aa14-987ce29c0017
2022-04-24T07:10:05.140Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6eac45f-be82-4aae-aa14-987ce29c0017 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:10:05.154Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.155Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784106363,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/resourceInstances/basic_onboard_esjijo0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-04-24T07:10:05.155Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:10:05.155Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.156Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650784105141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:10:05.156Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:10:05.156Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.156Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650784100922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/artifacts/service-Vfw20220424070446-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:10:05.157Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:10:05.157Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.157Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "aai-ml",
  "timestamp": 1650784101636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:10:05.158Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:10:05.158Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.158Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784107371,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEsjijo/1.0/artifacts/service-BasicOnboardEsjijo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T07:10:05.158Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:10:05.159Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.159Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650784105141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vfw67f59bd145f30_modules.json",
  "status": "NOTIFIED"
}
2022-04-24T07:10:05.159Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:10:05.159Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.160Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650784100922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/artifacts/service-Vfw20220424070446-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:10:05.160Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:10:05.160Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.160Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "aai-ml",
  "timestamp": 1650784101636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/artifacts/service-Vfw20220424070446-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:10:05.161Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:10:05.161Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.161Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650784105141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-24T07:10:05.161Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:10:05.162Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.162Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "aai-ml",
  "timestamp": 1650784101636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/artifacts/service-Vfw20220424070446-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:10:05.162Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:10:05.162Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.162Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650784105141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:10:05.163Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:10:05.163Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.163Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "aai-ml",
  "timestamp": 1650784109736,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/artifacts/service-Vfw20220424070446-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:10:05.163Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:10:05.164Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.164Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650784105141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-24T07:10:05.164Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:10:05.164Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.164Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650784105141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/artifacts/service-Vfw20220424070446-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:10:05.165Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:10:05.165Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.165Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650784105141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/artifacts/service-Vfw20220424070446-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:10:05.165Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:10:05.166Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.166Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650784113028,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vfw67f59bd145f30_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:10:05.166Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:10:05.166Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.166Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "clamp",
  "timestamp": 1650784113721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:10:05.167Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:10:05.167Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.167Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650784114436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:10:05.167Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:10:05.168Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.168Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "clamp",
  "timestamp": 1650784113721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vfw67f59bd145f30_modules.json",
  "status": "NOTIFIED"
}
2022-04-24T07:10:05.168Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:10:05.168Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.168Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650784114885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:10:05.168Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:10:05.168Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.169Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650784115600,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:10:05.169Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:10:05.169Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.169Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "clamp",
  "timestamp": 1650784113721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:10:05.169Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:10:05.169Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.169Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650784114885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vfw67f59bd145f30_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:10:05.169Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:10:05.169Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.170Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650784116641,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:10:05.176Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a6eac45f-be82-4aae-aa14-987ce29c0017
2022-04-24T07:10:05.176Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6eac45f-be82-4aae-aa14-987ce29c0017 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-04-24T07:10:05.187Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.187Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "clamp",
  "timestamp": 1650784113721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:10:05.188Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:10:05.188Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.188Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650784114885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:10:05.188Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:10:05.188Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.188Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650784117647,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vfw67f59bd145f30_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-24T07:10:05.188Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:10:05.189Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.189Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "clamp",
  "timestamp": 1650784113721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:10:05.189Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:10:05.189Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.189Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650784114885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:10:05.189Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:10:05.190Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.190Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "clamp",
  "timestamp": 1650784113721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/artifacts/service-Vfw20220424070446-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:10:05.190Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:10:05.190Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.190Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650784114885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:10:05.190Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:10:05.190Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.190Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "clamp",
  "timestamp": 1650784113721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/artifacts/service-Vfw20220424070446-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:10:05.191Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:10:05.191Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.191Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650784114885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/artifacts/service-Vfw20220424070446-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:10:05.191Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:10:05.191Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.191Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "aai-ml",
  "timestamp": 1650784121117,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/artifacts/service-Vfw20220424070446-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-04-24T07:10:05.191Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:10:05.191Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.191Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650784114885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/artifacts/service-Vfw20220424070446-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:10:05.192Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:10:05.192Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.192Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "aai-ml",
  "timestamp": 1650784122123,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:10:05.202Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of a6eac45f-be82-4aae-aa14-987ce29c0017
2022-04-24T07:10:05.202Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6eac45f-be82-4aae-aa14-987ce29c0017 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:10:05.218Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.219Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650784123378,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/artifacts/service-Vfw20220424070446-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:10:05.220Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:10:05.220Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.220Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650784128943,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/artifacts/service-Vfw20220424070446-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T07:10:05.220Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:10:05.221Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.221Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650784129950,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:10:05.230Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a6eac45f-be82-4aae-aa14-987ce29c0017
2022-04-24T07:10:05.230Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6eac45f-be82-4aae-aa14-987ce29c0017 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:10:05.243Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.243Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "clamp",
  "timestamp": 1650784134166,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/artifacts/service-Vfw20220424070446-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:10:05.244Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:10:05.244Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.245Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "clamp",
  "timestamp": 1650784136178,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/artifacts/service-Vfw20220424070446-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T07:10:05.245Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:10:05.245Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:10:05.245Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "clamp",
  "timestamp": 1650784137183,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:10:05.253Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a6eac45f-be82-4aae-aa14-987ce29c0017
2022-04-24T07:10:05.254Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6eac45f-be82-4aae-aa14-987ce29c0017 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:10:28.545Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a077879b-d922-4570-9164-3a46216397be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:10:28.568Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a077879b-d922-4570-9164-3a46216397be
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:10:28.577Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-24T07:10:28.577Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-24T07:10:28.577Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-24T07:10:28.578Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-24T07:10:28.578Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-04-24T07:10:28.578Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:10:28.593Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-24T07:10:58.594Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a077879b-d922-4570-9164-3a46216397be and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-24T07:10:58.615Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a077879b-d922-4570-9164-3a46216397be and serviceModelVersionId: db3246aa-7d4c-4307-9d3e-36355f07b366
2022-04-24T07:10:58.616Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 18242a1b-c6e1-41bc-a686-8297adffc6d8
2022-04-24T07:11:04.424Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:11:04.437Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:11:04.437Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:11:14.038Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:11:22.606Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0
2022-04-24T07:11:22.816Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-04-24T07:11:23.735Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|INFO|500||Invoke
2022-04-24T07:11:23.754Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a077879b-d922-4570-9164-3a46216397be], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[83ff4938-ce1a-4c10-912e-6e7cade506fb], X-ECOMP-RequestID=[a077879b-d922-4570-9164-3a46216397be], X-TransactionId=[], X-ONAP-RequestID=[a077879b-d922-4570-9164-3a46216397be], Content-Type=[application/merge-patch+json]}
2022-04-24T07:11:25.352Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|INFO|500||Invoke
2022-04-24T07:11:25.353Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a077879b-d922-4570-9164-3a46216397be], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8ef39d62-cbb4-4165-bd5d-37ffe3409f5c], X-ECOMP-RequestID=[a077879b-d922-4570-9164-3a46216397be], X-TransactionId=[], X-ONAP-RequestID=[a077879b-d922-4570-9164-3a46216397be], Content-Type=[application/merge-patch+json]}
2022-04-24T07:11:26.882Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|INFO|500||Invoke
2022-04-24T07:11:26.884Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a077879b-d922-4570-9164-3a46216397be], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[91142c7d-3b5b-4cdd-bd1c-4f915ccbf47d], X-ECOMP-RequestID=[a077879b-d922-4570-9164-3a46216397be], X-TransactionId=[], X-ONAP-RequestID=[a077879b-d922-4570-9164-3a46216397be], Content-Type=[application/merge-patch+json]}
2022-04-24T07:11:27.917Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-04-24T07:11:27.918Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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)
Caused by: 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.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-04-24T07:11:27.920Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-24T07:11:27.921Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-24T07:11:27.927Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-24T07:11:27.929Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a077879b-d922-4570-9164-3a46216397be and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-24T07:11:27.930Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-24T07:11:27.931Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:11:27.934Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:11:27.934Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||try to send status {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784287929,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-24T07:11:28.035Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:11:28.036Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:11:28.037Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:11:28.051Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:11:28.052Z||pool-18-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-24T07:11:28.955Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:11:28.956Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:11:28.956Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:11:33.336Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:11:33.337Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-24T07:11:33.337Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"a6eac45f-be82-4aae-aa14-987ce29c0017","serviceName":"vFW 2022-04-24 07-04-46","serviceVersion":"1.0","serviceUUID":"92b3d230-1cf1-424f-9e8c-ee9f56cf29f2","serviceDescription":"catalog service description","serviceInvariantUUID":"2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81","resources":[{"resourceInstanceName":"vFW 67f59bd1-45f3 0","resourceName":"vFW 67f59bd1-45f3","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ea71f287-8d91-4b8d-adb8-2e34947f931b","resourceInvariantUUID":"74585f02-42b9-4026-b939-e01ce5a2a0bd","resourceCustomizationUUID":"3aa88a0b-538c-4104-a35c-efe3e5c288da","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vf-license-model.xml","artifactChecksum":"MjlmZmZmMDVmM2MzZWVjMTYyMTc4ZmU4MTJiMGY0ZWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8b165f4f-2ca9-42e7-a765-0639bdd436ac","artifactVersion":"1"},{"artifactName":"vfw67f59bd145f30_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vfw67f59bd145f30_modules.json","artifactChecksum":"NTEzZjAzZjBlNzQ5ZjkwOTkzMTIzZTIwNDFlNjMxMDA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2a5e1f59-ed2e-4847-b4c7-86614c08033c","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"63eebedc-4363-4dfc-b14e-d6da28bcf0ca","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vendor-license-model.xml","artifactChecksum":"MTVlZDliYWEwMmI4YzlkNjhiODAzNjY5NDlmZGMzOGM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"55a91f2e-9f19-4462-b975-e86d02c44f84","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2c5f36de-c221-4832-9fa1-036625691b32","artifactVersion":"2","generatedFromUUID":"63eebedc-4363-4dfc-b14e-d6da28bcf0ca"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220424070446-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220424070446/1.0/artifacts/service-Vfw20220424070446-template.yml","artifactChecksum":"NWEwMzJiMjU5YWE0Yjg3NDkwYjBmYjlhNmQ2NWM1OWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0a3cb159-4386-4219-a956-660e74987e52","artifactVersion":"1"},{"artifactName":"service-Vfw20220424070446-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220424070446/1.0/artifacts/service-Vfw20220424070446-csar.csar","artifactChecksum":"NDIyY2Q3NzJkNmIxZTQ0ZjA2ODYxYmJkNDE4OTc2ZDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c6e1949e-f544-4e79-a2b1-4561a5e81b51","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-24T07:11:33.342Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:11:33.342Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-24T07:11:33.345Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:11:33.345Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784288955,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:11:33.445Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T07:11:33.446Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:11:33.447Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:11:33.458Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:11:33.459Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:11:34.348Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:11:34.349Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-24T07:11:34.351Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:11:34.352Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784288955,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vfw67f59bd145f30_modules.json",
  "status": "NOTIFIED"
}
2022-04-24T07:11:34.452Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T07:11:34.454Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:11:34.454Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:11:34.470Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:11:34.471Z||pool-20-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:11:35.353Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:11:35.354Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-24T07:11:35.358Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:11:35.358Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784288955,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-24T07:11:35.458Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:11:35.459Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:11:35.460Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:11:35.474Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:11:35.475Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-04-24T07:11:36.359Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:11:36.361Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-24T07:11:36.366Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:11:36.375Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784288955,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:11:36.469Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-04-24T07:11:36.471Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:11:36.472Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:11:36.502Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:11:36.503Z||pool-22-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:11:37.377Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:11:37.378Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-24T07:11:37.381Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:11:37.382Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784288955,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-24T07:11:37.483Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T07:11:37.484Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:11:37.484Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:11:37.500Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:11:37.501Z||pool-23-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-04-24T07:11:38.382Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:11:38.384Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-24T07:11:38.388Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:11:38.389Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784288955,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/artifacts/service-Vfw20220424070446-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:11:38.489Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T07:11:38.490Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:11:38.491Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:11:38.503Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:11:38.505Z||pool-24-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:11:39.390Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:11:39.391Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-24T07:11:39.395Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:11:39.395Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784288955,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/artifacts/service-Vfw20220424070446-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:11:39.495Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T07:11:39.497Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:11:39.497Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:11:39.514Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:11:39.515Z||pool-25-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:11:40.401Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "serviceName": "vFW 2022-04-24 07-04-46",
  "serviceVersion": "1.0",
  "serviceUUID": "92b3d230-1cf1-424f-9e8c-ee9f56cf29f2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81",
  "resources": [
    {
      "resourceInstanceName": "vFW 67f59bd1-45f3 0",
      "resourceCustomizationUUID": "3aa88a0b-538c-4104-a35c-efe3e5c288da",
      "resourceName": "vFW 67f59bd1-45f3",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ea71f287-8d91-4b8d-adb8-2e34947f931b",
      "resourceInvariantUUID": "74585f02-42b9-4026-b939-e01ce5a2a0bd",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw67f59bd145f30_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vfw67f59bd145f30_modules.json",
          "artifactChecksum": "NTEzZjAzZjBlNzQ5ZjkwOTkzMTIzZTIwNDFlNjMxMDA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2a5e1f59-ed2e-4847-b4c7-86614c08033c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "63eebedc-4363-4dfc-b14e-d6da28bcf0ca",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "2c5f36de-c221-4832-9fa1-036625691b32",
            "generatedFromUUID": "63eebedc-4363-4dfc-b14e-d6da28bcf0ca"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "2c5f36de-c221-4832-9fa1-036625691b32",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220424070446-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/artifacts/service-Vfw20220424070446-csar.csar",
      "artifactChecksum": "NDIyY2Q3NzJkNmIxZTQ0ZjA2ODYxYmJkNDE4OTc2ZDY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c6e1949e-f544-4e79-a2b1-4561a5e81b51"
    }
  ],
  "workloadContext": "Production"
}
2022-04-24T07:11:40.402Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-24T07:11:40.402Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 92b3d230-1cf1-424f-9e8c-ee9f56cf29f2 ASDC
2022-04-24T07:11:40.403Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:a6eac45f-be82-4aae-aa14-987ce29c0017
ServiceName:vFW 2022-04-24 07-04-46
ServiceVersion:1.0
ServiceUUID:92b3d230-1cf1-424f-9e8c-ee9f56cf29f2
ServiceInvariantUUID:2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220424070446-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220424070446/1.0/artifacts/service-Vfw20220424070446-csar.csar
ArtifactUUID:c6e1949e-f544-4e79-a2b1-4561a5e81b51
ArtifactChecksum:NDIyY2Q3NzJkNmIxZTQ0ZjA2ODYxYmJkNDE4OTc2ZDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 67f59bd1-45f3 0
ResourceCustomizationUUID:3aa88a0b-538c-4104-a35c-efe3e5c288da
ResourceInvariantUUID:74585f02-42b9-4026-b939-e01ce5a2a0bd
ResourceName:vFW 67f59bd1-45f3
ResourceType:VF
ResourceUUID:ea71f287-8d91-4b8d-adb8-2e34947f931b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw67f59bd145f30_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vfw67f59bd145f30_modules.json
ArtifactUUID:2a5e1f59-ed2e-4847-b4c7-86614c08033c
ArtifactChecksum:NTEzZjAzZjBlNzQ5ZjkwOTkzMTIzZTIwNDFlNjMxMDA=
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/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.yaml
ArtifactUUID:63eebedc-4363-4dfc-b14e-d6da28bcf0ca
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/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.env
ArtifactUUID:2c5f36de-c221-4832-9fa1-036625691b32
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/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.env
ArtifactUUID:2c5f36de-c221-4832-9fa1-036625691b32
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-24T07:11:40.404Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 92b3d230-1cf1-424f-9e8c-ee9f56cf29f2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-24T07:11:40.477Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-24T07:11:40.478Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-24T07:11:40.478Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-24T07:11:40.478Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c6e1949e-f544-4e79-a2b1-4561a5e81b51 from URL: /sdc/v1/catalog/services/Vfw20220424070446/1.0/artifacts/service-Vfw20220424070446-csar.csar
2022-04-24T07:11:40.478Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-24T07:11:40.479Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220424070446/1.0/artifacts/service-Vfw20220424070446-csar.csar
2022-04-24T07:11:42.786Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-24T07:11:42.793Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220424070446/1.0/artifacts/service-Vfw20220424070446-csar.csar c6e1949e-f544-4e79-a2b1-4561a5e81b51 99010
2022-04-24T07:11:42.793Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220424070446/1.0/artifacts/service-Vfw20220424070446-csar.csar ASDC sendASDCNotification
2022-04-24T07:11:42.794Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220424070446/1.0/artifacts/service-Vfw20220424070446-csar.csar
2022-04-24T07:11:42.794Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-24T07:11:42.795Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-24T07:11:42.798Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:11:42.799Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784302793,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/artifacts/service-Vfw20220424070446-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:11:42.910Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 111 ms
2022-04-24T07:11:42.912Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:11:42.912Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:11:43.014Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:11:43.015Z||pool-26-thread-1|||||INFO|500||cambria reply ok (104 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:11:43.801Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-24T07:11:43.802Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-24T07:11:43.803Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: c6e1949e-f544-4e79-a2b1-4561a5e81b51, URL: /sdc/v1/catalog/services/Vfw20220424070446/1.0/artifacts/service-Vfw20220424070446-csar.csar to file: /app/ASDC/1/service-Vfw20220424070446-csar.csar
2022-04-24T07:11:43.803Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220424070446-csar.csar
2022-04-24T07:11:43.804Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220424070446-csar.csar
2022-04-24T07:11:43.804Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220424070446-csar.csar
2022-04-24T07:11:44.254Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1065075527639438583/Definitions/service-Vfw20220424070446-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-04-24T07:11:48.259Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-24T07:11:48.261Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-04-24T07:11:48.261Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220424070446-csar.csar
2022-04-24T07:11:48.261Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-24T07:11:48.262Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220424070446-csar.csar
2022-04-24T07:11:48.263Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220424070446-csar.csar
2022-04-24T07:11:48.263Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 67f59bd1-45f3 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-Vfw20220424070446-csar.csar
2022-04-24T07:11:48.263Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220424070446-csar.csar
2022-04-24T07:11:48.264Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220424070446-csar.csar
2022-04-24T07:11:48.265Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220424070446-csar.csar
2022-04-24T07:11:48.265Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220424070446-csar.csar
2022-04-24T07:11:48.266Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220424070446-csar.csar
2022-04-24T07:11:48.266Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220424070446-csar.csar
2022-04-24T07:11:48.267Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220424070446-csar.csar
2022-04-24T07:11:48.267Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220424070446-csar.csar
2022-04-24T07:11:48.268Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220424070446-csar.csar
2022-04-24T07:11:48.268Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220424070446-csar.csar
2022-04-24T07:11:48.269Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-04-24T07:11:48.270Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:11:48.270Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-24 07-04-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:11:48.272Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vFW 67f59bd1-45f3 0 is matching search criteria
2022-04-24T07:11:48.272Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-04-24T07:11:48.273Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 67f59bd1-45f3 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-24T07:11:48.274Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:11:48.274Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-24 07-04-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:11:48.275Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vFW 67f59bd1-45f3 0 is matching search criteria
2022-04-24T07:11:48.276Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-04-24T07:11:48.277Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 67f59bd1-45f3 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-24T07:11:48.277Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:11:48.278Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-24 07-04-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:11:48.279Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:11:48.279Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vFW 67f59bd1-45f3 0 is not matching search criteria
2022-04-24T07:11:48.280Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-24T07:11:48.280Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-24T07:11:48.281Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-24T07:11:48.282Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-24T07:11:48.282Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-24T07:11:48.283Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T07:11:48.284Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-24T07:11:48.284Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-24T07:11:48.285Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-24T07:11:48.285Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-24T07:11:48.286Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-24T07:11:48.286Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-24T07:11:48.287Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-24T07:11:48.287Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-24T07:11:48.287Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T07:11:48.288Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-24T07:11:48.289Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:11:48.289Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-24 07-04-46 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-24T07:11:48.290Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:11:48.290Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vFW 67f59bd1-45f3 0 is matching search criteria
2022-04-24T07:11:48.290Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 67f59bd1-45f3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:11:48.291Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:11:48.291Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vFW 67f59bd1-45f3 0 is matching search criteria
2022-04-24T07:11:48.292Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 67f59bd1-45f3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:11:48.293Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:11:48.293Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vFW 67f59bd1-45f3 0 is matching search criteria
2022-04-24T07:11:48.294Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 67f59bd1-45f3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:11:48.295Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:11:48.296Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vFW 67f59bd1-45f3 0 is not matching search criteria
2022-04-24T07:11:48.297Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-24T07:11:48.297Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-24T07:11:48.298Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-24T07:11:48.298Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-24T07:11:48.299Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-24T07:11:48.300Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-24T07:11:48.300Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-24T07:11:48.301Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-24T07:11:48.301Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-24T07:11:48.302Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-24T07:11:48.303Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T07:11:48.303Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=041e9f89-69ff-4f7d-8ad3-e5f372622f7e
2022-04-24T07:11:48.304Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:11:48.305Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vFW 67f59bd1-45f3 0 is not matching search criteria
2022-04-24T07:11:48.305Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-24T07:11:48.306Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-24T07:11:48.306Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-24T07:11:48.307Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-24T07:11:48.307Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-24T07:11:48.308Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T07:11:48.308Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-24T07:11:48.309Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-24T07:11:48.309Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-24T07:11:48.310Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-24T07:11:48.310Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-24T07:11:48.311Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T07:11:48.311Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=fb417ad8-4e88-49e7-83d0-95b35abce645
2022-04-24T07:11:48.312Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:11:48.313Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vFW 67f59bd1-45f3 0 is not matching search criteria
2022-04-24T07:11:48.313Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-24T07:11:48.314Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-24T07:11:48.314Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-24T07:11:48.315Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-24T07:11:48.315Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-24T07:11:48.316Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T07:11:48.316Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-24T07:11:48.317Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-24T07:11:48.317Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-24T07:11:48.318Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-24T07:11:48.318Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-24T07:11:48.319Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-24T07:11:48.319Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=36888554-85e3-4364-9437-5ac4d334c4d7
2022-04-24T07:11:48.320Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:11:48.320Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-24 07-04-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:11:48.321Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:11:48.321Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-24 07-04-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:11:48.322Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:11:48.325Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-24 07-04-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:11:48.325Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:11:48.326Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-24 07-04-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:11:48.326Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-04-24 07-04-46
Description:catalog service description
Model UUID:92b3d230-1cf1-424f-9e8c-ee9f56cf29f2
Model Version:NULL
Model InvariantUuid:2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 67f59bd1-45f3
Model UUID:9cb11415-ba8a-4ca5-869c-8766c29d43fe
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:74585f02-42b9-4026-b939-e01ce5a2a0bd
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:3aa88a0b-538c-4104-a35c-efe3e5c288da
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:be97e46e-0a57-45b1-bd4a-ac651f1a88bc
ModelName:Vfw67f59bd145f3..base_vfw..module-0
ModelUuid:4ec02a6c-4f6f-4170-9021-6a9965a3e838
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:041e9f89-69ff-4f7d-8ad3-e5f372622f7e
ModelInvariantUuid:ea22a77e-566a-43d1-9c32-598d9209889f
ModelName:vFW 67f59bd1-45f3-nodes.vfwCvfc
ModelUuid:04021c1a-ba27-459d-acf0-8823fbf8cb6e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:026599c1-7f8b-4e9a-bf62-4fb31dea49ea
ModelInvariantUuid:a6681074-10fd-4a8b-9ef6-eb04c8d1f3bb
ModelName:Vfw67f59bd145f3.compute.nodes.heat.vfw
ModelUuid:1c28ba0f-80b8-49d5-836d-7e0479d34dac
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:fb417ad8-4e88-49e7-83d0-95b35abce645
ModelInvariantUuid:509129b3-e153-491c-91a8-86659fcd5981
ModelName:vFW 67f59bd1-45f3-nodes.vsnCvfc
ModelUuid:1bf3b805-5d60-4634-9cd6-05568622faf7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:6e2e6341-f0e8-49d5-87f4-2046090b0847
ModelInvariantUuid:2f8182ef-8ae5-44ac-9a68-4ec900cb51e6
ModelName:Vfw67f59bd145f3.compute.nodes.heat.vsn
ModelUuid:f1412756-161d-46ed-984b-a5aec693c07b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:36888554-85e3-4364-9437-5ac4d334c4d7
ModelInvariantUuid:ceb21eae-4035-40cf-a55f-638e5ff10471
ModelName:vFW 67f59bd1-45f3-nodes.vpgCvfc
ModelUuid:44bd0b79-e4cc-4fdf-8166-06f0dc4feabe
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:a3bbdd3e-9acf-4ffe-8dba-1bd42d90ec39
ModelInvariantUuid:81716aa2-88c4-4392-bc51-199f5fcd09c4
ModelName:Vfw67f59bd145f3.compute.nodes.heat.vpg
ModelUuid:39f97584-696f-4b0d-af34-248b2d72300d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-24T07:11:48.338Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: ea71f287-8d91-4b8d-adb8-2e34947f931b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-24T07:11:48.344Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||vFW 67f59bd1-45f3 0
2022-04-24T07:11:48.345Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ea71f287-8d91-4b8d-adb8-2e34947f931b
2022-04-24T07:11:48.346Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 2a5e1f59-ed2e-4847-b4c7-86614c08033c from URL: /sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vfw67f59bd145f30_modules.json
2022-04-24T07:11:48.346Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-24T07:11:48.347Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vfw67f59bd145f30_modules.json
2022-04-24T07:11:48.780Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-24T07:11:48.781Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vfw67f59bd145f30_modules.json 2a5e1f59-ed2e-4847-b4c7-86614c08033c 785
2022-04-24T07:11:48.781Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vfw67f59bd145f30_modules.json ASDC sendASDCNotification
2022-04-24T07:11:48.782Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vfw67f59bd145f30_modules.json
2022-04-24T07:11:48.782Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-24T07:11:48.783Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-24T07:11:48.786Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:11:48.786Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784308781,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vfw67f59bd145f30_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:11:48.889Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-24T07:11:48.890Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:11:48.890Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:11:48.924Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:11:48.926Z||pool-27-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:11:49.789Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw67f59bd145f3..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "be97e46e-0a57-45b1-bd4a-ac651f1a88bc",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4ec02a6c-4f6f-4170-9021-6a9965a3e838",
    "vfModuleModelCustomizationUUID": "9deb3344-aff7-4fdb-a677-6bbb52d5818d",
    "isBase": true,
    "artifacts": [
      "63eebedc-4363-4dfc-b14e-d6da28bcf0ca",
      "2c5f36de-c221-4832-9fa1-036625691b32"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-24T07:11:49.797Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw67f59bd145f3..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4ec02a6c-4f6f-4170-9021-6a9965a3e838
VfModuleModelInvariantUUID:be97e46e-0a57-45b1-bd4a-ac651f1a88bc
VfModuleModelDescription:NULL
Artifacts UUID List:{
63eebedc-4363-4dfc-b14e-d6da28bcf0ca
,
2c5f36de-c221-4832-9fa1-036625691b32

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

isBase:true


}

2022-04-24T07:11:49.801Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw67f59bd145f3..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "be97e46e-0a57-45b1-bd4a-ac651f1a88bc",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4ec02a6c-4f6f-4170-9021-6a9965a3e838",
    "vfModuleModelCustomizationUUID": "9deb3344-aff7-4fdb-a677-6bbb52d5818d",
    "isBase": true,
    "artifacts": [
      "63eebedc-4363-4dfc-b14e-d6da28bcf0ca",
      "2c5f36de-c221-4832-9fa1-036625691b32"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-24T07:11:49.801Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw67f59bd145f3..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4ec02a6c-4f6f-4170-9021-6a9965a3e838
VfModuleModelInvariantUUID:be97e46e-0a57-45b1-bd4a-ac651f1a88bc
VfModuleModelDescription:NULL
Artifacts UUID List:{
63eebedc-4363-4dfc-b14e-d6da28bcf0ca
,
2c5f36de-c221-4832-9fa1-036625691b32

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

isBase:true


}

2022-04-24T07:11:49.801Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 63eebedc-4363-4dfc-b14e-d6da28bcf0ca from URL: /sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.yaml
2022-04-24T07:11:49.802Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-24T07:11:49.802Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.yaml
2022-04-24T07:11:50.686Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-24T07:11:50.687Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.yaml 63eebedc-4363-4dfc-b14e-d6da28bcf0ca 20368
2022-04-24T07:11:50.688Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-24T07:11:50.688Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.yaml
2022-04-24T07:11:50.688Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-24T07:11:50.688Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-24T07:11:50.692Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:11:50.692Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784310688,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:11:50.796Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-24T07:11:50.797Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:11:50.797Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:11:50.811Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:11:50.812Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:11:51.697Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 2c5f36de-c221-4832-9fa1-036625691b32 from URL: /sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.env
2022-04-24T07:11:51.699Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-24T07:11:51.700Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.env
2022-04-24T07:11:51.984Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-24T07:11:51.985Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.env 2c5f36de-c221-4832-9fa1-036625691b32 2098
2022-04-24T07:11:51.986Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-24T07:11:51.986Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.env
2022-04-24T07:11:51.986Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-24T07:11:51.987Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-24T07:11:51.990Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:11:51.990Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784311986,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:11:52.091Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-24T07:11:52.092Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:11:52.092Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:11:52.109Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:11:52.110Z||pool-29-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:11:52.992Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 92b3d230-1cf1-424f-9e8c-ee9f56cf29f2
2022-04-24T07:11:52.993Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 67f59bd1-45f3 0 ea71f287-8d91-4b8d-adb8-2e34947f931b ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-24T07:11:53.026Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@411bcfc6, org.onap.sdc.toscaparser.api.parameters.Input@15a03ae2, org.onap.sdc.toscaparser.api.parameters.Input@52c6b5dc, org.onap.sdc.toscaparser.api.parameters.Input@5a57fa2, org.onap.sdc.toscaparser.api.parameters.Input@1adfe52f]
2022-04-24T07:11:53.030Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:11:53.031Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-24 07-04-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:11:53.031Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-04-24T07:11:53.032Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 3aa88a0b-538c-4104-a35c-efe3e5c288da
2022-04-24T07:11:53.032Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3aa88a0b-538c-4104-a35c-efe3e5c288da matches Tosca VF Customization UUID: 3aa88a0b-538c-4104-a35c-efe3e5c288da
2022-04-24T07:11:53.032Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 3aa88a0b-538c-4104-a35c-efe3e5c288da  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-04-24T07:11:53.036Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:11:53.037Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-24 07-04-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:11:53.038Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 3aa88a0b-538c-4104-a35c-efe3e5c288da: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-04-24T07:11:53.038Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4745ad09
2022-04-24T07:11:53.038Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:11:53.039Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-24 07-04-46 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-24T07:11:53.039Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9deb3344-aff7-4fdb-a677-6bbb52d5818d
2022-04-24T07:11:53.039Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9deb3344-aff7-4fdb-a677-6bbb52d5818d
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-04-24T07:11:53.045Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:11:53.046Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vFW 67f59bd1-45f3 0 is matching search criteria
2022-04-24T07:11:53.046Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 67f59bd1-45f3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:11:53.047Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:11:53.047Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vFW 67f59bd1-45f3 0 is matching search criteria
2022-04-24T07:11:53.047Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 67f59bd1-45f3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:11:53.048Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:11:53.048Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vFW 67f59bd1-45f3 0 is not matching search criteria
2022-04-24T07:11:53.048Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-24T07:11:53.049Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-24T07:11:53.049Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-24T07:11:53.049Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-24T07:11:53.050Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-24T07:11:53.050Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-24T07:11:53.051Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-24T07:11:53.051Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-24T07:11:53.052Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-24T07:11:53.052Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-24T07:11:53.053Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T07:11:53.053Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=041e9f89-69ff-4f7d-8ad3-e5f372622f7e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-24T07:11:53.059Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:11:53.060Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vFW 67f59bd1-45f3 0 is matching search criteria
2022-04-24T07:11:53.061Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 67f59bd1-45f3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:11:53.061Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:11:53.062Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vFW 67f59bd1-45f3 0 is not matching search criteria
2022-04-24T07:11:53.062Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-24T07:11:53.062Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-24T07:11:53.063Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-24T07:11:53.063Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-24T07:11:53.063Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-24T07:11:53.064Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T07:11:53.064Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-24T07:11:53.065Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-24T07:11:53.065Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-24T07:11:53.066Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-24T07:11:53.066Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-24T07:11:53.066Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T07:11:53.067Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=fb417ad8-4e88-49e7-83d0-95b35abce645
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-24T07:11:53.075Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:11:53.075Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vFW 67f59bd1-45f3 0 is matching search criteria
2022-04-24T07:11:53.076Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 67f59bd1-45f3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:11:53.094Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:11:53.095Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vFW 67f59bd1-45f3 0 is not matching search criteria
2022-04-24T07:11:53.095Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-24T07:11:53.095Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-24T07:11:53.096Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-24T07:11:53.097Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-24T07:11:53.097Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-24T07:11:53.097Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T07:11:53.098Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-24T07:11:53.098Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-24T07:11:53.099Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-24T07:11:53.099Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-24T07:11:53.099Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-24T07:11:53.100Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-24T07:11:53.100Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=36888554-85e3-4364-9437-5ac4d334c4d7
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-24T07:11:53.105Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:11:53.105Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vFW 67f59bd1-45f3 0 is matching search criteria
2022-04-24T07:11:53.106Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 67f59bd1-45f3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:11:53.106Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:11:53.106Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Node template vFW 67f59bd1-45f3 0 is matching search criteria
2022-04-24T07:11:53.107Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 67f59bd1-45f3 0] matching following query criteria: sdcType=VF, customizationUUID=3aa88a0b-538c-4104-a35c-efe3e5c288da
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-24T07:11:53.110Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:11:53.111Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-24 07-04-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:11:53.112Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 92b3d230-1cf1-424f-9e8c-ee9f56cf29f2: vFW 67f59bd1-45f3
2022-04-24T07:11:53.112Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:11:53.112Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-24 07-04-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:11:53.113Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:11:53.113Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-24 07-04-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:11:53.114Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:11:53.114Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-24 07-04-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:11:53.114Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:11:53.115Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-24 07-04-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:11:53.115Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:11:53.116Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-04-24 07-04-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:11:53.116Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2022-04-24 07-04-46 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:11:53.359Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 67f59bd1-45f3 ea71f287-8d91-4b8d-adb8-2e34947f931b 1 ASDC deployResourceStructure
2022-04-24T07:11:53.360Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vfw67f59bd145f30_modules.json ASDC sendASDCNotification
2022-04-24T07:11:53.361Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vfw67f59bd145f30_modules.json
2022-04-24T07:11:53.361Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-24T07:11:53.362Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-24T07:11:53.365Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:11:53.366Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784313360,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vfw67f59bd145f30_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-24T07:11:53.466Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T07:11:53.467Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:11:53.469Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:11:53.488Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:11:53.490Z||pool-30-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:11:54.367Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-24T07:11:54.367Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.yaml
2022-04-24T07:11:54.367Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-24T07:11:54.368Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-24T07:11:54.377Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:11:54.378Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784314367,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-24T07:11:54.475Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-04-24T07:11:54.477Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:11:54.477Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:11:54.517Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:11:54.518Z||pool-31-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:11:55.379Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-24T07:11:55.380Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.env
2022-04-24T07:11:55.380Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-24T07:11:55.380Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-24T07:11:55.383Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:11:55.383Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784315379,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-24T07:11:55.484Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T07:11:55.485Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:11:55.486Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:11:55.499Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:11:55.500Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:11:56.385Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220424070446/1.0/artifacts/service-Vfw20220424070446-csar.csar ASDC sendASDCNotification
2022-04-24T07:11:56.385Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220424070446/1.0/artifacts/service-Vfw20220424070446-csar.csar
2022-04-24T07:11:56.386Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-24T07:11:56.386Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-24T07:11:56.389Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:11:56.389Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784316385,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/artifacts/service-Vfw20220424070446-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T07:11:56.489Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:11:56.491Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:11:56.491Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:11:56.505Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:11:56.506Z||pool-33-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:11:57.391Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a6eac45f-be82-4aae-aa14-987ce29c0017
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:11:57.416Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a6eac45f-be82-4aae-aa14-987ce29c0017
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:11:57.428Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-24T07:11:57.429Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-24T07:11:57.429Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-24T07:11:57.430Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-24T07:11:57.430Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-04-24T07:11:57.431Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:11:57.440Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-24T07:12:04.418Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:12:04.419Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:12:04.419Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:12:05.054Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:12:05.056Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:12:05.056Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a077879b-d922-4570-9164-3a46216397be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784287929,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-24T07:12:05.059Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:12:05.059Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:12:05.060Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784288955,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:12:05.061Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:12:05.061Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:12:05.061Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784288955,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vfw67f59bd145f30_modules.json",
  "status": "NOTIFIED"
}
2022-04-24T07:12:05.062Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:12:05.062Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:12:05.063Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784288955,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-24T07:12:05.063Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:12:05.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:12:05.064Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784288955,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:12:05.065Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:12:05.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:12:05.065Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784288955,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-24T07:12:05.066Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:12:05.066Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:12:05.066Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784288955,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/artifacts/service-Vfw20220424070446-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:12:05.069Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:12:05.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:12:05.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784288955,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/artifacts/service-Vfw20220424070446-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:12:05.069Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:12:05.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:12:05.070Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784302793,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/artifacts/service-Vfw20220424070446-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:12:05.070Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:12:05.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:12:05.070Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784308781,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vfw67f59bd145f30_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:12:05.071Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:12:05.071Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:12:05.071Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784310688,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:12:05.071Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:12:05.071Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:12:05.072Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784311986,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:12:05.072Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:12:05.072Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:12:05.073Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784313360,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/vfw67f59bd145f30_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-24T07:12:05.073Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:12:05.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:12:05.073Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784314367,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-24T07:12:05.074Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:12:05.074Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:12:05.074Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784315379,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/resourceInstances/vfw67f59bd145f30/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-24T07:12:05.074Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:12:05.075Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:12:05.075Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784316385,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424070446/1.0/artifacts/service-Vfw20220424070446-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T07:12:05.075Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:12:27.441Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a6eac45f-be82-4aae-aa14-987ce29c0017 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-24T07:12:27.453Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a6eac45f-be82-4aae-aa14-987ce29c0017 and serviceModelVersionId: 92b3d230-1cf1-424f-9e8c-ee9f56cf29f2
2022-04-24T07:12:27.453Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81
2022-04-24T07:12:27.455Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0
2022-04-24T07:12:27.463Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-04-24T07:12:27.560Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-24T07:12:27.565Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||Invoke
2022-04-24T07:12:29.123Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-24T07:12:29.125Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||Invoke
2022-04-24T07:12:30.661Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-24T07:12:30.667Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||Invoke
2022-04-24T07:12:31.686Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-04-24T07:12:31.690Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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)
Caused by: 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.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-04-24T07:12:31.693Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-24T07:12:31.694Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-24T07:12:31.703Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-24T07:12:31.706Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a6eac45f-be82-4aae-aa14-987ce29c0017 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-24T07:12:31.708Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-24T07:12:31.714Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:12:31.719Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:12:31.720Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||try to send status {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784351707,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-24T07:12:31.819Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-24T07:12:31.821Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:12:31.821Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:12:31.837Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:12:31.839Z||pool-34-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-24T07:12:32.749Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:12:32.753Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:12:32.753Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:12:42.481Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:12:42.482Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:12:42.483Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:12:42.483Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:12:52.058Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:12:52.059Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:12:52.060Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:12:52.061Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:13:01.714Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:13:04.393Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:13:04.394Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:13:04.395Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:13:04.418Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:13:04.419Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:13:04.419Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:13:05.063Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:13:05.064Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:13:05.064Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6eac45f-be82-4aae-aa14-987ce29c0017",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784351707,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-24T07:13:05.065Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:13:13.993Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:14:04.387Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:14:04.389Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:14:04.390Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:14:04.418Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:14:04.419Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:14:04.419Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:14:05.026Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:14:05.027Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||received message from topic
2022-04-24T07:14:05.027Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"4c926a27-e3bf-4fc4-b354-05528e540c30","serviceName":"vFW 2022-04-24 07-10-48","serviceVersion":"1.0","serviceUUID":"71e632b9-72e1-41f5-a9ab-785a3b47f811","serviceDescription":"catalog service description","serviceInvariantUUID":"4e4a47a6-2a97-4424-90dc-fc65b0ea5959","resources":[{"resourceInstanceName":"vFW 6ff7ed63-7286 0","resourceName":"vFW 6ff7ed63-7286","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e3c560d8-0624-412c-aa3c-00b2b9769d8f","resourceInvariantUUID":"e56725f7-e4be-4343-bef0-a2a4f16c4281","resourceCustomizationUUID":"6b4a9ddb-9465-43f4-b02c-84ba516043bf","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/vf-license-model.xml","artifactChecksum":"NjMyNjhkNGE4OTZkNjk5MGUxMjNiYjM0MWE1ZmFlOTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"849f7424-c727-43bf-aecc-63cd897c70a3","artifactVersion":"1"},{"artifactName":"vfw6ff7ed6372860_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/vfw6ff7ed6372860_modules.json","artifactChecksum":"MTM3MjQzNmIzYTZjZDEyYjNmZThiNzAzNThlMjFiZGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4f3f19c4-e6fb-4503-980f-e9155bca30cf","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"99ac10a4-2ab7-4cd0-ba56-17ad565d7374","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/vendor-license-model.xml","artifactChecksum":"OWYyZjQ5ZDQ3OTc2NTU1MDdkYzkzZjVjMDQ2ZTcwNDE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"04a8bc45-2dc0-4cc7-a4a4-6bb1475ccda4","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"63f629b0-5940-4dbc-a8dd-2caf48135bf9","artifactVersion":"2","generatedFromUUID":"99ac10a4-2ab7-4cd0-ba56-17ad565d7374"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220424071048-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220424071048/1.0/artifacts/service-Vfw20220424071048-template.yml","artifactChecksum":"ZWIyZjkzYWY2Y2RmYjRhYzlmY2E0MDkxZWI3MGQ2ZWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"df789932-9817-4494-b15a-070b7a428c59","artifactVersion":"1"},{"artifactName":"service-Vfw20220424071048-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220424071048/1.0/artifacts/service-Vfw20220424071048-csar.csar","artifactChecksum":"YzBiNDViYjcxYWQ4MTc2ZWQ2YzhkNzk2NzA5ZmYyYjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b6b06f5c-f77c-4eb0-bd3c-61578f94aebf","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-24T07:14:05.033Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:14:05.034Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:14:05.038Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:14:05.038Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||try to send status {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784444387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:14:05.058Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:14:05.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.061Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "cds",
  "timestamp": 1650784409809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:14:05.063Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:14:05.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.063Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "clamp",
  "timestamp": 1650784413721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:14:05.064Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:14:05.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650784414885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:14:05.064Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:14:05.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "clamp",
  "timestamp": 1650784413721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/vfw6ff7ed6372860_modules.json",
  "status": "NOTIFIED"
}
2022-04-24T07:14:05.064Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:14:05.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "cds",
  "timestamp": 1650784409809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/vfw6ff7ed6372860_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:14:05.065Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:14:05.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650784414885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/vfw6ff7ed6372860_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:14:05.065Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:14:05.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650784420922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:14:05.066Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:14:05.066Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.066Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "clamp",
  "timestamp": 1650784413721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:14:05.066Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:14:05.066Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.066Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650784414885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:14:05.066Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:14:05.067Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.071Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "cds",
  "timestamp": 1650784409809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:14:05.072Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:14:05.072Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.072Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650784420922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/vfw6ff7ed6372860_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:14:05.072Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:14:05.072Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.073Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "clamp",
  "timestamp": 1650784413721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:14:05.073Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:14:05.073Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.073Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "cds",
  "timestamp": 1650784409809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:14:05.073Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:14:05.073Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.073Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650784414885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:14:05.074Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:14:05.074Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.074Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650784420922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:14:05.074Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:14:05.074Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.074Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "clamp",
  "timestamp": 1650784413721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:14:05.074Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:14:05.074Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.074Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "cds",
  "timestamp": 1650784409809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:14:05.075Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:14:05.075Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.075Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650784414885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:14:05.075Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:14:05.075Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.075Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650784420922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:14:05.075Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:14:05.075Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.075Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "clamp",
  "timestamp": 1650784413721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/artifacts/service-Vfw20220424071048-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:14:05.076Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:14:05.076Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.076Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "cds",
  "timestamp": 1650784409809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/artifacts/service-Vfw20220424071048-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:14:05.076Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:14:05.076Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.076Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650784414885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/artifacts/service-Vfw20220424071048-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:14:05.076Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:14:05.076Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.076Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650784420922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:14:05.077Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:14:05.077Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.077Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "clamp",
  "timestamp": 1650784413721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/artifacts/service-Vfw20220424071048-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:14:05.077Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:14:05.077Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.077Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "cds",
  "timestamp": 1650784409809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/artifacts/service-Vfw20220424071048-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:14:05.077Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:14:05.077Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.077Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650784414885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/artifacts/service-Vfw20220424071048-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:14:05.078Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:14:05.078Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.078Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650784425141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:14:05.078Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:14:05.078Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.078Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650784420922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/artifacts/service-Vfw20220424071048-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:14:05.078Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:14:05.078Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.078Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650784425141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/vfw6ff7ed6372860_modules.json",
  "status": "NOTIFIED"
}
2022-04-24T07:14:05.078Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:14:05.078Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.078Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "cds",
  "timestamp": 1650784427558,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/artifacts/service-Vfw20220424071048-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:14:05.079Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:14:05.079Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.079Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650784426885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/artifacts/service-Vfw20220424071048-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:14:05.079Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:14:05.079Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.079Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650784420922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/artifacts/service-Vfw20220424071048-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:14:05.080Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:14:05.080Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.081Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650784425141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-24T07:14:05.081Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:14:05.081Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.081Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "cds",
  "timestamp": 1650784428575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/artifacts/service-Vfw20220424071048-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:14:05.138Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T07:14:05.139Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:14:05.140Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:14:05.144Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4c926a27-e3bf-4fc4-b354-05528e540c30
2022-04-24T07:14:05.144Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c926a27-e3bf-4fc4-b354-05528e540c30 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:14:05.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "policy-id",
  "timestamp": 1650784427821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:14:05.168Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:14:05.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.169Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650784425141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:14:05.169Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:14:05.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.170Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "policy-id",
  "timestamp": 1650784427821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/vfw6ff7ed6372860_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:14:05.170Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:14:05.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.170Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650784425141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-24T07:14:05.171Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:14:05.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "policy-id",
  "timestamp": 1650784427821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-24T07:14:05.171Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:14:05.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650784425141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/artifacts/service-Vfw20220424071048-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:14:05.172Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:14:05.172Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.172Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "policy-id",
  "timestamp": 1650784427821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:14:05.172Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:14:05.173Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.173Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650784425141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/artifacts/service-Vfw20220424071048-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:14:05.173Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:14:05.173Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.173Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "policy-id",
  "timestamp": 1650784427821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:14:05.174Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:14:05.174Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.174Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "aai-ml",
  "timestamp": 1650784431636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:14:05.174Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:14:05.174Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.173Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:14:05.174Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650784432960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/artifacts/service-Vfw20220424071048-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T07:14:05.175Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:14:05.175Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.175Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650784433247,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/vfw6ff7ed6372860_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:14:05.175Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:14:05.176Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.176Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "policy-id",
  "timestamp": 1650784427821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/artifacts/service-Vfw20220424071048-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:14:05.176Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:14:05.176Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.176Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "aai-ml",
  "timestamp": 1650784431636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/vfw6ff7ed6372860_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:14:05.177Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:14:05.177Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.177Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650784433995,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
2022-04-24T07:14:05.177Z||pool-35-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:14:05.186Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4c926a27-e3bf-4fc4-b354-05528e540c30
2022-04-24T07:14:05.187Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c926a27-e3bf-4fc4-b354-05528e540c30 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:14:05.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "policy-id",
  "timestamp": 1650784427821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/artifacts/service-Vfw20220424071048-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:14:05.206Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:14:05.206Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.206Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "aai-ml",
  "timestamp": 1650784431636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:14:05.207Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:14:05.207Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.207Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650784434602,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:14:05.207Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:14:05.207Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.208Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "aai-ml",
  "timestamp": 1650784431636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:14:05.208Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:14:05.208Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.209Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "policy-id",
  "timestamp": 1650784435872,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/artifacts/service-Vfw20220424071048-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:14:05.209Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:14:05.209Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.209Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "clamp",
  "timestamp": 1650784436221,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/artifacts/service-Vfw20220424071048-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:14:05.210Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:14:05.210Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.210Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650784436089,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:14:05.210Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:14:05.210Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.211Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "aai-ml",
  "timestamp": 1650784431636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:14:05.211Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:14:05.211Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.211Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "policy-id",
  "timestamp": 1650784436877,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/artifacts/service-Vfw20220424071048-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T07:14:05.211Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:14:05.211Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.212Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650784437126,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:14:05.219Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4c926a27-e3bf-4fc4-b354-05528e540c30
2022-04-24T07:14:05.220Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c926a27-e3bf-4fc4-b354-05528e540c30 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:14:05.233Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.233Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "aai-ml",
  "timestamp": 1650784431636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/artifacts/service-Vfw20220424071048-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:14:05.234Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:14:05.234Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.234Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "policy-id",
  "timestamp": 1650784437880,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:14:05.241Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4c926a27-e3bf-4fc4-b354-05528e540c30
2022-04-24T07:14:05.242Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c926a27-e3bf-4fc4-b354-05528e540c30 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-04-24T07:14:05.252Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.252Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "clamp",
  "timestamp": 1650784438232,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/artifacts/service-Vfw20220424071048-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T07:14:05.253Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:14:05.253Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.253Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650784438130,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/vfw6ff7ed6372860_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-24T07:14:05.254Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:14:05.254Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.254Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "aai-ml",
  "timestamp": 1650784431636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/artifacts/service-Vfw20220424071048-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:14:05.254Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:14:05.255Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.255Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "clamp",
  "timestamp": 1650784439237,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:14:05.262Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4c926a27-e3bf-4fc4-b354-05528e540c30
2022-04-24T07:14:05.263Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c926a27-e3bf-4fc4-b354-05528e540c30 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:14:05.283Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:14:05.284Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "aai-ml",
  "timestamp": 1650784439654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/artifacts/service-Vfw20220424071048-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:14:05.284Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:14:06.039Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:14:06.040Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:14:06.045Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:14:06.045Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||try to send status {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784444387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/vfw6ff7ed6372860_modules.json",
  "status": "NOTIFIED"
}
2022-04-24T07:14:06.144Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:14:06.146Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:14:06.146Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:14:06.162Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:14:06.163Z||pool-36-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:14:07.047Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:14:07.049Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:14:07.052Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:14:07.052Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||try to send status {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784444387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-24T07:14:07.153Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-24T07:14:07.154Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:14:07.155Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:14:07.174Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:14:07.175Z||pool-37-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:14:08.053Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:14:08.056Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:14:08.059Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:14:08.059Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||try to send status {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784444387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:14:08.159Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T07:14:08.161Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:14:08.162Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:14:08.176Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:14:08.177Z||pool-38-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:14:09.060Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:14:09.061Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:14:09.065Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:14:09.065Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||try to send status {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784444387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-24T07:14:09.165Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T07:14:09.167Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:14:09.167Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:14:09.184Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:14:09.185Z||pool-39-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:14:10.066Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:14:10.077Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:14:10.082Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:14:10.083Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||try to send status {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784444387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/artifacts/service-Vfw20220424071048-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:14:10.182Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:14:10.183Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:14:10.184Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:14:10.214Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:14:10.215Z||pool-40-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":6,"count":1}
2022-04-24T07:14:11.084Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:14:11.085Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:14:11.089Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:14:11.089Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||try to send status {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784444387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/artifacts/service-Vfw20220424071048-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:14:11.190Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-24T07:14:11.191Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:14:11.191Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:14:11.226Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:14:11.227Z||pool-41-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:14:12.091Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "serviceName": "vFW 2022-04-24 07-10-48",
  "serviceVersion": "1.0",
  "serviceUUID": "71e632b9-72e1-41f5-a9ab-785a3b47f811",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "4e4a47a6-2a97-4424-90dc-fc65b0ea5959",
  "resources": [
    {
      "resourceInstanceName": "vFW 6ff7ed63-7286 0",
      "resourceCustomizationUUID": "6b4a9ddb-9465-43f4-b02c-84ba516043bf",
      "resourceName": "vFW 6ff7ed63-7286",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e3c560d8-0624-412c-aa3c-00b2b9769d8f",
      "resourceInvariantUUID": "e56725f7-e4be-4343-bef0-a2a4f16c4281",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw6ff7ed6372860_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/vfw6ff7ed6372860_modules.json",
          "artifactChecksum": "MTM3MjQzNmIzYTZjZDEyYjNmZThiNzAzNThlMjFiZGI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "4f3f19c4-e6fb-4503-980f-e9155bca30cf",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "99ac10a4-2ab7-4cd0-ba56-17ad565d7374",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "63f629b0-5940-4dbc-a8dd-2caf48135bf9",
            "generatedFromUUID": "99ac10a4-2ab7-4cd0-ba56-17ad565d7374"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "63f629b0-5940-4dbc-a8dd-2caf48135bf9",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220424071048-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/artifacts/service-Vfw20220424071048-csar.csar",
      "artifactChecksum": "YzBiNDViYjcxYWQ4MTc2ZWQ2YzhkNzk2NzA5ZmYyYjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b6b06f5c-f77c-4eb0-bd3c-61578f94aebf"
    }
  ],
  "workloadContext": "Production"
}
2022-04-24T07:14:12.092Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-24T07:14:12.092Z|a6eac45f-be82-4aae-aa14-987ce29c0017|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 71e632b9-72e1-41f5-a9ab-785a3b47f811 ASDC
2022-04-24T07:14:12.092Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||ASDC Notification:
DistributionID:4c926a27-e3bf-4fc4-b354-05528e540c30
ServiceName:vFW 2022-04-24 07-10-48
ServiceVersion:1.0
ServiceUUID:71e632b9-72e1-41f5-a9ab-785a3b47f811
ServiceInvariantUUID:4e4a47a6-2a97-4424-90dc-fc65b0ea5959
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220424071048-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220424071048/1.0/artifacts/service-Vfw20220424071048-csar.csar
ArtifactUUID:b6b06f5c-f77c-4eb0-bd3c-61578f94aebf
ArtifactChecksum:YzBiNDViYjcxYWQ4MTc2ZWQ2YzhkNzk2NzA5ZmYyYjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6ff7ed63-7286 0
ResourceCustomizationUUID:6b4a9ddb-9465-43f4-b02c-84ba516043bf
ResourceInvariantUUID:e56725f7-e4be-4343-bef0-a2a4f16c4281
ResourceName:vFW 6ff7ed63-7286
ResourceType:VF
ResourceUUID:e3c560d8-0624-412c-aa3c-00b2b9769d8f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6ff7ed6372860_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/vfw6ff7ed6372860_modules.json
ArtifactUUID:4f3f19c4-e6fb-4503-980f-e9155bca30cf
ArtifactChecksum:MTM3MjQzNmIzYTZjZDEyYjNmZThiNzAzNThlMjFiZGI=
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/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/base_vfw.yaml
ArtifactUUID:99ac10a4-2ab7-4cd0-ba56-17ad565d7374
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/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/base_vfw.env
ArtifactUUID:63f629b0-5940-4dbc-a8dd-2caf48135bf9
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/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/base_vfw.env
ArtifactUUID:63f629b0-5940-4dbc-a8dd-2caf48135bf9
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-24T07:14:12.092Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 71e632b9-72e1-41f5-a9ab-785a3b47f811 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-24T07:14:12.170Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-24T07:14:12.172Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||MSO config path is: /app
2022-04-24T07:14:12.173Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||MSO config path is: /app
2022-04-24T07:14:12.173Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||Trying to download the artifact UUID: b6b06f5c-f77c-4eb0-bd3c-61578f94aebf from URL: /sdc/v1/catalog/services/Vfw20220424071048/1.0/artifacts/service-Vfw20220424071048-csar.csar
2022-04-24T07:14:12.174Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||DistributionClient - download
2022-04-24T07:14:12.174Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220424071048/1.0/artifacts/service-Vfw20220424071048-csar.csar
2022-04-24T07:14:12.587Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||GET Response Status 200
2022-04-24T07:14:12.596Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220424071048/1.0/artifacts/service-Vfw20220424071048-csar.csar b6b06f5c-f77c-4eb0-bd3c-61578f94aebf 99026
2022-04-24T07:14:12.597Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220424071048/1.0/artifacts/service-Vfw20220424071048-csar.csar ASDC sendASDCNotification
2022-04-24T07:14:12.597Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220424071048/1.0/artifacts/service-Vfw20220424071048-csar.csar
2022-04-24T07:14:12.597Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-24T07:14:12.598Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:14:12.602Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:14:12.602Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||try to send status {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784452597,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/artifacts/service-Vfw20220424071048-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:14:12.702Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T07:14:12.703Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:14:12.703Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:14:12.740Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:14:12.741Z||pool-42-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":1,"count":1}
2022-04-24T07:14:13.603Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-24T07:14:13.605Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||MSO config path is: /app
2022-04-24T07:14:13.606Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||Trying to write artifact UUID: b6b06f5c-f77c-4eb0-bd3c-61578f94aebf, URL: /sdc/v1/catalog/services/Vfw20220424071048/1.0/artifacts/service-Vfw20220424071048-csar.csar to file: /app/ASDC/1/service-Vfw20220424071048-csar.csar
2022-04-24T07:14:13.606Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220424071048-csar.csar
2022-04-24T07:14:13.607Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220424071048-csar.csar
2022-04-24T07:14:13.607Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220424071048-csar.csar
2022-04-24T07:14:13.882Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2758797282448484989/Definitions/service-Vfw20220424071048-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_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-04-24T07:14:17.872Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-04-24T07:14:17.873Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|WARN|500||####################################################################################################
2022-04-24T07:14:17.873Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220424071048-csar.csar
2022-04-24T07:14:17.874Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-24T07:14:17.874Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|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-Vfw20220424071048-csar.csar
2022-04-24T07:14:17.874Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|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-Vfw20220424071048-csar.csar
2022-04-24T07:14:17.874Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|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-Vfw20220424071048-csar.csar
2022-04-24T07:14:17.874Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220424071048-csar.csar
2022-04-24T07:14:17.874Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220424071048-csar.csar
2022-04-24T07:14:17.875Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|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-Vfw20220424071048-csar.csar
2022-04-24T07:14:17.875Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|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-Vfw20220424071048-csar.csar
2022-04-24T07:14:17.875Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|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-Vfw20220424071048-csar.csar
2022-04-24T07:14:17.875Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220424071048-csar.csar
2022-04-24T07:14:17.875Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|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-Vfw20220424071048-csar.csar
2022-04-24T07:14:17.876Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6ff7ed63-7286 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-Vfw20220424071048-csar.csar
2022-04-24T07:14:17.876Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220424071048-csar.csar
2022-04-24T07:14:17.876Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|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-Vfw20220424071048-csar.csar
2022-04-24T07:14:17.876Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|WARN|500||####################################################################################################
2022-04-24T07:14:17.876Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:14:17.877Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Service vFW 2022-04-24 07-10-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:14:17.877Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vFW 6ff7ed63-7286 0 is matching search criteria
2022-04-24T07:14:17.877Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Search for entities recursively
2022-04-24T07:14:17.878Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Found topology templates [vFW 6ff7ed63-7286 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-24T07:14:17.878Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:14:17.878Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Service vFW 2022-04-24 07-10-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:14:17.879Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vFW 6ff7ed63-7286 0 is matching search criteria
2022-04-24T07:14:17.879Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Search for entities recursively
2022-04-24T07:14:17.879Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Found topology templates [vFW 6ff7ed63-7286 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-24T07:14:17.880Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:14:17.880Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Service vFW 2022-04-24 07-10-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:14:17.880Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:14:17.880Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vFW 6ff7ed63-7286 0 is not matching search criteria
2022-04-24T07:14:17.881Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-24T07:14:17.881Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-24T07:14:17.881Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-24T07:14:17.881Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-24T07:14:17.882Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-24T07:14:17.882Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-04-24T07:14:17.882Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T07:14:17.882Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-24T07:14:17.883Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-04-24T07:14:17.883Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-24T07:14:17.883Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-24T07:14:17.883Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-24T07:14:17.884Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-24T07:14:17.884Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-04-24T07:14:17.884Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T07:14:17.884Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-24T07:14:17.885Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:14:17.885Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Service vFW 2022-04-24 07-10-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-24T07:14:17.885Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:14:17.886Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vFW 6ff7ed63-7286 0 is matching search criteria
2022-04-24T07:14:17.886Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Found topology templates [vFW 6ff7ed63-7286 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:14:17.886Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:14:17.887Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vFW 6ff7ed63-7286 0 is matching search criteria
2022-04-24T07:14:17.887Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Found topology templates [vFW 6ff7ed63-7286 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:14:17.887Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:14:17.887Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vFW 6ff7ed63-7286 0 is matching search criteria
2022-04-24T07:14:17.888Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Found topology templates [vFW 6ff7ed63-7286 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:14:17.888Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:14:17.888Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vFW 6ff7ed63-7286 0 is not matching search criteria
2022-04-24T07:14:17.888Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-24T07:14:17.889Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-24T07:14:17.889Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-24T07:14:17.889Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-24T07:14:17.890Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-04-24T07:14:17.890Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-24T07:14:17.890Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-24T07:14:17.890Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-24T07:14:17.891Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-24T07:14:17.891Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-04-24T07:14:17.891Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T07:14:17.891Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=60b0eeeb-4536-4357-bd67-4c0cdb7605f8
2022-04-24T07:14:17.892Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:14:17.892Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vFW 6ff7ed63-7286 0 is not matching search criteria
2022-04-24T07:14:17.892Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-24T07:14:17.893Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-24T07:14:17.893Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-24T07:14:17.893Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-24T07:14:17.893Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-24T07:14:17.894Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-04-24T07:14:17.894Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T07:14:17.894Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-24T07:14:17.894Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-24T07:14:17.895Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-24T07:14:17.895Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-04-24T07:14:17.895Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T07:14:17.896Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=3fa18464-720a-4ddb-a3a1-f9080f62fe55
2022-04-24T07:14:17.896Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:14:17.896Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vFW 6ff7ed63-7286 0 is not matching search criteria
2022-04-24T07:14:17.896Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-24T07:14:17.897Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-24T07:14:17.897Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-24T07:14:17.897Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-24T07:14:17.897Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-24T07:14:17.897Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-04-24T07:14:17.898Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T07:14:17.898Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-24T07:14:17.898Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-04-24T07:14:17.898Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-24T07:14:17.898Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-24T07:14:17.899Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-24T07:14:17.899Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=da243956-fe54-4e74-b85e-2232352a240e
2022-04-24T07:14:17.899Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:14:17.899Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Service vFW 2022-04-24 07-10-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:14:17.900Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:14:17.900Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Service vFW 2022-04-24 07-10-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:14:17.900Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:14:17.900Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Service vFW 2022-04-24 07-10-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:14:17.900Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:14:17.901Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Service vFW 2022-04-24 07-10-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:14:17.901Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-04-24 07-10-48
Description:catalog service description
Model UUID:71e632b9-72e1-41f5-a9ab-785a3b47f811
Model Version:NULL
Model InvariantUuid:4e4a47a6-2a97-4424-90dc-fc65b0ea5959
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 6ff7ed63-7286
Model UUID:838a5f3f-0de1-4209-9a0f-3c2354625956
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e56725f7-e4be-4343-bef0-a2a4f16c4281
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:6b4a9ddb-9465-43f4-b02c-84ba516043bf
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:9924f789-c7d9-43c5-84b6-548d33557d1f
ModelName:Vfw6ff7ed637286..base_vfw..module-0
ModelUuid:8c7054e1-157f-4454-a374-10350a940784
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:60b0eeeb-4536-4357-bd67-4c0cdb7605f8
ModelInvariantUuid:0c5a9280-fb71-4c4c-bdac-9931f4b8071a
ModelName:vFW 6ff7ed63-7286-nodes.vfwCvfc
ModelUuid:cd9b7169-e169-466a-84aa-84d915d9f5fa
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:623892d3-8027-4515-9406-9c9e921f0c3e
ModelInvariantUuid:b4f95089-3a39-4163-9bba-0d2d034df2ec
ModelName:Vfw6ff7ed637286.compute.nodes.heat.vfw
ModelUuid:6804a13d-ab23-4d12-baea-b2f7e4e7e5b6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:3fa18464-720a-4ddb-a3a1-f9080f62fe55
ModelInvariantUuid:fc76af18-04e8-4293-b4f4-fdd5aee9970c
ModelName:vFW 6ff7ed63-7286-nodes.vsnCvfc
ModelUuid:7a3d06d2-c768-4b64-b07c-375f1e47d267
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:b4d76e0a-ead9-4a52-97f5-844fed53c324
ModelInvariantUuid:64870616-1454-4977-b50f-ab77b0fb44ef
ModelName:Vfw6ff7ed637286.compute.nodes.heat.vsn
ModelUuid:c72df2a3-bd98-4935-b9ae-2f14b12fccea
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:da243956-fe54-4e74-b85e-2232352a240e
ModelInvariantUuid:338e304d-7e48-466f-85e8-614231736471
ModelName:vFW 6ff7ed63-7286-nodes.vpgCvfc
ModelUuid:89edbbb5-b90c-4726-9676-d17cdfca4eea
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:621cb4f7-bada-4870-812f-601b8b63a3e6
ModelInvariantUuid:18940371-50a7-47bf-8aae-b4ab456bcaa0
ModelName:Vfw6ff7ed637286.compute.nodes.heat.vpg
ModelUuid:0a459e35-ac9b-41af-8128-1fc514355207
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-24T07:14:17.909Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: e3c560d8-0624-412c-aa3c-00b2b9769d8f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-24T07:14:17.913Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||vFW 6ff7ed63-7286 0
2022-04-24T07:14:17.914Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: e3c560d8-0624-412c-aa3c-00b2b9769d8f
2022-04-24T07:14:17.914Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||Trying to download the artifact UUID: 4f3f19c4-e6fb-4503-980f-e9155bca30cf from URL: /sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/vfw6ff7ed6372860_modules.json
2022-04-24T07:14:17.914Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||DistributionClient - download
2022-04-24T07:14:17.915Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/vfw6ff7ed6372860_modules.json
2022-04-24T07:14:18.352Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||GET Response Status 200
2022-04-24T07:14:18.353Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/vfw6ff7ed6372860_modules.json 4f3f19c4-e6fb-4503-980f-e9155bca30cf 785
2022-04-24T07:14:18.353Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/vfw6ff7ed6372860_modules.json ASDC sendASDCNotification
2022-04-24T07:14:18.353Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/vfw6ff7ed6372860_modules.json
2022-04-24T07:14:18.354Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-24T07:14:18.355Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:14:18.361Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:14:18.361Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||try to send status {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784458353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/vfw6ff7ed6372860_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:14:18.459Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-04-24T07:14:18.461Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:14:18.461Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:14:18.489Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:14:18.491Z||pool-43-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:14:19.362Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw6ff7ed637286..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "9924f789-c7d9-43c5-84b6-548d33557d1f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8c7054e1-157f-4454-a374-10350a940784",
    "vfModuleModelCustomizationUUID": "0943a748-cb3c-49d1-ac5f-2fa8dbfa39e0",
    "isBase": true,
    "artifacts": [
      "99ac10a4-2ab7-4cd0-ba56-17ad565d7374",
      "63f629b0-5940-4dbc-a8dd-2caf48135bf9"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-24T07:14:19.367Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6ff7ed637286..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8c7054e1-157f-4454-a374-10350a940784
VfModuleModelInvariantUUID:9924f789-c7d9-43c5-84b6-548d33557d1f
VfModuleModelDescription:NULL
Artifacts UUID List:{
99ac10a4-2ab7-4cd0-ba56-17ad565d7374
,
63f629b0-5940-4dbc-a8dd-2caf48135bf9

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

isBase:true


}

2022-04-24T07:14:19.372Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw6ff7ed637286..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "9924f789-c7d9-43c5-84b6-548d33557d1f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8c7054e1-157f-4454-a374-10350a940784",
    "vfModuleModelCustomizationUUID": "0943a748-cb3c-49d1-ac5f-2fa8dbfa39e0",
    "isBase": true,
    "artifacts": [
      "99ac10a4-2ab7-4cd0-ba56-17ad565d7374",
      "63f629b0-5940-4dbc-a8dd-2caf48135bf9"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-24T07:14:19.372Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6ff7ed637286..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8c7054e1-157f-4454-a374-10350a940784
VfModuleModelInvariantUUID:9924f789-c7d9-43c5-84b6-548d33557d1f
VfModuleModelDescription:NULL
Artifacts UUID List:{
99ac10a4-2ab7-4cd0-ba56-17ad565d7374
,
63f629b0-5940-4dbc-a8dd-2caf48135bf9

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

isBase:true


}

2022-04-24T07:14:19.373Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||Trying to download the artifact UUID: 99ac10a4-2ab7-4cd0-ba56-17ad565d7374 from URL: /sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/base_vfw.yaml
2022-04-24T07:14:19.373Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||DistributionClient - download
2022-04-24T07:14:19.373Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/base_vfw.yaml
2022-04-24T07:14:19.753Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||GET Response Status 200
2022-04-24T07:14:19.755Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/base_vfw.yaml 99ac10a4-2ab7-4cd0-ba56-17ad565d7374 20368
2022-04-24T07:14:19.755Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-24T07:14:19.756Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/base_vfw.yaml
2022-04-24T07:14:19.756Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-24T07:14:19.757Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:14:19.760Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:14:19.760Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||try to send status {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784459755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:14:19.860Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T07:14:19.862Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:14:19.862Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:14:19.874Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:14:19.875Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:14:20.761Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||Trying to download the artifact UUID: 63f629b0-5940-4dbc-a8dd-2caf48135bf9 from URL: /sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/base_vfw.env
2022-04-24T07:14:20.762Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||DistributionClient - download
2022-04-24T07:14:20.763Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/base_vfw.env
2022-04-24T07:14:21.296Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||GET Response Status 200
2022-04-24T07:14:21.297Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/base_vfw.env 63f629b0-5940-4dbc-a8dd-2caf48135bf9 2098
2022-04-24T07:14:21.299Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-24T07:14:21.299Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/base_vfw.env
2022-04-24T07:14:21.299Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-24T07:14:21.300Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:14:21.304Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:14:21.304Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||try to send status {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784461299,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:14:21.404Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T07:14:21.405Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:14:21.406Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:14:21.419Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:14:21.420Z||pool-45-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-04-24T07:14:22.305Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Preparing to deploy Service: 71e632b9-72e1-41f5-a9ab-785a3b47f811
2022-04-24T07:14:22.306Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 6ff7ed63-7286 0 e3c560d8-0624-412c-aa3c-00b2b9769d8f ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-24T07:14:22.341Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@502a5b, org.onap.sdc.toscaparser.api.parameters.Input@45b7219b, org.onap.sdc.toscaparser.api.parameters.Input@4c31548b, org.onap.sdc.toscaparser.api.parameters.Input@6da27e53, org.onap.sdc.toscaparser.api.parameters.Input@6ca1834e]
2022-04-24T07:14:22.344Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:14:22.345Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Service vFW 2022-04-24 07-10-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:14:22.345Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||VF Category is: Generic 
2022-04-24T07:14:22.346Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||VFCustomizationUUID= 6b4a9ddb-9465-43f4-b02c-84ba516043bf
2022-04-24T07:14:22.346Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6b4a9ddb-9465-43f4-b02c-84ba516043bf matches Tosca VF Customization UUID: 6b4a9ddb-9465-43f4-b02c-84ba516043bf
2022-04-24T07:14:22.346Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||vfCustomizationUUID: 6b4a9ddb-9465-43f4-b02c-84ba516043bf  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-04-24T07:14:22.351Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:14:22.351Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Service vFW 2022-04-24 07-10-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:14:22.353Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||resource request for resource customization id 6b4a9ddb-9465-43f4-b02c-84ba516043bf: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-04-24T07:14:22.353Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@289beb50
2022-04-24T07:14:22.354Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:14:22.354Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Service vFW 2022-04-24 07-10-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-24T07:14:22.354Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0943a748-cb3c-49d1-ac5f-2fa8dbfa39e0
2022-04-24T07:14:22.355Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0943a748-cb3c-49d1-ac5f-2fa8dbfa39e0
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-04-24T07:14:22.358Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:14:22.359Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vFW 6ff7ed63-7286 0 is matching search criteria
2022-04-24T07:14:22.360Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Found topology templates [vFW 6ff7ed63-7286 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:14:22.360Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:14:22.361Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vFW 6ff7ed63-7286 0 is matching search criteria
2022-04-24T07:14:22.361Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Found topology templates [vFW 6ff7ed63-7286 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:14:22.361Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:14:22.362Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vFW 6ff7ed63-7286 0 is not matching search criteria
2022-04-24T07:14:22.362Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-24T07:14:22.363Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-24T07:14:22.363Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-24T07:14:22.363Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-24T07:14:22.364Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-04-24T07:14:22.364Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-24T07:14:22.365Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-24T07:14:22.365Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-24T07:14:22.365Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-24T07:14:22.366Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-04-24T07:14:22.366Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T07:14:22.367Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=60b0eeeb-4536-4357-bd67-4c0cdb7605f8
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-24T07:14:22.373Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:14:22.376Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vFW 6ff7ed63-7286 0 is matching search criteria
2022-04-24T07:14:22.378Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Found topology templates [vFW 6ff7ed63-7286 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:14:22.379Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:14:22.379Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vFW 6ff7ed63-7286 0 is not matching search criteria
2022-04-24T07:14:22.380Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-24T07:14:22.380Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-24T07:14:22.380Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-24T07:14:22.381Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-24T07:14:22.381Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-24T07:14:22.381Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-04-24T07:14:22.382Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T07:14:22.382Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-24T07:14:22.382Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-24T07:14:22.383Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-24T07:14:22.383Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-04-24T07:14:22.383Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T07:14:22.384Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=3fa18464-720a-4ddb-a3a1-f9080f62fe55
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-24T07:14:22.389Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:14:22.390Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vFW 6ff7ed63-7286 0 is matching search criteria
2022-04-24T07:14:22.390Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Found topology templates [vFW 6ff7ed63-7286 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:14:22.391Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:14:22.391Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vFW 6ff7ed63-7286 0 is not matching search criteria
2022-04-24T07:14:22.392Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-24T07:14:22.392Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-24T07:14:22.392Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-24T07:14:22.393Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-24T07:14:22.393Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-24T07:14:22.394Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-04-24T07:14:22.394Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T07:14:22.394Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-24T07:14:22.395Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-04-24T07:14:22.395Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-24T07:14:22.395Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-24T07:14:22.396Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-24T07:14:22.396Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=da243956-fe54-4e74-b85e-2232352a240e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-24T07:14:22.402Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:14:22.402Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vFW 6ff7ed63-7286 0 is matching search criteria
2022-04-24T07:14:22.403Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Found topology templates [vFW 6ff7ed63-7286 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:14:22.404Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:14:22.404Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Node template vFW 6ff7ed63-7286 0 is matching search criteria
2022-04-24T07:14:22.405Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Found topology templates [vFW 6ff7ed63-7286 0] matching following query criteria: sdcType=VF, customizationUUID=6b4a9ddb-9465-43f4-b02c-84ba516043bf
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-24T07:14:22.408Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:14:22.409Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Service vFW 2022-04-24 07-10-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:14:22.410Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500|| resourceSeq for service uuid 71e632b9-72e1-41f5-a9ab-785a3b47f811: vFW 6ff7ed63-7286
2022-04-24T07:14:22.410Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:14:22.411Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Service vFW 2022-04-24 07-10-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:14:22.411Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:14:22.411Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Service vFW 2022-04-24 07-10-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:14:22.411Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:14:22.412Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Service vFW 2022-04-24 07-10-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:14:22.412Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:14:22.412Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Service vFW 2022-04-24 07-10-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:14:22.413Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:14:22.413Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Service vFW 2022-04-24 07-10-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:14:22.413Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||Saving Service: vFW 2022-04-24 07-10-48 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:14:22.669Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 6ff7ed63-7286 e3c560d8-0624-412c-aa3c-00b2b9769d8f 1 ASDC deployResourceStructure
2022-04-24T07:14:22.670Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/vfw6ff7ed6372860_modules.json ASDC sendASDCNotification
2022-04-24T07:14:22.670Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/vfw6ff7ed6372860_modules.json
2022-04-24T07:14:22.671Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-24T07:14:22.671Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:14:22.674Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:14:22.674Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||try to send status {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784462670,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/vfw6ff7ed6372860_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-24T07:14:22.775Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T07:14:22.776Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:14:22.777Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:14:22.796Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:14:22.797Z||pool-46-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:14:23.677Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-24T07:14:23.677Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/base_vfw.yaml
2022-04-24T07:14:23.679Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-24T07:14:23.680Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:14:23.683Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:14:23.683Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||try to send status {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784463675,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-24T07:14:23.797Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 113 ms
2022-04-24T07:14:23.799Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:14:23.799Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:14:23.814Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:14:23.815Z||pool-47-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:14:24.686Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-24T07:14:24.686Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/base_vfw.env
2022-04-24T07:14:24.687Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-24T07:14:24.687Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:14:24.690Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:14:24.691Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||try to send status {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784464685,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-24T07:14:24.791Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T07:14:24.792Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:14:24.792Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:14:24.870Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:14:24.871Z||pool-48-thread-1|||||INFO|500||cambria reply ok (79 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:14:25.692Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220424071048/1.0/artifacts/service-Vfw20220424071048-csar.csar ASDC sendASDCNotification
2022-04-24T07:14:25.693Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220424071048/1.0/artifacts/service-Vfw20220424071048-csar.csar
2022-04-24T07:14:25.693Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-24T07:14:25.693Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:14:25.697Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:14:25.697Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||try to send status {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784465692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/artifacts/service-Vfw20220424071048-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T07:14:25.797Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T07:14:25.798Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:14:25.799Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:14:25.815Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:14:25.816Z||pool-49-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:14:26.698Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4c926a27-e3bf-4fc4-b354-05528e540c30
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:14:26.756Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4c926a27-e3bf-4fc4-b354-05528e540c30
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:14:26.766Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-24T07:14:26.766Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-24T07:14:26.766Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-24T07:14:56.767Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4c926a27-e3bf-4fc4-b354-05528e540c30
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:14:56.785Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4c926a27-e3bf-4fc4-b354-05528e540c30
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:14:56.790Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-24T07:14:56.791Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-24T07:14:56.791Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-24T07:15:04.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:15:04.419Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:15:04.419Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:15:04.569Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:15:04.570Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:15:04.571Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784444387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:15:04.573Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:15:26.791Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4c926a27-e3bf-4fc4-b354-05528e540c30
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:15:26.825Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4c926a27-e3bf-4fc4-b354-05528e540c30
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:15:26.832Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-24T07:15:26.832Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-24T07:15:26.832Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-24T07:15:56.833Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4c926a27-e3bf-4fc4-b354-05528e540c30
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:15:56.865Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4c926a27-e3bf-4fc4-b354-05528e540c30
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:15:56.870Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-24T07:15:56.870Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-24T07:15:56.871Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-24T07:16:04.418Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:16:04.422Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:16:04.422Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:16:04.961Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:16:04.963Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:16:04.964Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784444387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/vfw6ff7ed6372860_modules.json",
  "status": "NOTIFIED"
}
2022-04-24T07:16:04.966Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:16:04.967Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:16:04.967Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784444387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-24T07:16:04.967Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:16:04.967Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:16:04.967Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784444387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:16:04.968Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:16:04.968Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:16:04.968Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784444387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-24T07:16:04.968Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:16:04.968Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:16:04.968Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784444387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/artifacts/service-Vfw20220424071048-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:16:04.969Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:16:04.969Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:16:04.969Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784444387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/artifacts/service-Vfw20220424071048-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:16:04.969Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:16:04.969Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:16:04.971Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "aai-ml",
  "timestamp": 1650784450780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/artifacts/service-Vfw20220424071048-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-04-24T07:16:04.971Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:16:04.971Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:16:04.971Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "aai-ml",
  "timestamp": 1650784451785,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:16:04.999Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 4c926a27-e3bf-4fc4-b354-05528e540c30
2022-04-24T07:16:04.999Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c926a27-e3bf-4fc4-b354-05528e540c30 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:16:05.025Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:16:05.025Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784452597,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/artifacts/service-Vfw20220424071048-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:16:05.026Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:16:05.026Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:16:05.026Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784458353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/vfw6ff7ed6372860_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:16:05.026Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:16:05.026Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:16:05.027Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784459755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:16:05.027Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:16:05.027Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:16:05.027Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784461299,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:16:05.028Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:16:05.028Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:16:05.028Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784462670,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/vfw6ff7ed6372860_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-24T07:16:05.028Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:16:05.028Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:16:05.028Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784463675,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-24T07:16:05.029Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:16:05.029Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:16:05.029Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784464685,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/resourceInstances/vfw6ff7ed6372860/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-24T07:16:05.029Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:16:05.029Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:16:05.030Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784465692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424071048/1.0/artifacts/service-Vfw20220424071048-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T07:16:05.030Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:16:26.871Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4c926a27-e3bf-4fc4-b354-05528e540c30
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:16:26.891Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4c926a27-e3bf-4fc4-b354-05528e540c30
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:16:26.911Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-24T07:16:26.912Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-24T07:16:26.912Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-24T07:16:26.913Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-24T07:16:26.913Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-04-24T07:16:26.913Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:16:26.922Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-24T07:16:56.923Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 4c926a27-e3bf-4fc4-b354-05528e540c30 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-24T07:16:56.932Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4c926a27-e3bf-4fc4-b354-05528e540c30 and serviceModelVersionId: 71e632b9-72e1-41f5-a9ab-785a3b47f811
2022-04-24T07:16:56.932Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4e4a47a6-2a97-4424-90dc-fc65b0ea5959
2022-04-24T07:16:56.935Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0
2022-04-24T07:16:56.952Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-04-24T07:16:57.067Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b9c7fd1-6c4c-47f4-a2d2-bad5877c9f81/model-vers/model-ver/92b3d230-1cf1-424f-9e8c-ee9f56cf29f2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-24T07:16:57.071Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||Invoke
2022-04-24T07:16:58.620Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-24T07:16:58.623Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||Invoke
2022-04-24T07:17:00.158Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-24T07:17:00.174Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||Invoke
2022-04-24T07:17:01.223Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-04-24T07:17:01.229Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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)
Caused by: 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.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-04-24T07:17:01.230Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-24T07:17:01.231Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-24T07:17:01.238Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-24T07:17:01.239Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4c926a27-e3bf-4fc4-b354-05528e540c30 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-24T07:17:01.239Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-24T07:17:01.240Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:17:01.244Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:17:01.244Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||try to send status {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784621239,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-24T07:17:01.344Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T07:17:01.346Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:17:01.346Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:17:01.369Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:17:01.370Z||pool-50-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-24T07:17:02.276Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:17:02.277Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:17:02.278Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:17:04.418Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:17:04.419Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:17:04.419Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:17:05.059Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:17:05.061Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-24T07:17:05.061Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c926a27-e3bf-4fc4-b354-05528e540c30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650784621239,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-24T07:17:05.062Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:17:12.680Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:17:12.681Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:17:12.682Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:17:12.682Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:17:22.275Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:17:22.276Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:17:22.277Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:17:22.277Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:17:31.904Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:18:04.387Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:18:04.389Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:18:04.389Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:18:04.417Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:18:04.420Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:18:04.421Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:18:13.970Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:18:13.983Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:19:04.387Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:19:04.389Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:19:04.389Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:19:04.418Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:19:04.419Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:19:04.419Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:19:13.981Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:19:13.993Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:20:04.387Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:20:04.389Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:20:04.389Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:20:04.420Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:20:04.422Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:20:04.422Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:20:13.949Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:20:14.006Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:21:04.387Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:21:04.389Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:21:04.389Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:21:04.418Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:21:04.420Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:21:04.420Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:21:13.955Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:21:14.002Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:22:04.387Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:22:04.388Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:22:04.389Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:22:04.418Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:22:04.419Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:22:04.419Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:22:13.989Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:22:14.005Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:23:04.387Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:23:04.389Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:23:04.389Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:23:04.417Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:23:04.419Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:23:04.420Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:23:13.978Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:23:14.001Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:24:04.389Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:24:04.393Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:24:04.393Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:24:04.418Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:24:04.419Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:24:04.420Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:24:04.658Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:24:04.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:24:04.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "aai-ml",
  "timestamp": 1650785031636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:24:04.666Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:24:04.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:24:04.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "aai-ml",
  "timestamp": 1650785031636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/vfwe9b7eefa68a70_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:24:04.666Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:24:04.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:24:04.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "cds",
  "timestamp": 1650785039809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:24:04.667Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:24:04.667Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:24:04.667Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "aai-ml",
  "timestamp": 1650785031636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:24:04.667Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:24:04.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:24:04.668Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "cds",
  "timestamp": 1650785039809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/vfwe9b7eefa68a70_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:24:04.668Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:24:04.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:24:04.668Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "aai-ml",
  "timestamp": 1650785031636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:24:04.669Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:24:04.669Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:24:04.669Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650785040922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:24:04.669Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:24:04.669Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:24:04.669Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "cds",
  "timestamp": 1650785039809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:24:04.670Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:24:04.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:24:04.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "aai-ml",
  "timestamp": 1650785031636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:24:04.670Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:24:04.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:24:04.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650785040922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/vfwe9b7eefa68a70_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:24:04.671Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:24:04.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:24:04.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "cds",
  "timestamp": 1650785039809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:24:04.671Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:24:04.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:24:04.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "aai-ml",
  "timestamp": 1650785031636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/artifacts/service-Vfw20220424072042-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:24:04.672Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:24:04.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:24:04.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650785040922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:24:04.672Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:24:05.047Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:24:05.049Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||received message from topic
2022-04-24T07:24:05.049Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"87da8b8b-e590-4cd6-989c-db2c194fb732","serviceName":"vFW 2022-04-24 07-20-42","serviceVersion":"1.0","serviceUUID":"cd5456c4-2d89-415a-a7db-3f21583309a3","serviceDescription":"catalog service description","serviceInvariantUUID":"1c6aca05-f194-4cdc-87bd-6fe90945a063","resources":[{"resourceInstanceName":"vFW e9b7eefa-68a7 0","resourceName":"vFW e9b7eefa-68a7","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"022fe420-6248-42d5-85ae-eda6bebde6e4","resourceInvariantUUID":"e55c2f81-82cf-43d4-9b64-3616675932b7","resourceCustomizationUUID":"a293c15a-1a26-43df-9460-cc30de67571e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/vf-license-model.xml","artifactChecksum":"NWJkZThjZjI0YzZhY2YxYjZiN2IwODIyZTRhZjBmNjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ec938fa4-9c46-4bf0-9df8-fc618f7df882","artifactVersion":"1"},{"artifactName":"vfwe9b7eefa68a70_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/vfwe9b7eefa68a70_modules.json","artifactChecksum":"OTYwZDQyMTMzNGJmZTg1NDcyZWQ2OWNkMjRjMjA1MDY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"28526999-da89-4b3f-a36c-3aad7f57dc6f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"dd16f142-7dbf-40ee-a76d-74ceb577652a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/vendor-license-model.xml","artifactChecksum":"MjdhY2ZhZWNhNTg4OGEzYzQ5OTk5NzhhZTliNGVhNjI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3381e260-88bc-472d-a5f7-777306dba120","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c84c4e40-d721-45b0-aad6-10f00b37f8d2","artifactVersion":"2","generatedFromUUID":"dd16f142-7dbf-40ee-a76d-74ceb577652a"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220424072042-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220424072042/1.0/artifacts/service-Vfw20220424072042-template.yml","artifactChecksum":"ZWU2ZDAwMWMzMTQzOGFmNTA2Y2Y3NzAyOTc5YzhjYWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"da297529-0fbb-450a-aa8b-92d049eb2068","artifactVersion":"1"},{"artifactName":"service-Vfw20220424072042-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220424072042/1.0/artifacts/service-Vfw20220424072042-csar.csar","artifactChecksum":"ODY2YTIyNDAyMTNiNTJiY2RiMzlmOTJjMzAyOWJjYmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fede4d9c-977f-4336-a4ff-77e5b5e6da9f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-24T07:24:05.054Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:24:05.055Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:24:05.061Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:24:05.062Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||try to send status {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785044388,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:24:05.161Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:24:05.163Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:24:05.163Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:24:05.182Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:24:05.184Z||pool-51-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-04-24T07:24:06.063Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:24:06.064Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:24:06.067Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:24:06.068Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||try to send status {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785044388,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/vfwe9b7eefa68a70_modules.json",
  "status": "NOTIFIED"
}
2022-04-24T07:24:06.169Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-24T07:24:06.170Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:24:06.170Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:24:06.185Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:24:06.186Z||pool-52-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-04-24T07:24:07.068Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:24:07.071Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:24:07.076Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:24:07.076Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||try to send status {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785044388,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-24T07:24:07.181Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-04-24T07:24:07.186Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:24:07.187Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:24:07.200Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:24:07.201Z||pool-53-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:24:08.077Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:24:08.081Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:24:08.087Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:24:08.088Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||try to send status {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785044388,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:24:08.189Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-24T07:24:08.191Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:24:08.191Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:24:08.228Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:24:08.229Z||pool-54-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1}
2022-04-24T07:24:09.089Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:24:09.089Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:24:09.101Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:24:09.102Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||try to send status {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785044388,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-24T07:24:09.201Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:24:09.203Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:24:09.203Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:24:09.237Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:24:09.237Z||pool-55-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:24:10.103Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:24:10.104Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:24:10.108Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:24:10.108Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||try to send status {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785044388,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/artifacts/service-Vfw20220424072042-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:24:10.209Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T07:24:10.210Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:24:10.210Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:24:10.235Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:24:10.236Z||pool-56-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:24:11.109Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:24:11.120Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:24:11.124Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:24:11.125Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||try to send status {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785044388,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/artifacts/service-Vfw20220424072042-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:24:11.225Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:24:11.226Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:24:11.226Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:24:11.243Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:24:11.245Z||pool-57-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:24:12.134Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "serviceName": "vFW 2022-04-24 07-20-42",
  "serviceVersion": "1.0",
  "serviceUUID": "cd5456c4-2d89-415a-a7db-3f21583309a3",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "1c6aca05-f194-4cdc-87bd-6fe90945a063",
  "resources": [
    {
      "resourceInstanceName": "vFW e9b7eefa-68a7 0",
      "resourceCustomizationUUID": "a293c15a-1a26-43df-9460-cc30de67571e",
      "resourceName": "vFW e9b7eefa-68a7",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "022fe420-6248-42d5-85ae-eda6bebde6e4",
      "resourceInvariantUUID": "e55c2f81-82cf-43d4-9b64-3616675932b7",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwe9b7eefa68a70_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/vfwe9b7eefa68a70_modules.json",
          "artifactChecksum": "OTYwZDQyMTMzNGJmZTg1NDcyZWQ2OWNkMjRjMjA1MDY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "28526999-da89-4b3f-a36c-3aad7f57dc6f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "dd16f142-7dbf-40ee-a76d-74ceb577652a",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "c84c4e40-d721-45b0-aad6-10f00b37f8d2",
            "generatedFromUUID": "dd16f142-7dbf-40ee-a76d-74ceb577652a"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "c84c4e40-d721-45b0-aad6-10f00b37f8d2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220424072042-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/artifacts/service-Vfw20220424072042-csar.csar",
      "artifactChecksum": "ODY2YTIyNDAyMTNiNTJiY2RiMzlmOTJjMzAyOWJjYmM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fede4d9c-977f-4336-a4ff-77e5b5e6da9f"
    }
  ],
  "workloadContext": "Production"
}
2022-04-24T07:24:12.136Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-24T07:24:12.137Z|4c926a27-e3bf-4fc4-b354-05528e540c30|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cd5456c4-2d89-415a-a7db-3f21583309a3 ASDC
2022-04-24T07:24:12.138Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||ASDC Notification:
DistributionID:87da8b8b-e590-4cd6-989c-db2c194fb732
ServiceName:vFW 2022-04-24 07-20-42
ServiceVersion:1.0
ServiceUUID:cd5456c4-2d89-415a-a7db-3f21583309a3
ServiceInvariantUUID:1c6aca05-f194-4cdc-87bd-6fe90945a063
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220424072042-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220424072042/1.0/artifacts/service-Vfw20220424072042-csar.csar
ArtifactUUID:fede4d9c-977f-4336-a4ff-77e5b5e6da9f
ArtifactChecksum:ODY2YTIyNDAyMTNiNTJiY2RiMzlmOTJjMzAyOWJjYmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW e9b7eefa-68a7 0
ResourceCustomizationUUID:a293c15a-1a26-43df-9460-cc30de67571e
ResourceInvariantUUID:e55c2f81-82cf-43d4-9b64-3616675932b7
ResourceName:vFW e9b7eefa-68a7
ResourceType:VF
ResourceUUID:022fe420-6248-42d5-85ae-eda6bebde6e4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwe9b7eefa68a70_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/vfwe9b7eefa68a70_modules.json
ArtifactUUID:28526999-da89-4b3f-a36c-3aad7f57dc6f
ArtifactChecksum:OTYwZDQyMTMzNGJmZTg1NDcyZWQ2OWNkMjRjMjA1MDY=
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/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/base_vfw.yaml
ArtifactUUID:dd16f142-7dbf-40ee-a76d-74ceb577652a
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/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/base_vfw.env
ArtifactUUID:c84c4e40-d721-45b0-aad6-10f00b37f8d2
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/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/base_vfw.env
ArtifactUUID:c84c4e40-d721-45b0-aad6-10f00b37f8d2
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-24T07:24:12.139Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cd5456c4-2d89-415a-a7db-3f21583309a3 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:24:12.228Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-24T07:24:12.230Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||MSO config path is: /app
2022-04-24T07:24:12.231Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||MSO config path is: /app
2022-04-24T07:24:12.231Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||Trying to download the artifact UUID: fede4d9c-977f-4336-a4ff-77e5b5e6da9f from URL: /sdc/v1/catalog/services/Vfw20220424072042/1.0/artifacts/service-Vfw20220424072042-csar.csar
2022-04-24T07:24:12.231Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||DistributionClient - download
2022-04-24T07:24:12.232Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220424072042/1.0/artifacts/service-Vfw20220424072042-csar.csar
2022-04-24T07:24:13.184Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||GET Response Status 200
2022-04-24T07:24:13.198Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220424072042/1.0/artifacts/service-Vfw20220424072042-csar.csar fede4d9c-977f-4336-a4ff-77e5b5e6da9f 99037
2022-04-24T07:24:13.199Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220424072042/1.0/artifacts/service-Vfw20220424072042-csar.csar ASDC sendASDCNotification
2022-04-24T07:24:13.199Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220424072042/1.0/artifacts/service-Vfw20220424072042-csar.csar
2022-04-24T07:24:13.199Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-24T07:24:13.200Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:24:13.203Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:24:13.203Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||try to send status {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785053199,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/artifacts/service-Vfw20220424072042-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:24:13.303Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T07:24:13.304Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:24:13.305Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:24:13.335Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:24:13.336Z||pool-58-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:24:14.206Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-24T07:24:14.209Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||MSO config path is: /app
2022-04-24T07:24:14.209Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||Trying to write artifact UUID: fede4d9c-977f-4336-a4ff-77e5b5e6da9f, URL: /sdc/v1/catalog/services/Vfw20220424072042/1.0/artifacts/service-Vfw20220424072042-csar.csar to file: /app/ASDC/1/service-Vfw20220424072042-csar.csar
2022-04-24T07:24:14.210Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220424072042-csar.csar
2022-04-24T07:24:14.211Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220424072042-csar.csar
2022-04-24T07:24:14.211Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220424072042-csar.csar
2022-04-24T07:24:14.645Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16139996441763716639/Definitions/service-Vfw20220424072042-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_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_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-04-24T07:24:18.249Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-04-24T07:24:18.250Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|WARN|500||####################################################################################################
2022-04-24T07:24:18.250Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220424072042-csar.csar
2022-04-24T07:24:18.250Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-24T07:24:18.251Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|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-Vfw20220424072042-csar.csar
2022-04-24T07:24:18.251Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|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-Vfw20220424072042-csar.csar
2022-04-24T07:24:18.251Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e9b7eefa-68a7 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-Vfw20220424072042-csar.csar
2022-04-24T07:24:18.252Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|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-Vfw20220424072042-csar.csar
2022-04-24T07:24:18.252Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220424072042-csar.csar
2022-04-24T07:24:18.252Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220424072042-csar.csar
2022-04-24T07:24:18.253Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|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-Vfw20220424072042-csar.csar
2022-04-24T07:24:18.253Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|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-Vfw20220424072042-csar.csar
2022-04-24T07:24:18.253Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|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-Vfw20220424072042-csar.csar
2022-04-24T07:24:18.253Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220424072042-csar.csar
2022-04-24T07:24:18.254Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|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-Vfw20220424072042-csar.csar
2022-04-24T07:24:18.254Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220424072042-csar.csar
2022-04-24T07:24:18.256Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|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-Vfw20220424072042-csar.csar
2022-04-24T07:24:18.256Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|WARN|500||####################################################################################################
2022-04-24T07:24:18.256Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:24:18.257Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Service vFW 2022-04-24 07-20-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:24:18.258Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template vFW e9b7eefa-68a7 0 is matching search criteria
2022-04-24T07:24:18.258Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Search for entities recursively
2022-04-24T07:24:18.258Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Found topology templates [vFW e9b7eefa-68a7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-24T07:24:18.259Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:24:18.259Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Service vFW 2022-04-24 07-20-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:24:18.259Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template vFW e9b7eefa-68a7 0 is matching search criteria
2022-04-24T07:24:18.259Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Search for entities recursively
2022-04-24T07:24:18.260Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Found topology templates [vFW e9b7eefa-68a7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-24T07:24:18.260Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:24:18.260Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Service vFW 2022-04-24 07-20-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:24:18.261Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:24:18.261Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template vFW e9b7eefa-68a7 0 is not matching search criteria
2022-04-24T07:24:18.261Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-24T07:24:18.262Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-24T07:24:18.262Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-24T07:24:18.262Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-24T07:24:18.263Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-04-24T07:24:18.263Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T07:24:18.263Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-24T07:24:18.264Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-24T07:24:18.264Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-04-24T07:24:18.264Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-24T07:24:18.265Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-24T07:24:18.265Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-24T07:24:18.266Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-24T07:24:18.266Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-04-24T07:24:18.266Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T07:24:18.270Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-24T07:24:18.270Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:24:18.270Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Service vFW 2022-04-24 07-20-42 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-24T07:24:18.271Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:24:18.271Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template vFW e9b7eefa-68a7 0 is matching search criteria
2022-04-24T07:24:18.271Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Found topology templates [vFW e9b7eefa-68a7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:24:18.272Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:24:18.272Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template vFW e9b7eefa-68a7 0 is matching search criteria
2022-04-24T07:24:18.272Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Found topology templates [vFW e9b7eefa-68a7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:24:18.273Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:24:18.273Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template vFW e9b7eefa-68a7 0 is matching search criteria
2022-04-24T07:24:18.273Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Found topology templates [vFW e9b7eefa-68a7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:24:18.273Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:24:18.274Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template vFW e9b7eefa-68a7 0 is not matching search criteria
2022-04-24T07:24:18.274Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-24T07:24:18.274Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-24T07:24:18.274Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-24T07:24:18.275Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-24T07:24:18.275Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-04-24T07:24:18.275Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-24T07:24:18.275Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-24T07:24:18.275Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-24T07:24:18.276Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-24T07:24:18.276Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-04-24T07:24:18.276Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T07:24:18.276Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=99316d28-4de0-4843-bc8b-3aafc40ad448
2022-04-24T07:24:18.277Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:24:18.277Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template vFW e9b7eefa-68a7 0 is not matching search criteria
2022-04-24T07:24:18.277Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-24T07:24:18.277Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-24T07:24:18.278Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-24T07:24:18.278Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-24T07:24:18.278Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-04-24T07:24:18.278Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T07:24:18.279Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-24T07:24:18.279Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-24T07:24:18.279Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-24T07:24:18.279Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-24T07:24:18.280Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-04-24T07:24:18.280Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T07:24:18.280Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=72663bee-0585-4b90-b98d-dfa1e82fa353
2022-04-24T07:24:18.281Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:24:18.281Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template vFW e9b7eefa-68a7 0 is not matching search criteria
2022-04-24T07:24:18.281Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-24T07:24:18.282Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-24T07:24:18.282Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-24T07:24:18.282Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-24T07:24:18.282Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-04-24T07:24:18.283Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T07:24:18.283Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-24T07:24:18.283Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-24T07:24:18.283Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-04-24T07:24:18.284Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-24T07:24:18.285Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-24T07:24:18.285Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-24T07:24:18.286Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=94b24f4f-3dc2-4454-8814-7f3a40a4a2d9
2022-04-24T07:24:18.286Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:24:18.287Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Service vFW 2022-04-24 07-20-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:24:18.287Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:24:18.287Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Service vFW 2022-04-24 07-20-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:24:18.287Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:24:18.287Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Service vFW 2022-04-24 07-20-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:24:18.288Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:24:18.288Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Service vFW 2022-04-24 07-20-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:24:18.288Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-04-24 07-20-42
Description:catalog service description
Model UUID:cd5456c4-2d89-415a-a7db-3f21583309a3
Model Version:NULL
Model InvariantUuid:1c6aca05-f194-4cdc-87bd-6fe90945a063
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW e9b7eefa-68a7
Model UUID:aeb63d20-6806-4a1a-8062-84ebe6c5bf7c
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e55c2f81-82cf-43d4-9b64-3616675932b7
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a293c15a-1a26-43df-9460-cc30de67571e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1b6d11b5-9ae5-4a00-af5b-86819479ab74
ModelName:VfwE9b7eefa68a7..base_vfw..module-0
ModelUuid:d0a73b87-1508-4be6-b02f-5754cae69f0b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:99316d28-4de0-4843-bc8b-3aafc40ad448
ModelInvariantUuid:b44c97e8-60ea-4b04-8f03-1caf74ae0133
ModelName:vFW e9b7eefa-68a7-nodes.vfwCvfc
ModelUuid:8b552201-d6b1-4a66-9707-25ea7c57ea06
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:4539dfe0-7daa-4053-a609-b71d2d7a2dc2
ModelInvariantUuid:426bbc98-89ba-4c77-b609-afd4af3dad75
ModelName:VfwE9b7eefa68a7.compute.nodes.heat.vfw
ModelUuid:4a0e457b-3aeb-4e4e-82d8-a2d3264842cd
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:72663bee-0585-4b90-b98d-dfa1e82fa353
ModelInvariantUuid:abbad4f8-a432-4a0d-a256-8383c889b694
ModelName:vFW e9b7eefa-68a7-nodes.vsnCvfc
ModelUuid:a2bbfd35-3b72-4ce7-83b9-099931b4a8ac
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:434333ef-2f56-462a-be70-5e16b21157b9
ModelInvariantUuid:f628d345-042b-4312-a0cc-572c10a112f3
ModelName:VfwE9b7eefa68a7.compute.nodes.heat.vsn
ModelUuid:ae041126-d69f-4e87-868c-12e0874ba406
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:94b24f4f-3dc2-4454-8814-7f3a40a4a2d9
ModelInvariantUuid:9cb7eb26-77d8-486c-811d-ecaa92b7dc6f
ModelName:vFW e9b7eefa-68a7-nodes.vpgCvfc
ModelUuid:02898c04-956f-4c8e-bb65-df6354217049
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:fe1b275c-feef-4d13-8c92-5ec7fdad5dc7
ModelInvariantUuid:03464db9-3ba0-4b9a-9a4f-b7a0303c9102
ModelName:VfwE9b7eefa68a7.compute.nodes.heat.vpg
ModelUuid:82fec7fa-4cb1-4a66-9a3b-aef8703a297e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-24T07:24:18.320Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 022fe420-6248-42d5-85ae-eda6bebde6e4
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-24T07:24:18.330Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||vFW e9b7eefa-68a7 0
2022-04-24T07:24:18.331Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 022fe420-6248-42d5-85ae-eda6bebde6e4
2022-04-24T07:24:18.331Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||Trying to download the artifact UUID: 28526999-da89-4b3f-a36c-3aad7f57dc6f from URL: /sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/vfwe9b7eefa68a70_modules.json
2022-04-24T07:24:18.331Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||DistributionClient - download
2022-04-24T07:24:18.332Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/vfwe9b7eefa68a70_modules.json
2022-04-24T07:24:18.746Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||GET Response Status 200
2022-04-24T07:24:18.747Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/vfwe9b7eefa68a70_modules.json 28526999-da89-4b3f-a36c-3aad7f57dc6f 785
2022-04-24T07:24:18.747Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/vfwe9b7eefa68a70_modules.json ASDC sendASDCNotification
2022-04-24T07:24:18.747Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/vfwe9b7eefa68a70_modules.json
2022-04-24T07:24:18.748Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-24T07:24:18.748Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:24:18.750Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:24:18.751Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||try to send status {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785058747,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/vfwe9b7eefa68a70_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:24:18.851Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T07:24:18.853Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:24:18.853Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:24:18.885Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:24:18.886Z||pool-59-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:24:19.752Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwE9b7eefa68a7..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "1b6d11b5-9ae5-4a00-af5b-86819479ab74",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d0a73b87-1508-4be6-b02f-5754cae69f0b",
    "vfModuleModelCustomizationUUID": "8655e651-f695-46aa-bd1a-8e1f2937761f",
    "isBase": true,
    "artifacts": [
      "dd16f142-7dbf-40ee-a76d-74ceb577652a",
      "c84c4e40-d721-45b0-aad6-10f00b37f8d2"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-24T07:24:19.763Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE9b7eefa68a7..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d0a73b87-1508-4be6-b02f-5754cae69f0b
VfModuleModelInvariantUUID:1b6d11b5-9ae5-4a00-af5b-86819479ab74
VfModuleModelDescription:NULL
Artifacts UUID List:{
dd16f142-7dbf-40ee-a76d-74ceb577652a
,
c84c4e40-d721-45b0-aad6-10f00b37f8d2

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

isBase:true


}

2022-04-24T07:24:19.766Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwE9b7eefa68a7..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "1b6d11b5-9ae5-4a00-af5b-86819479ab74",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d0a73b87-1508-4be6-b02f-5754cae69f0b",
    "vfModuleModelCustomizationUUID": "8655e651-f695-46aa-bd1a-8e1f2937761f",
    "isBase": true,
    "artifacts": [
      "dd16f142-7dbf-40ee-a76d-74ceb577652a",
      "c84c4e40-d721-45b0-aad6-10f00b37f8d2"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-24T07:24:19.766Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE9b7eefa68a7..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d0a73b87-1508-4be6-b02f-5754cae69f0b
VfModuleModelInvariantUUID:1b6d11b5-9ae5-4a00-af5b-86819479ab74
VfModuleModelDescription:NULL
Artifacts UUID List:{
dd16f142-7dbf-40ee-a76d-74ceb577652a
,
c84c4e40-d721-45b0-aad6-10f00b37f8d2

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

isBase:true


}

2022-04-24T07:24:19.767Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||Trying to download the artifact UUID: dd16f142-7dbf-40ee-a76d-74ceb577652a from URL: /sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/base_vfw.yaml
2022-04-24T07:24:19.767Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||DistributionClient - download
2022-04-24T07:24:19.767Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/base_vfw.yaml
2022-04-24T07:24:20.245Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||GET Response Status 200
2022-04-24T07:24:20.246Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/base_vfw.yaml dd16f142-7dbf-40ee-a76d-74ceb577652a 20368
2022-04-24T07:24:20.247Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-24T07:24:20.247Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/base_vfw.yaml
2022-04-24T07:24:20.247Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-24T07:24:20.247Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:24:20.250Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:24:20.250Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||try to send status {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785060247,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:24:20.352Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-24T07:24:20.354Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:24:20.354Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:24:20.373Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:24:20.374Z||pool-60-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:24:21.252Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||Trying to download the artifact UUID: c84c4e40-d721-45b0-aad6-10f00b37f8d2 from URL: /sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/base_vfw.env
2022-04-24T07:24:21.253Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||DistributionClient - download
2022-04-24T07:24:21.253Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/base_vfw.env
2022-04-24T07:24:21.877Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||GET Response Status 200
2022-04-24T07:24:21.880Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/base_vfw.env c84c4e40-d721-45b0-aad6-10f00b37f8d2 2098
2022-04-24T07:24:21.881Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-24T07:24:21.881Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/base_vfw.env
2022-04-24T07:24:21.882Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-24T07:24:21.882Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:24:21.887Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:24:21.887Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||try to send status {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785061881,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:24:21.989Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-24T07:24:21.991Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:24:21.991Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:24:22.004Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:24:22.006Z||pool-61-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:24:22.888Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Preparing to deploy Service: cd5456c4-2d89-415a-a7db-3f21583309a3
2022-04-24T07:24:22.889Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW e9b7eefa-68a7 0 022fe420-6248-42d5-85ae-eda6bebde6e4 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-24T07:24:22.926Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@38895585, org.onap.sdc.toscaparser.api.parameters.Input@1fa8e4ca, org.onap.sdc.toscaparser.api.parameters.Input@7b9bf2aa, org.onap.sdc.toscaparser.api.parameters.Input@53963c2c, org.onap.sdc.toscaparser.api.parameters.Input@21c16ea6]
2022-04-24T07:24:22.929Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:24:22.929Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Service vFW 2022-04-24 07-20-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:24:22.929Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||VF Category is: Generic 
2022-04-24T07:24:22.930Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||VFCustomizationUUID= a293c15a-1a26-43df-9460-cc30de67571e
2022-04-24T07:24:22.930Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a293c15a-1a26-43df-9460-cc30de67571e matches Tosca VF Customization UUID: a293c15a-1a26-43df-9460-cc30de67571e
2022-04-24T07:24:22.930Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||vfCustomizationUUID: a293c15a-1a26-43df-9460-cc30de67571e  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-04-24T07:24:22.934Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:24:22.934Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Service vFW 2022-04-24 07-20-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:24:22.936Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||resource request for resource customization id a293c15a-1a26-43df-9460-cc30de67571e: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-04-24T07:24:22.936Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3f28c30d
2022-04-24T07:24:22.936Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:24:22.937Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Service vFW 2022-04-24 07-20-42 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-24T07:24:22.937Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8655e651-f695-46aa-bd1a-8e1f2937761f
2022-04-24T07:24:22.938Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8655e651-f695-46aa-bd1a-8e1f2937761f
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-04-24T07:24:22.942Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:24:22.943Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template vFW e9b7eefa-68a7 0 is matching search criteria
2022-04-24T07:24:22.943Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Found topology templates [vFW e9b7eefa-68a7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:24:22.944Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:24:22.944Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template vFW e9b7eefa-68a7 0 is matching search criteria
2022-04-24T07:24:22.945Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Found topology templates [vFW e9b7eefa-68a7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:24:22.946Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:24:22.947Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template vFW e9b7eefa-68a7 0 is not matching search criteria
2022-04-24T07:24:22.947Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-24T07:24:22.947Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-24T07:24:22.948Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-24T07:24:22.948Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-24T07:24:22.948Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-04-24T07:24:22.949Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-24T07:24:22.949Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-24T07:24:22.950Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-24T07:24:22.950Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-24T07:24:22.950Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-04-24T07:24:22.951Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T07:24:22.951Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=99316d28-4de0-4843-bc8b-3aafc40ad448
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-24T07:24:22.954Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:24:22.955Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template vFW e9b7eefa-68a7 0 is matching search criteria
2022-04-24T07:24:22.955Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Found topology templates [vFW e9b7eefa-68a7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:24:22.956Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:24:22.956Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template vFW e9b7eefa-68a7 0 is not matching search criteria
2022-04-24T07:24:22.956Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-24T07:24:22.956Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-24T07:24:22.956Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-24T07:24:22.957Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-24T07:24:22.957Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-04-24T07:24:22.957Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T07:24:22.957Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-24T07:24:22.957Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-24T07:24:22.958Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-24T07:24:22.958Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-24T07:24:22.958Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-04-24T07:24:22.958Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T07:24:22.958Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=72663bee-0585-4b90-b98d-dfa1e82fa353
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-24T07:24:22.961Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:24:22.962Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template vFW e9b7eefa-68a7 0 is matching search criteria
2022-04-24T07:24:22.962Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Found topology templates [vFW e9b7eefa-68a7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:24:22.962Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:24:22.962Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template vFW e9b7eefa-68a7 0 is not matching search criteria
2022-04-24T07:24:22.962Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-24T07:24:22.962Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-24T07:24:22.962Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-24T07:24:22.963Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-24T07:24:22.963Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-04-24T07:24:22.963Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T07:24:22.963Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-24T07:24:22.963Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-24T07:24:22.963Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-04-24T07:24:22.963Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-24T07:24:22.964Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-24T07:24:22.964Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-24T07:24:22.964Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=94b24f4f-3dc2-4454-8814-7f3a40a4a2d9
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-24T07:24:22.973Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:24:22.974Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template vFW e9b7eefa-68a7 0 is matching search criteria
2022-04-24T07:24:22.974Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Found topology templates [vFW e9b7eefa-68a7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:24:22.974Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:24:22.981Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Node template vFW e9b7eefa-68a7 0 is matching search criteria
2022-04-24T07:24:22.981Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Found topology templates [vFW e9b7eefa-68a7 0] matching following query criteria: sdcType=VF, customizationUUID=a293c15a-1a26-43df-9460-cc30de67571e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-24T07:24:22.984Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:24:22.984Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Service vFW 2022-04-24 07-20-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:24:22.985Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500|| resourceSeq for service uuid cd5456c4-2d89-415a-a7db-3f21583309a3: vFW e9b7eefa-68a7
2022-04-24T07:24:22.985Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:24:22.985Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Service vFW 2022-04-24 07-20-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:24:22.985Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:24:22.985Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Service vFW 2022-04-24 07-20-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:24:22.986Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:24:22.986Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Service vFW 2022-04-24 07-20-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:24:22.986Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:24:22.986Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Service vFW 2022-04-24 07-20-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:24:22.986Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:24:22.986Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Service vFW 2022-04-24 07-20-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:24:22.987Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||Saving Service: vFW 2022-04-24 07-20-42 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:24:23.281Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW e9b7eefa-68a7 022fe420-6248-42d5-85ae-eda6bebde6e4 1 ASDC deployResourceStructure
2022-04-24T07:24:23.282Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/vfwe9b7eefa68a70_modules.json ASDC sendASDCNotification
2022-04-24T07:24:23.282Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/vfwe9b7eefa68a70_modules.json
2022-04-24T07:24:23.282Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-24T07:24:23.283Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:24:23.289Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:24:23.289Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||try to send status {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785063282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/vfwe9b7eefa68a70_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-24T07:24:23.388Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:24:23.389Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:24:23.389Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:24:23.400Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:24:23.401Z||pool-62-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-04-24T07:24:24.290Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-24T07:24:24.290Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/base_vfw.yaml
2022-04-24T07:24:24.290Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-24T07:24:24.291Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:24:24.295Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:24:24.296Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||try to send status {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785064290,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-24T07:24:24.396Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:24:24.397Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:24:24.398Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:24:24.410Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:24:24.412Z||pool-63-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:24:25.300Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-24T07:24:25.301Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/base_vfw.env
2022-04-24T07:24:25.302Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-24T07:24:25.302Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:24:25.305Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:24:25.305Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||try to send status {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785065300,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-24T07:24:25.405Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T07:24:25.407Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:24:25.407Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:24:25.421Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:24:25.421Z||pool-64-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:24:26.306Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220424072042/1.0/artifacts/service-Vfw20220424072042-csar.csar ASDC sendASDCNotification
2022-04-24T07:24:26.307Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220424072042/1.0/artifacts/service-Vfw20220424072042-csar.csar
2022-04-24T07:24:26.307Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-24T07:24:26.308Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:24:26.312Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:24:26.312Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||try to send status {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785066306,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/artifacts/service-Vfw20220424072042-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T07:24:26.413Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-24T07:24:26.415Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:24:26.415Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:24:26.428Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:24:26.429Z||pool-65-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:24:27.313Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 87da8b8b-e590-4cd6-989c-db2c194fb732
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:24:27.328Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 87da8b8b-e590-4cd6-989c-db2c194fb732
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:24:27.330Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-24T07:24:27.330Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-24T07:24:27.331Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-24T07:24:57.331Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 87da8b8b-e590-4cd6-989c-db2c194fb732
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:24:57.347Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 87da8b8b-e590-4cd6-989c-db2c194fb732
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:24:57.351Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-24T07:24:57.351Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-24T07:24:57.351Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-24T07:25:04.418Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:25:04.419Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:25:04.419Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:25:04.442Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:25:04.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:25:04.443Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "cds",
  "timestamp": 1650785039809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:25:04.445Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:25:27.352Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 87da8b8b-e590-4cd6-989c-db2c194fb732
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:25:27.369Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 87da8b8b-e590-4cd6-989c-db2c194fb732
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:25:27.374Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-24T07:25:27.375Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-24T07:25:27.376Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-24T07:25:57.376Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 87da8b8b-e590-4cd6-989c-db2c194fb732
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:25:57.394Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 87da8b8b-e590-4cd6-989c-db2c194fb732
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:25:57.398Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-24T07:25:57.398Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-24T07:25:57.399Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-24T07:26:04.418Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:26:04.420Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:26:04.420Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:26:04.450Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:26:04.451Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:26:04.451Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "aai-ml",
  "timestamp": 1650785031636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/artifacts/service-Vfw20220424072042-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:26:04.453Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:26:27.399Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 87da8b8b-e590-4cd6-989c-db2c194fb732
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:26:27.433Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 87da8b8b-e590-4cd6-989c-db2c194fb732
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:26:27.437Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-24T07:26:27.438Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-24T07:26:27.438Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-24T07:26:57.439Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 87da8b8b-e590-4cd6-989c-db2c194fb732
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:26:57.473Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 87da8b8b-e590-4cd6-989c-db2c194fb732
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:26:57.477Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-24T07:26:57.478Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-24T07:26:57.478Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-24T07:27:04.418Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:27:04.419Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:27:04.419Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:27:04.461Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:27:04.468Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.469Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650785040922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:27:04.470Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:27:04.471Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.471Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "clamp",
  "timestamp": 1650785043721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:27:04.471Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:27:04.471Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.471Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785044388,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:27:04.471Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:27:04.472Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.472Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "cds",
  "timestamp": 1650785039809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/artifacts/service-Vfw20220424072042-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:27:04.472Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:27:04.472Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.472Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650785040922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:27:04.473Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:27:04.473Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.474Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "clamp",
  "timestamp": 1650785043721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/vfwe9b7eefa68a70_modules.json",
  "status": "NOTIFIED"
}
2022-04-24T07:27:04.474Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:27:04.474Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.474Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785044388,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/vfwe9b7eefa68a70_modules.json",
  "status": "NOTIFIED"
}
2022-04-24T07:27:04.474Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:27:04.475Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.475Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "aai-ml",
  "timestamp": 1650785045491,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/artifacts/service-Vfw20220424072042-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:27:04.475Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:27:04.475Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.475Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785044885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:27:04.476Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:27:04.476Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.476Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785045141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:27:04.476Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:27:04.477Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "cds",
  "timestamp": 1650785039809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/artifacts/service-Vfw20220424072042-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:27:04.477Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:27:04.477Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650785040922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/artifacts/service-Vfw20220424072042-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:27:04.477Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:27:04.478Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.478Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "clamp",
  "timestamp": 1650785043721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:27:04.478Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:27:04.478Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.478Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785044388,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-24T07:27:04.478Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:27:04.478Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.479Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785044885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/vfwe9b7eefa68a70_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:27:04.479Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:27:04.479Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.479Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785045141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/vfwe9b7eefa68a70_modules.json",
  "status": "NOTIFIED"
}
2022-04-24T07:27:04.479Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:27:04.479Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.480Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650785040922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/artifacts/service-Vfw20220424072042-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:27:04.480Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:27:04.480Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.480Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "clamp",
  "timestamp": 1650785043721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:27:04.481Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:27:04.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785044388,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:27:04.482Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:27:04.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "cds",
  "timestamp": 1650785048193,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/artifacts/service-Vfw20220424072042-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:27:04.482Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:27:04.483Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.483Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785044885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:27:04.483Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:27:04.483Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.483Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785045141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-24T07:27:04.483Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:27:04.484Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.484Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "clamp",
  "timestamp": 1650785043721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:27:04.484Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:27:04.484Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.485Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "policy-id",
  "timestamp": 1650785047821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:27:04.485Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:27:04.485Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.485Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785044388,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-24T07:27:04.486Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:27:04.486Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.486Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "cds",
  "timestamp": 1650785049210,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/artifacts/service-Vfw20220424072042-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:27:04.500Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 87da8b8b-e590-4cd6-989c-db2c194fb732
2022-04-24T07:27:04.501Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87da8b8b-e590-4cd6-989c-db2c194fb732 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:27:04.539Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.539Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785044885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:27:04.539Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:27:04.539Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.540Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785045141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:27:04.540Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:27:04.540Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.540Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "clamp",
  "timestamp": 1650785043721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/artifacts/service-Vfw20220424072042-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:27:04.541Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:27:04.541Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.541Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "policy-id",
  "timestamp": 1650785047821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/vfwe9b7eefa68a70_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:27:04.541Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:27:04.541Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.541Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785044388,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/artifacts/service-Vfw20220424072042-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:27:04.542Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:27:04.542Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.542Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785044885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:27:04.542Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:27:04.542Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.542Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785045141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-24T07:27:04.543Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:27:04.543Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.543Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "clamp",
  "timestamp": 1650785043721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/artifacts/service-Vfw20220424072042-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:27:04.543Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:27:04.544Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.544Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "policy-id",
  "timestamp": 1650785047821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-24T07:27:04.544Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:27:04.544Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.544Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785044388,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/artifacts/service-Vfw20220424072042-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:27:04.544Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:27:04.545Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.545Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785044885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/artifacts/service-Vfw20220424072042-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:27:04.545Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:27:04.545Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.545Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785045141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/artifacts/service-Vfw20220424072042-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:27:04.546Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:27:04.546Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.546Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "policy-id",
  "timestamp": 1650785047821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:27:04.546Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:27:04.547Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.547Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785044885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/artifacts/service-Vfw20220424072042-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:27:04.547Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:27:04.547Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.548Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785045141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/artifacts/service-Vfw20220424072042-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:27:04.548Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:27:04.548Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.548Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "policy-id",
  "timestamp": 1650785047821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:27:04.549Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:27:04.549Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.549Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785053199,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/artifacts/service-Vfw20220424072042-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:27:04.549Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:27:04.550Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.550Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "policy-id",
  "timestamp": 1650785047821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/artifacts/service-Vfw20220424072042-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:27:04.550Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:27:04.550Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.550Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785053330,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/artifacts/service-Vfw20220424072042-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:27:04.551Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:27:04.551Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.551Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785053647,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/vfwe9b7eefa68a70_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:27:04.551Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:27:04.551Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.552Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "policy-id",
  "timestamp": 1650785047821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/artifacts/service-Vfw20220424072042-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:27:04.552Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:27:04.552Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.552Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785055230,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:27:04.553Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:27:04.553Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.553Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "policy-id",
  "timestamp": 1650785055947,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/artifacts/service-Vfw20220424072042-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:27:04.553Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:27:04.554Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.554Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "aai-ml",
  "timestamp": 1650785056727,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/artifacts/service-Vfw20220424072042-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-04-24T07:27:04.554Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:27:04.555Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.555Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "policy-id",
  "timestamp": 1650785056953,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/artifacts/service-Vfw20220424072042-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T07:27:04.555Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:27:04.555Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.555Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785056911,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:27:04.556Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:27:04.556Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.556Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "aai-ml",
  "timestamp": 1650785057733,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:27:04.587Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 87da8b8b-e590-4cd6-989c-db2c194fb732
2022-04-24T07:27:04.588Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87da8b8b-e590-4cd6-989c-db2c194fb732 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:27:04.603Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.604Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "policy-id",
  "timestamp": 1650785057956,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:27:04.617Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 87da8b8b-e590-4cd6-989c-db2c194fb732
2022-04-24T07:27:04.617Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87da8b8b-e590-4cd6-989c-db2c194fb732 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:27:04.643Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.644Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785057958,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:27:04.658Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 87da8b8b-e590-4cd6-989c-db2c194fb732
2022-04-24T07:27:04.659Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87da8b8b-e590-4cd6-989c-db2c194fb732 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-04-24T07:27:04.679Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.679Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785058747,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/vfwe9b7eefa68a70_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:27:04.680Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:27:04.680Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.680Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785058968,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/vfwe9b7eefa68a70_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-24T07:27:04.680Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:27:04.680Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.680Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785059424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/artifacts/service-Vfw20220424072042-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T07:27:04.681Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:27:04.681Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.681Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785060247,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:27:04.681Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:27:04.681Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.681Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "clamp",
  "timestamp": 1650785060360,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/artifacts/service-Vfw20220424072042-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:27:04.682Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:27:04.682Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.682Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785060434,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:27:04.692Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 87da8b8b-e590-4cd6-989c-db2c194fb732
2022-04-24T07:27:04.692Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87da8b8b-e590-4cd6-989c-db2c194fb732 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:27:04.712Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.712Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785061881,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:27:04.712Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:27:04.713Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.713Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "clamp",
  "timestamp": 1650785062377,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/artifacts/service-Vfw20220424072042-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T07:27:04.713Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:27:04.713Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.713Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785063282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/vfwe9b7eefa68a70_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-24T07:27:04.714Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:27:04.715Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.715Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "clamp",
  "timestamp": 1650785063381,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:27:04.734Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 87da8b8b-e590-4cd6-989c-db2c194fb732
2022-04-24T07:27:04.735Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87da8b8b-e590-4cd6-989c-db2c194fb732 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:27:04.755Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.761Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785064290,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-24T07:27:04.762Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:27:04.762Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.762Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785065300,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/resourceInstances/vfwe9b7eefa68a70/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-24T07:27:04.763Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:27:04.763Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.763Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785066306,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424072042/1.0/artifacts/service-Vfw20220424072042-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T07:27:04.763Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:27:04.763Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.764Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db307833-3bc9-4342-8c45-2e06244e1c6e",
  "consumerID": "cds",
  "timestamp": 1650785069809,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:27:04.764Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:27:04.764Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.764Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db307833-3bc9-4342-8c45-2e06244e1c6e",
  "consumerID": "clamp",
  "timestamp": 1650785073721,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:27:04.765Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:27:04.765Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.765Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db307833-3bc9-4342-8c45-2e06244e1c6e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785074890,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:27:04.765Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:27:04.765Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.766Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db307833-3bc9-4342-8c45-2e06244e1c6e",
  "consumerID": "clamp",
  "timestamp": 1650785073721,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:27:04.766Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:27:04.766Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.766Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db307833-3bc9-4342-8c45-2e06244e1c6e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785074890,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:27:04.767Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:27:04.767Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.767Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db307833-3bc9-4342-8c45-2e06244e1c6e",
  "consumerID": "cds",
  "timestamp": 1650785069809,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:27:04.767Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:27:04.768Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.768Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db307833-3bc9-4342-8c45-2e06244e1c6e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650785080922,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:27:04.768Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:27:04.768Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.769Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db307833-3bc9-4342-8c45-2e06244e1c6e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650785080922,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:27:04.769Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:27:04.769Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.769Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db307833-3bc9-4342-8c45-2e06244e1c6e",
  "consumerID": "cds",
  "timestamp": 1650785083887,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:27:04.770Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:27:04.770Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.770Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db307833-3bc9-4342-8c45-2e06244e1c6e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785083319,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:27:04.771Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:27:04.771Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.771Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db307833-3bc9-4342-8c45-2e06244e1c6e",
  "consumerID": "cds",
  "timestamp": 1650785084899,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:27:04.801Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of db307833-3bc9-4342-8c45-2e06244e1c6e
2022-04-24T07:27:04.802Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId db307833-3bc9-4342-8c45-2e06244e1c6e and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:27:04.819Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.820Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db307833-3bc9-4342-8c45-2e06244e1c6e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785085145,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:27:04.821Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:27:04.821Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.822Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db307833-3bc9-4342-8c45-2e06244e1c6e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785085933,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T07:27:04.822Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:27:04.822Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.822Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db307833-3bc9-4342-8c45-2e06244e1c6e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785085145,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:27:04.823Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:27:04.823Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.823Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db307833-3bc9-4342-8c45-2e06244e1c6e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785086939,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:27:04.833Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of db307833-3bc9-4342-8c45-2e06244e1c6e
2022-04-24T07:27:04.833Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId db307833-3bc9-4342-8c45-2e06244e1c6e and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:27:04.847Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.847Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db307833-3bc9-4342-8c45-2e06244e1c6e",
  "consumerID": "policy-id",
  "timestamp": 1650785087821,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:27:04.848Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:27:04.848Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.848Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db307833-3bc9-4342-8c45-2e06244e1c6e",
  "consumerID": "policy-id",
  "timestamp": 1650785087821,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:27:04.849Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:27:04.849Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.849Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db307833-3bc9-4342-8c45-2e06244e1c6e",
  "consumerID": "clamp",
  "timestamp": 1650785090366,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:27:04.849Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:27:04.849Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.850Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db307833-3bc9-4342-8c45-2e06244e1c6e",
  "consumerID": "policy-id",
  "timestamp": 1650785090817,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:27:04.850Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:27:04.850Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.850Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db307833-3bc9-4342-8c45-2e06244e1c6e",
  "consumerID": "clamp",
  "timestamp": 1650785091385,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T07:27:04.851Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:27:04.851Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.851Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db307833-3bc9-4342-8c45-2e06244e1c6e",
  "consumerID": "policy-id",
  "timestamp": 1650785091821,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T07:27:04.851Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:27:04.851Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.852Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db307833-3bc9-4342-8c45-2e06244e1c6e",
  "consumerID": "clamp",
  "timestamp": 1650785092390,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:27:04.874Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of db307833-3bc9-4342-8c45-2e06244e1c6e
2022-04-24T07:27:04.875Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId db307833-3bc9-4342-8c45-2e06244e1c6e and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:27:04.917Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.917Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db307833-3bc9-4342-8c45-2e06244e1c6e",
  "consumerID": "aai-ml",
  "timestamp": 1650785091636,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:27:04.918Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:27:04.918Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.918Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db307833-3bc9-4342-8c45-2e06244e1c6e",
  "consumerID": "policy-id",
  "timestamp": 1650785092825,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:27:04.949Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of db307833-3bc9-4342-8c45-2e06244e1c6e
2022-04-24T07:27:04.950Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId db307833-3bc9-4342-8c45-2e06244e1c6e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:27:04.995Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.996Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db307833-3bc9-4342-8c45-2e06244e1c6e",
  "consumerID": "aai-ml",
  "timestamp": 1650785091636,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:27:04.996Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:27:04.996Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.996Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db307833-3bc9-4342-8c45-2e06244e1c6e",
  "consumerID": "aai-ml",
  "timestamp": 1650785095472,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:27:04.997Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:27:04.997Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.997Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db307833-3bc9-4342-8c45-2e06244e1c6e",
  "consumerID": "aai-ml",
  "timestamp": 1650785099894,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-04-24T07:27:04.997Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:27:04.997Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:27:04.997Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db307833-3bc9-4342-8c45-2e06244e1c6e",
  "consumerID": "aai-ml",
  "timestamp": 1650785100901,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:27:05.010Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of db307833-3bc9-4342-8c45-2e06244e1c6e
2022-04-24T07:27:05.010Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId db307833-3bc9-4342-8c45-2e06244e1c6e and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:27:27.478Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 87da8b8b-e590-4cd6-989c-db2c194fb732
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:27:27.500Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 87da8b8b-e590-4cd6-989c-db2c194fb732
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:27:27.505Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-24T07:27:27.506Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-24T07:27:27.506Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-24T07:27:27.506Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-24T07:27:27.506Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-04-24T07:27:27.506Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:27:27.513Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-24T07:27:57.514Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 87da8b8b-e590-4cd6-989c-db2c194fb732 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-24T07:27:57.523Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 87da8b8b-e590-4cd6-989c-db2c194fb732 and serviceModelVersionId: cd5456c4-2d89-415a-a7db-3f21583309a3
2022-04-24T07:27:57.524Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1c6aca05-f194-4cdc-87bd-6fe90945a063
2022-04-24T07:27:57.526Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0
2022-04-24T07:27:57.534Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e4a47a6-2a97-4424-90dc-fc65b0ea5959/model-vers/model-ver/71e632b9-72e1-41f5-a9ab-785a3b47f811?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-04-24T07:27:57.626Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|INFO|500||Invoke
2022-04-24T07:27:57.627Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[87da8b8b-e590-4cd6-989c-db2c194fb732], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ac5ebed8-e32b-4580-8ba2-b3d1fd0cee63], X-ECOMP-RequestID=[87da8b8b-e590-4cd6-989c-db2c194fb732], X-TransactionId=[], X-ONAP-RequestID=[87da8b8b-e590-4cd6-989c-db2c194fb732], Content-Type=[application/merge-patch+json]}
2022-04-24T07:27:59.165Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|INFO|500||Invoke
2022-04-24T07:27:59.167Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[87da8b8b-e590-4cd6-989c-db2c194fb732], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[eaeb6059-2d45-4687-88cb-519f8742e493], X-ECOMP-RequestID=[87da8b8b-e590-4cd6-989c-db2c194fb732], X-TransactionId=[], X-ONAP-RequestID=[87da8b8b-e590-4cd6-989c-db2c194fb732], Content-Type=[application/merge-patch+json]}
2022-04-24T07:28:00.701Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|INFO|500||Invoke
2022-04-24T07:28:00.702Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[87da8b8b-e590-4cd6-989c-db2c194fb732], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fa086d0f-b4d9-429b-9ad4-176e2f1f7bd0], X-ECOMP-RequestID=[87da8b8b-e590-4cd6-989c-db2c194fb732], X-TransactionId=[], X-ONAP-RequestID=[87da8b8b-e590-4cd6-989c-db2c194fb732], Content-Type=[application/merge-patch+json]}
2022-04-24T07:28:01.737Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-04-24T07:28:01.738Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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)
Caused by: 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.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-04-24T07:28:01.739Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-24T07:28:01.739Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-24T07:28:01.748Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-24T07:28:01.752Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 87da8b8b-e590-4cd6-989c-db2c194fb732 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-24T07:28:01.753Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-24T07:28:01.754Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:28:01.761Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:28:01.762Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|DEBUG|500||try to send status {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785281752,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-24T07:28:01.862Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:28:01.864Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:28:01.865Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:28:01.886Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:28:01.887Z||pool-66-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-24T07:28:02.858Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:28:02.859Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:28:02.859Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:28:04.418Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:28:04.419Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:28:04.419Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:28:04.453Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:28:04.456Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:28:04.456Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "cds",
  "timestamp": 1650785174809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/resourceInstances/pnf790da49c8f320/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:28:04.458Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:28:04.458Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:28:04.458Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650785180925,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/resourceInstances/pnf790da49c8f320/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:28:04.458Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:28:04.458Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:28:04.459Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "cds",
  "timestamp": 1650785174809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/resourceInstances/pnf790da49c8f320/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:28:04.459Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:28:04.459Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:28:04.459Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650785180925,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/resourceInstances/pnf790da49c8f320/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:28:04.460Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:28:04.460Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:28:04.460Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "aai-ml",
  "timestamp": 1650785181636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/resourceInstances/pnf790da49c8f320/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:28:04.460Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:28:04.460Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:28:04.460Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "cds",
  "timestamp": 1650785174809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/resourceInstances/pnf790da49c8f320/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:28:04.461Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:28:04.461Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:28:04.461Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650785180925,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/resourceInstances/pnf790da49c8f320/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:28:04.461Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:28:04.461Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:28:04.461Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "aai-ml",
  "timestamp": 1650785181636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/resourceInstances/pnf790da49c8f320/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:28:04.461Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:28:04.462Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:28:04.462Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "cds",
  "timestamp": 1650785174809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/resourceInstances/pnf790da49c8f320/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:28:04.462Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:28:04.462Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:28:04.462Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650785180925,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/resourceInstances/pnf790da49c8f320/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:28:04.462Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:28:04.462Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:28:04.462Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "aai-ml",
  "timestamp": 1650785181636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/resourceInstances/pnf790da49c8f320/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:28:04.463Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:28:04.463Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:28:04.463Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "cds",
  "timestamp": 1650785174809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/resourceInstances/pnf790da49c8f320/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:28:04.463Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:28:04.463Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:28:04.463Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650785180925,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/resourceInstances/pnf790da49c8f320/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:28:04.463Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:28:04.463Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:28:04.463Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "aai-ml",
  "timestamp": 1650785181636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/resourceInstances/pnf790da49c8f320/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:28:04.464Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:28:04.464Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:28:04.464Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785185141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/resourceInstances/pnf790da49c8f320/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:28:04.464Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:28:04.464Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:28:04.464Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "cds",
  "timestamp": 1650785174809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/resourceInstances/pnf790da49c8f320/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:28:04.465Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:28:04.465Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:28:04.465Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650785180925,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/resourceInstances/pnf790da49c8f320/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-04-24T07:28:04.465Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:28:04.465Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:28:04.465Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "aai-ml",
  "timestamp": 1650785181636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/resourceInstances/pnf790da49c8f320/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:28:04.466Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:28:04.466Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:28:04.466Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785185141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/resourceInstances/pnf790da49c8f320/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:28:04.466Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:28:04.466Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:28:04.466Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "cds",
  "timestamp": 1650785174809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/artifacts/service-DemoPnfHfkki1rnjc33pvmb4axz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:28:04.467Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:28:04.467Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:28:04.467Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650785180925,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/artifacts/service-DemoPnfHfkki1rnjc33pvmb4axz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:28:04.467Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:28:04.468Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:28:04.468Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "aai-ml",
  "timestamp": 1650785181636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/resourceInstances/pnf790da49c8f320/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:28:04.468Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:28:04.468Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:28:04.468Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785185141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/resourceInstances/pnf790da49c8f320/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:28:04.469Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:28:04.469Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:28:04.469Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "cds",
  "timestamp": 1650785174809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/artifacts/service-DemoPnfHfkki1rnjc33pvmb4axz-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:28:04.469Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:28:04.470Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:28:04.470Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650785180925,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/artifacts/service-DemoPnfHfkki1rnjc33pvmb4axz-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:28:04.470Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:28:04.470Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:28:04.470Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "policy-id",
  "timestamp": 1650785187821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/resourceInstances/pnf790da49c8f320/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:28:04.471Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:28:04.471Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:28:04.471Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "aai-ml",
  "timestamp": 1650785181636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/artifacts/service-DemoPnfHfkki1rnjc33pvmb4axz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:28:04.471Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:28:04.471Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:28:04.471Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785185141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/resourceInstances/pnf790da49c8f320/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:28:04.472Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:28:04.472Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:28:04.472Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "policy-id",
  "timestamp": 1650785187821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/resourceInstances/pnf790da49c8f320/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:28:04.472Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:28:04.472Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:28:04.473Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "aai-ml",
  "timestamp": 1650785181636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/artifacts/service-DemoPnfHfkki1rnjc33pvmb4axz-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:28:04.473Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:28:04.473Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:28:04.473Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "cds",
  "timestamp": 1650785190145,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/artifacts/service-DemoPnfHfkki1rnjc33pvmb4axz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:28:04.473Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:28:04.473Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:28:04.473Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650785190234,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/resourceInstances/pnf790da49c8f320/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:28:04.474Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:28:04.474Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:28:04.476Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785185141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/resourceInstances/pnf790da49c8f320/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:28:04.477Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:28:04.477Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:28:04.477Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "policy-id",
  "timestamp": 1650785187821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/resourceInstances/pnf790da49c8f320/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:28:04.478Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:28:04.478Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:28:04.478Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "cds",
  "timestamp": 1650785191156,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/artifacts/service-DemoPnfHfkki1rnjc33pvmb4axz-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:28:04.498Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 957ed088-e1d6-492a-ba82-4b96df33b4c8
2022-04-24T07:28:04.499Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 957ed088-e1d6-492a-ba82-4b96df33b4c8 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:28:04.511Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:28:04.512Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "aai-ml",
  "timestamp": 1650785190749,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/artifacts/service-DemoPnfHfkki1rnjc33pvmb4axz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:28:04.512Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:28:04.512Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:28:04.512Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650785191550,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/resourceInstances/pnf790da49c8f320/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-04-24T07:28:04.513Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:28:04.513Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:28:04.513Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785185141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/resourceInstances/pnf790da49c8f320/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:28:04.513Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:28:04.513Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:28:04.513Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "policy-id",
  "timestamp": 1650785187821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/resourceInstances/pnf790da49c8f320/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:28:04.513Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:28:04.514Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:28:04.514Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650785192556,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:28:04.521Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 957ed088-e1d6-492a-ba82-4b96df33b4c8
2022-04-24T07:28:04.522Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 957ed088-e1d6-492a-ba82-4b96df33b4c8 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:28:04.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:28:04.534Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785185141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/artifacts/service-DemoPnfHfkki1rnjc33pvmb4axz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:28:04.534Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:28:04.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:28:04.535Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "policy-id",
  "timestamp": 1650785187821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/resourceInstances/pnf790da49c8f320/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:28:04.535Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:28:04.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:28:04.535Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785185141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/artifacts/service-DemoPnfHfkki1rnjc33pvmb4axz-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:28:04.535Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:28:04.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:28:04.536Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "policy-id",
  "timestamp": 1650785187821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/resourceInstances/pnf790da49c8f320/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:28:04.536Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:28:04.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:28:04.536Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "clamp",
  "timestamp": 1650785193721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/resourceInstances/pnf790da49c8f320/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:28:04.536Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:28:04.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:28:04.537Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "policy-id",
  "timestamp": 1650785187821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/artifacts/service-DemoPnfHfkki1rnjc33pvmb4axz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:28:04.537Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:28:04.537Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:28:04.537Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "clamp",
  "timestamp": 1650785193721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/resourceInstances/pnf790da49c8f320/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:28:04.537Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:28:04.538Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:28:04.538Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "policy-id",
  "timestamp": 1650785187821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/artifacts/service-DemoPnfHfkki1rnjc33pvmb4axz-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:28:04.538Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:28:04.538Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:28:04.539Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785194888,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/resourceInstances/pnf790da49c8f320/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:28:04.539Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:28:04.539Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:28:04.539Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "clamp",
  "timestamp": 1650785193721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/resourceInstances/pnf790da49c8f320/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:28:04.539Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:28:04.539Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:28:04.539Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "aai-ml",
  "timestamp": 1650785196375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/artifacts/service-DemoPnfHfkki1rnjc33pvmb4axz-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-04-24T07:28:04.540Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:28:04.540Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:28:04.540Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785194888,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/resourceInstances/pnf790da49c8f320/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:28:04.540Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:28:04.540Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:28:04.540Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "policy-id",
  "timestamp": 1650785196954,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/artifacts/service-DemoPnfHfkki1rnjc33pvmb4axz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:28:04.541Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:28:04.541Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:28:04.541Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "clamp",
  "timestamp": 1650785193721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/resourceInstances/pnf790da49c8f320/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:28:04.541Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:28:04.541Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:28:04.541Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "aai-ml",
  "timestamp": 1650785197387,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:28:04.548Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 957ed088-e1d6-492a-ba82-4b96df33b4c8
2022-04-24T07:28:04.549Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 957ed088-e1d6-492a-ba82-4b96df33b4c8 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:28:04.563Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:28:04.564Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785194888,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/resourceInstances/pnf790da49c8f320/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:28:04.564Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:28:04.565Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:28:04.565Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "policy-id",
  "timestamp": 1650785197961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/artifacts/service-DemoPnfHfkki1rnjc33pvmb4axz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T07:28:04.565Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:28:04.565Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:28:04.565Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "clamp",
  "timestamp": 1650785193721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/resourceInstances/pnf790da49c8f320/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:28:04.565Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:28:04.565Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:28:04.566Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785194888,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/resourceInstances/pnf790da49c8f320/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:28:04.566Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:28:04.566Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:28:04.566Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "policy-id",
  "timestamp": 1650785198964,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:28:04.572Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 957ed088-e1d6-492a-ba82-4b96df33b4c8
2022-04-24T07:28:04.573Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 957ed088-e1d6-492a-ba82-4b96df33b4c8 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:28:04.600Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:28:04.600Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "clamp",
  "timestamp": 1650785193721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/resourceInstances/pnf790da49c8f320/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:28:04.601Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:28:04.601Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:28:04.601Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785194888,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/resourceInstances/pnf790da49c8f320/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:28:04.601Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:28:04.601Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:28:04.601Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "clamp",
  "timestamp": 1650785193721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/artifacts/service-DemoPnfHfkki1rnjc33pvmb4axz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:28:04.602Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:28:04.602Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:28:04.602Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785194888,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/resourceInstances/pnf790da49c8f320/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:28:04.602Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:28:04.602Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:28:04.602Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "clamp",
  "timestamp": 1650785193721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/artifacts/service-DemoPnfHfkki1rnjc33pvmb4axz-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:28:04.603Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:28:04.603Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:28:04.603Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785194888,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/artifacts/service-DemoPnfHfkki1rnjc33pvmb4axz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:28:04.603Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:28:04.603Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:28:04.603Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785194888,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/artifacts/service-DemoPnfHfkki1rnjc33pvmb4axz-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:28:04.603Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:28:04.604Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:28:04.604Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785204213,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/artifacts/service-DemoPnfHfkki1rnjc33pvmb4axz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:28:04.604Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:28:04.604Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:28:04.604Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785206849,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/artifacts/service-DemoPnfHfkki1rnjc33pvmb4axz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T07:28:04.604Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:28:04.607Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:28:04.608Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "clamp",
  "timestamp": 1650785207390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/artifacts/service-DemoPnfHfkki1rnjc33pvmb4axz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:28:04.608Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:28:04.608Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:28:04.609Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785207859,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:28:04.616Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 957ed088-e1d6-492a-ba82-4b96df33b4c8
2022-04-24T07:28:04.616Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 957ed088-e1d6-492a-ba82-4b96df33b4c8 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:28:04.628Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:28:04.628Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "clamp",
  "timestamp": 1650785208412,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/artifacts/service-DemoPnfHfkki1rnjc33pvmb4axz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T07:28:04.629Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:28:04.629Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:28:04.629Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "clamp",
  "timestamp": 1650785209416,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:28:04.636Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 957ed088-e1d6-492a-ba82-4b96df33b4c8
2022-04-24T07:28:04.637Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 957ed088-e1d6-492a-ba82-4b96df33b4c8 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:28:07.526Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:28:07.529Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|DEBUG|500||received message from topic
2022-04-24T07:28:07.529Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"db307833-3bc9-4342-8c45-2e06244e1c6e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"e6a34528-b426-4271-a75b-ed548b04efae","serviceDescription":"service","serviceInvariantUUID":"983465d5-58a1-4024-98a5-7ca7385503c5","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"9f946253-e00c-4ba1-b903-2097c72c11bf","resourceInvariantUUID":"e6e6bdd5-5646-4e56-9730-327a2b85e61b","resourceCustomizationUUID":"beff0a84-b2b3-4c45-9e3f-2133286b7503","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":"MjNkNWQyOGYwMWExOWE1MGExNDI1NjFlZGNhZmJiMmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1c9b7afc-1062-4d7e-8403-bd0fe619f116","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZTUzZGJlY2QxODU4M2ZiYjhlMWQ4YjYwNTRlN2ZiZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"86b383c8-406b-442c-aaa7-1806883d1491","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-24T07:28:07.532Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:28:07.533Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:28:07.536Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:28:07.536Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|DEBUG|500||try to send status {
  "distributionID": "db307833-3bc9-4342-8c45-2e06244e1c6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785282858,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:28:07.637Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T07:28:07.638Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:28:07.638Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:28:07.653Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:28:07.654Z||pool-67-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:28:08.537Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:28:08.540Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:28:08.543Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:28:08.543Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|DEBUG|500||try to send status {
  "distributionID": "db307833-3bc9-4342-8c45-2e06244e1c6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785282858,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:28:08.643Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:28:08.645Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:28:08.645Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:28:08.660Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:28:08.660Z||pool-68-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:28:09.546Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "db307833-3bc9-4342-8c45-2e06244e1c6e",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "e6a34528-b426-4271-a75b-ed548b04efae",
  "serviceDescription": "service",
  "serviceInvariantUUID": "983465d5-58a1-4024-98a5-7ca7385503c5",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "beff0a84-b2b3-4c45-9e3f-2133286b7503",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "9f946253-e00c-4ba1-b903-2097c72c11bf",
      "resourceInvariantUUID": "e6e6bdd5-5646-4e56-9730-327a2b85e61b",
      "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": "ZTUzZGJlY2QxODU4M2ZiYjhlMWQ4YjYwNTRlN2ZiZDE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "86b383c8-406b-442c-aaa7-1806883d1491"
    }
  ],
  "workloadContext": "Production"
}
2022-04-24T07:28:09.546Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-24T07:28:09.547Z|87da8b8b-e590-4cd6-989c-db2c194fb732|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e6a34528-b426-4271-a75b-ed548b04efae ASDC
2022-04-24T07:28:09.547Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|DEBUG|500||ASDC Notification:
DistributionID:db307833-3bc9-4342-8c45-2e06244e1c6e
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:e6a34528-b426-4271-a75b-ed548b04efae
ServiceInvariantUUID:983465d5-58a1-4024-98a5-7ca7385503c5
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:86b383c8-406b-442c-aaa7-1806883d1491
ArtifactChecksum:ZTUzZGJlY2QxODU4M2ZiYjhlMWQ4YjYwNTRlN2ZiZDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:beff0a84-b2b3-4c45-9e3f-2133286b7503
ResourceInvariantUUID:e6e6bdd5-5646-4e56-9730-327a2b85e61b
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:9f946253-e00c-4ba1-b903-2097c72c11bf
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-04-24T07:28:09.547Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e6a34528-b426-4271-a75b-ed548b04efae ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-24T07:28:09.589Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-24T07:28:09.592Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|INFO|500||MSO config path is: /app
2022-04-24T07:28:09.592Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|INFO|500||MSO config path is: /app
2022-04-24T07:28:09.592Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|INFO|500||Trying to download the artifact UUID: 86b383c8-406b-442c-aaa7-1806883d1491 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-24T07:28:09.593Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|INFO|500||DistributionClient - download
2022-04-24T07:28:09.593Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-24T07:28:10.574Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|DEBUG|500||GET Response Status 200
2022-04-24T07:28:10.585Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 86b383c8-406b-442c-aaa7-1806883d1491 52514
2022-04-24T07:28:10.586Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-04-24T07:28:10.586Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-24T07:28:10.587Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-24T07:28:10.587Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:28:10.591Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:28:10.592Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|DEBUG|500||try to send status {
  "distributionID": "db307833-3bc9-4342-8c45-2e06244e1c6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785290586,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:28:10.691Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:28:10.693Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:28:10.694Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:28:10.721Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:28:10.722Z||pool-69-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:28:11.601Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-24T07:28:11.603Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|INFO|500||MSO config path is: /app
2022-04-24T07:28:11.604Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|INFO|500||Trying to write artifact UUID: 86b383c8-406b-442c-aaa7-1806883d1491, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-24T07:28:11.604Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-04-24T07:28:11.605Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-24T07:28:11.605Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-24T07:28:11.897Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10703481925952983883/Definitions/service-BasicNetwork-template.yml
2022-04-24T07:28:12.791Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-04-24T07:28:12.791Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|WARN|500||####################################################################################################
2022-04-24T07:28:12.791Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-24T07:28:12.791Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-04-24T07:28:12.791Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-24T07:28:12.792Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-24T07:28:12.792Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-24T07:28:12.792Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-24T07:28:12.792Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-24T07:28:12.792Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-24T07:28:12.792Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-24T07:28:12.792Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-24T07:28:12.792Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|WARN|500||####################################################################################################
2022-04-24T07:28:12.793Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:28:12.793Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:28:12.793Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-04-24T07:28:12.794Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|DEBUG|500||Search for entities recursively
2022-04-24T07:28:12.794Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-24T07:28:12.794Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:28:12.794Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:28:12.794Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-04-24T07:28:12.794Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|DEBUG|500||Search for entities recursively
2022-04-24T07:28:12.795Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-24T07:28:12.795Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:28:12.795Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:28:12.795Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:28:12.795Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:28:12.795Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:28:12.796Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:28:12.796Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:28:12.796Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:28:12.796Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:28:12.796Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:28:12.796Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:e6a34528-b426-4271-a75b-ed548b04efae
Model Version:NULL
Model InvariantUuid:983465d5-58a1-4024-98a5-7ca7385503c5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:e6e6bdd5-5646-4e56-9730-327a2b85e61b
Model UUID:869d44f7-997a-4db3-9385-ea4a038b7ab0
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:beff0a84-b2b3-4c45-9e3f-2133286b7503
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-24T07:28:12.807Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|INFO|500||Processing Resource Type: VL, Model UUID: 9f946253-e00c-4ba1-b903-2097c72c11bf
2022-04-24T07:28:12.808Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|INFO|500||No resources found for Service: e6a34528-b426-4271-a75b-ed548b04efae
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-24T07:28:12.819Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|INFO|500||
2022-04-24T07:28:12.820Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-04-24T07:28:12.821Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|DEBUG|500||No resources found for Service: e6a34528-b426-4271-a75b-ed548b04efae
2022-04-24T07:28:12.822Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|DEBUG|500||Preparing to deploy Service: e6a34528-b426-4271-a75b-ed548b04efae
2022-04-24T07:28:12.822Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-04-24T07:28:12.822Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-24T07:28:12.829Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4ca4b99b, org.onap.sdc.toscaparser.api.parameters.Input@7d64eacc, org.onap.sdc.toscaparser.api.parameters.Input@511b02c9, org.onap.sdc.toscaparser.api.parameters.Input@4268fec8, org.onap.sdc.toscaparser.api.parameters.Input@2be9ef7f]
2022-04-24T07:28:12.831Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:28:12.831Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:28:12.831Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:28:12.832Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:28:12.832Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|DEBUG|500|| resourceSeq for service uuid e6a34528-b426-4271-a75b-ed548b04efae: Generic NeutronNet
2022-04-24T07:28:12.832Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:28:12.833Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:28:12.833Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:28:12.833Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-04-24T07:28:12.893Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:28:12.894Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:28:12.894Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:28:12.894Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:28:12.894Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:28:12.895Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:28:12.895Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-04-24T07:28:12.993Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-04-24T07:28:12.994Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-04-24T07:28:12.995Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-24T07:28:12.995Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-24T07:28:12.996Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:28:13.001Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:28:13.001Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|DEBUG|500||try to send status {
  "distributionID": "db307833-3bc9-4342-8c45-2e06244e1c6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785292994,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T07:28:13.109Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2022-04-24T07:28:13.110Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:28:13.111Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:28:13.181Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:28:13.182Z||pool-70-thread-1|||||INFO|500||cambria reply ok (72 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:28:14.005Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: db307833-3bc9-4342-8c45-2e06244e1c6e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:28:14.024Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: db307833-3bc9-4342-8c45-2e06244e1c6e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:28:14.028Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-24T07:28:14.029Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-24T07:28:14.029Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-24T07:28:14.029Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-24T07:28:14.029Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-04-24T07:28:14.030Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:28:14.037Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-24T07:28:44.038Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: db307833-3bc9-4342-8c45-2e06244e1c6e and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-24T07:28:44.047Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: db307833-3bc9-4342-8c45-2e06244e1c6e and serviceModelVersionId: e6a34528-b426-4271-a75b-ed548b04efae
2022-04-24T07:28:44.048Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 983465d5-58a1-4024-98a5-7ca7385503c5
2022-04-24T07:28:44.049Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0
2022-04-24T07:28:44.054Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c6aca05-f194-4cdc-87bd-6fe90945a063/model-vers/model-ver/cd5456c4-2d89-415a-a7db-3f21583309a3?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-04-24T07:28:44.147Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|INFO|500||Invoke
2022-04-24T07:28:44.147Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[db307833-3bc9-4342-8c45-2e06244e1c6e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[26e3b556-c33e-440c-bda3-568bbd82aa58], X-ECOMP-RequestID=[db307833-3bc9-4342-8c45-2e06244e1c6e], X-TransactionId=[], X-ONAP-RequestID=[db307833-3bc9-4342-8c45-2e06244e1c6e], Content-Type=[application/merge-patch+json]}
2022-04-24T07:28:45.699Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|INFO|500||Invoke
2022-04-24T07:28:45.719Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[db307833-3bc9-4342-8c45-2e06244e1c6e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4abcd50e-cceb-4d8c-aa69-cb7b45949772], X-ECOMP-RequestID=[db307833-3bc9-4342-8c45-2e06244e1c6e], X-TransactionId=[], X-ONAP-RequestID=[db307833-3bc9-4342-8c45-2e06244e1c6e], Content-Type=[application/merge-patch+json]}
2022-04-24T07:28:47.265Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|INFO|500||Invoke
2022-04-24T07:28:47.266Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[db307833-3bc9-4342-8c45-2e06244e1c6e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c5fed099-ee7a-4bd8-b299-d6147f443283], X-ECOMP-RequestID=[db307833-3bc9-4342-8c45-2e06244e1c6e], X-TransactionId=[], X-ONAP-RequestID=[db307833-3bc9-4342-8c45-2e06244e1c6e], Content-Type=[application/merge-patch+json]}
2022-04-24T07:28:48.299Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-04-24T07:28:48.302Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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)
Caused by: 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.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-04-24T07:28:48.303Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-24T07:28:48.305Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-24T07:28:48.315Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-24T07:28:48.316Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID db307833-3bc9-4342-8c45-2e06244e1c6e and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-24T07:28:48.317Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-24T07:28:48.318Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:28:48.321Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:28:48.321Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|DEBUG|500||try to send status {
  "distributionID": "db307833-3bc9-4342-8c45-2e06244e1c6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785328317,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-24T07:28:48.421Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:28:48.423Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:28:48.423Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:28:48.441Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:28:48.442Z||pool-71-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-24T07:28:49.344Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|DEBUG|500||received message from topic
2022-04-24T07:28:49.345Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"957ed088-e1d6-492a-ba82-4b96df33b4c8","serviceName":"Demo_pNF_HFKKi1rNJC33pVmb4AXZ","serviceVersion":"1.0","serviceUUID":"6cb14f5a-7594-475f-8674-5815a56f078e","serviceDescription":"catalog service description","serviceInvariantUUID":"2c770225-a4cf-484f-bf8e-7c3657f65a7b","resources":[{"resourceInstanceName":"pNF 790da49c-8f32 0","resourceName":"pNF 790da49c-8f32","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"90b21da7-b2e0-4ebb-9833-49179a07543c","resourceInvariantUUID":"d2c46a27-4fca-4b88-9532-b1b871b834ed","resourceCustomizationUUID":"45c0a013-0534-4be9-b336-36aebbdb51fb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/resourceInstances/pnf790da49c8f320/artifacts/vf-license-model.xml","artifactChecksum":"MjdjZjFiMWY1ODdmNTU3NDk0NDlmMDU2NWMxNmQ1ZGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1b22eace-a114-4b4e-9a75-bbfc1576855b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/resourceInstances/pnf790da49c8f320/artifacts/pNF.csar","artifactChecksum":"MWYyYzhhZDhmMTQzNmY3MDdmZGFkM2EyNjAwMjY3YzM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"388ed541-a0ca-48b3-a031-203434008a1b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/resourceInstances/pnf790da49c8f320/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"371d0187-037a-4b2e-9003-f84e039d285f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/resourceInstances/pnf790da49c8f320/artifacts/vendor-license-model.xml","artifactChecksum":"YjJjOTIzNTZhNWFlMmVhNWFkODZmN2ZiMjI1NmRmMjU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f8919ba2-bf6c-4155-96f2-832f9ccdbb77","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/resourceInstances/pnf790da49c8f320/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9e6e88c4-71ab-45d1-9b93-0b77967ba0ba","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/resourceInstances/pnf790da49c8f320/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"29a528bb-586b-4309-936e-e8847925f518","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfHfkki1rnjc33pvmb4axz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/artifacts/service-DemoPnfHfkki1rnjc33pvmb4axz-template.yml","artifactChecksum":"MDU0YWUxMDhkNjMwMTM0OTFlMWJmMjFkNTgxYmMyOGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4aeac9d9-5230-47b6-bf32-ff8b13288efa","artifactVersion":"1"},{"artifactName":"service-DemoPnfHfkki1rnjc33pvmb4axz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/artifacts/service-DemoPnfHfkki1rnjc33pvmb4axz-csar.csar","artifactChecksum":"Y2Y1MzU5Njk0MDAzYjRhODA2M2EyNDRhMTU4MjU2NWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"756ad5db-77ae-4c48-8e1e-af3b3b2d34e4","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-24T07:28:49.346Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:28:49.346Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:28:49.350Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:28:49.351Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|DEBUG|500||try to send status {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785282858,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/resourceInstances/pnf790da49c8f320/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:28:49.450Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-24T07:28:49.452Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:28:49.452Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:28:49.471Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:28:49.472Z||pool-72-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-04-24T07:28:50.352Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:28:50.354Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:28:50.357Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:28:50.357Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|DEBUG|500||try to send status {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785282858,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/resourceInstances/pnf790da49c8f320/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:28:50.457Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T07:28:50.458Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:28:50.459Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:28:50.473Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:28:50.477Z||pool-73-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:28:51.358Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:28:51.359Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:28:51.367Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:28:51.368Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|DEBUG|500||try to send status {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785282858,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/resourceInstances/pnf790da49c8f320/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:28:51.467Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:28:51.470Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:28:51.470Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:28:51.509Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:28:51.509Z||pool-74-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":2,"count":1}
2022-04-24T07:28:52.368Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:28:52.369Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:28:52.383Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:28:52.383Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|DEBUG|500||try to send status {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785282858,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/resourceInstances/pnf790da49c8f320/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:28:52.482Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:28:52.483Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:28:52.483Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:28:52.508Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:28:52.509Z||pool-75-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:28:53.384Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:28:53.385Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:28:53.389Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:28:53.389Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|DEBUG|500||try to send status {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785282858,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/resourceInstances/pnf790da49c8f320/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:28:53.489Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T07:28:53.491Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:28:53.491Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:28:53.504Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:28:53.505Z||pool-76-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-04-24T07:28:54.394Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:28:54.395Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:28:54.398Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:28:54.398Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|DEBUG|500||try to send status {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785282858,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/resourceInstances/pnf790da49c8f320/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:28:54.505Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-04-24T07:28:54.506Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:28:54.506Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:28:54.534Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:28:54.535Z||pool-77-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:28:55.400Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:28:55.401Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:28:55.404Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:28:55.404Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|DEBUG|500||try to send status {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785282858,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/artifacts/service-DemoPnfHfkki1rnjc33pvmb4axz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:28:55.504Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:28:55.506Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:28:55.507Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:28:55.521Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:28:55.522Z||pool-78-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-04-24T07:28:56.405Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:28:56.406Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:28:56.411Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:28:56.412Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|DEBUG|500||try to send status {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785282858,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/artifacts/service-DemoPnfHfkki1rnjc33pvmb4axz-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:28:56.511Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:28:56.513Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:28:56.513Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:28:56.528Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:28:56.529Z||pool-79-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:28:57.413Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "serviceName": "Demo_pNF_HFKKi1rNJC33pVmb4AXZ",
  "serviceVersion": "1.0",
  "serviceUUID": "6cb14f5a-7594-475f-8674-5815a56f078e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "2c770225-a4cf-484f-bf8e-7c3657f65a7b",
  "resources": [
    {
      "resourceInstanceName": "pNF 790da49c-8f32 0",
      "resourceCustomizationUUID": "45c0a013-0534-4be9-b336-36aebbdb51fb",
      "resourceName": "pNF 790da49c-8f32",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "90b21da7-b2e0-4ebb-9833-49179a07543c",
      "resourceInvariantUUID": "d2c46a27-4fca-4b88-9532-b1b871b834ed",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfHfkki1rnjc33pvmb4axz-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/artifacts/service-DemoPnfHfkki1rnjc33pvmb4axz-csar.csar",
      "artifactChecksum": "Y2Y1MzU5Njk0MDAzYjRhODA2M2EyNDRhMTU4MjU2NWM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "756ad5db-77ae-4c48-8e1e-af3b3b2d34e4"
    }
  ],
  "workloadContext": "Production"
}
2022-04-24T07:28:57.414Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-24T07:28:57.414Z|db307833-3bc9-4342-8c45-2e06244e1c6e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6cb14f5a-7594-475f-8674-5815a56f078e ASDC
2022-04-24T07:28:57.414Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|DEBUG|500||ASDC Notification:
DistributionID:957ed088-e1d6-492a-ba82-4b96df33b4c8
ServiceName:Demo_pNF_HFKKi1rNJC33pVmb4AXZ
ServiceVersion:1.0
ServiceUUID:6cb14f5a-7594-475f-8674-5815a56f078e
ServiceInvariantUUID:2c770225-a4cf-484f-bf8e-7c3657f65a7b
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfHfkki1rnjc33pvmb4axz-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/artifacts/service-DemoPnfHfkki1rnjc33pvmb4axz-csar.csar
ArtifactUUID:756ad5db-77ae-4c48-8e1e-af3b3b2d34e4
ArtifactChecksum:Y2Y1MzU5Njk0MDAzYjRhODA2M2EyNDRhMTU4MjU2NWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 790da49c-8f32 0
ResourceCustomizationUUID:45c0a013-0534-4be9-b336-36aebbdb51fb
ResourceInvariantUUID:d2c46a27-4fca-4b88-9532-b1b871b834ed
ResourceName:pNF 790da49c-8f32
ResourceType:PNF
ResourceUUID:90b21da7-b2e0-4ebb-9833-49179a07543c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-04-24T07:28:57.415Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6cb14f5a-7594-475f-8674-5815a56f078e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-24T07:28:57.446Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-24T07:28:57.447Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|INFO|500||MSO config path is: /app
2022-04-24T07:28:57.448Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|INFO|500||MSO config path is: /app
2022-04-24T07:28:57.448Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|INFO|500||Trying to download the artifact UUID: 756ad5db-77ae-4c48-8e1e-af3b3b2d34e4 from URL: /sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/artifacts/service-DemoPnfHfkki1rnjc33pvmb4axz-csar.csar
2022-04-24T07:28:57.448Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|INFO|500||DistributionClient - download
2022-04-24T07:28:57.448Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/artifacts/service-DemoPnfHfkki1rnjc33pvmb4axz-csar.csar
2022-04-24T07:28:57.634Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|DEBUG|500||GET Response Status 200
2022-04-24T07:28:57.639Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/artifacts/service-DemoPnfHfkki1rnjc33pvmb4axz-csar.csar 756ad5db-77ae-4c48-8e1e-af3b3b2d34e4 82658
2022-04-24T07:28:57.639Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/artifacts/service-DemoPnfHfkki1rnjc33pvmb4axz-csar.csar ASDC sendASDCNotification
2022-04-24T07:28:57.640Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/artifacts/service-DemoPnfHfkki1rnjc33pvmb4axz-csar.csar
2022-04-24T07:28:57.640Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-24T07:28:57.640Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:28:57.644Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:28:57.644Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|DEBUG|500||try to send status {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785337639,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/artifacts/service-DemoPnfHfkki1rnjc33pvmb4axz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:28:57.744Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T07:28:57.746Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:28:57.746Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:28:57.760Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:28:57.761Z||pool-80-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-04-24T07:28:58.645Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-24T07:28:58.647Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|INFO|500||MSO config path is: /app
2022-04-24T07:28:58.647Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|INFO|500||Trying to write artifact UUID: 756ad5db-77ae-4c48-8e1e-af3b3b2d34e4, URL: /sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/artifacts/service-DemoPnfHfkki1rnjc33pvmb4axz-csar.csar to file: /app/ASDC/1/service-DemoPnfHfkki1rnjc33pvmb4axz-csar.csar
2022-04-24T07:28:58.647Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfHfkki1rnjc33pvmb4axz-csar.csar
2022-04-24T07:28:58.648Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfHfkki1rnjc33pvmb4axz-csar.csar
2022-04-24T07:28:58.649Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfHfkki1rnjc33pvmb4axz-csar.csar
2022-04-24T07:28:58.809Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16185349916308452022/Definitions/service-DemoPnfHfkki1rnjc33pvmb4axz-template.yml
2022-04-24T07:29:00.093Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-04-24T07:29:00.094Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|WARN|500||####################################################################################################
2022-04-24T07:29:00.094Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfHfkki1rnjc33pvmb4axz-csar.csar
2022-04-24T07:29:00.095Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-04-24T07:29:00.095Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|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-DemoPnfHfkki1rnjc33pvmb4axz-csar.csar
2022-04-24T07:29:00.095Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfHfkki1rnjc33pvmb4axz-csar.csar
2022-04-24T07:29:00.096Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|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-DemoPnfHfkki1rnjc33pvmb4axz-csar.csar
2022-04-24T07:29:00.096Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|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-DemoPnfHfkki1rnjc33pvmb4axz-csar.csar
2022-04-24T07:29:00.096Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|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-DemoPnfHfkki1rnjc33pvmb4axz-csar.csar
2022-04-24T07:29:00.096Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|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-DemoPnfHfkki1rnjc33pvmb4axz-csar.csar
2022-04-24T07:29:00.096Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 790da49c-8f32 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-DemoPnfHfkki1rnjc33pvmb4axz-csar.csar
2022-04-24T07:29:00.097Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|WARN|500||####################################################################################################
2022-04-24T07:29:00.098Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:29:00.098Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|DEBUG|500||Service Demo_pNF_HFKKi1rNJC33pVmb4AXZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:29:00.099Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|DEBUG|500||Node template pNF 790da49c-8f32 0 is matching search criteria
2022-04-24T07:29:00.099Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|DEBUG|500||Search for entities recursively
2022-04-24T07:29:00.100Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|DEBUG|500||Found topology templates [pNF 790da49c-8f32 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-24T07:29:00.100Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:29:00.101Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|DEBUG|500||Service Demo_pNF_HFKKi1rNJC33pVmb4AXZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:29:00.101Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|DEBUG|500||Node template pNF 790da49c-8f32 0 is matching search criteria
2022-04-24T07:29:00.101Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|DEBUG|500||Search for entities recursively
2022-04-24T07:29:00.102Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|DEBUG|500||Found topology templates [pNF 790da49c-8f32 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-24T07:29:00.102Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:29:00.103Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|DEBUG|500||Service Demo_pNF_HFKKi1rNJC33pVmb4AXZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:29:00.103Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:29:00.103Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|DEBUG|500||Service Demo_pNF_HFKKi1rNJC33pVmb4AXZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:29:00.104Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:29:00.104Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|DEBUG|500||Service Demo_pNF_HFKKi1rNJC33pVmb4AXZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:29:00.105Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:29:00.105Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|DEBUG|500||Service Demo_pNF_HFKKi1rNJC33pVmb4AXZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:29:00.106Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:29:00.106Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|DEBUG|500||Service Demo_pNF_HFKKi1rNJC33pVmb4AXZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:29:00.106Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_HFKKi1rNJC33pVmb4AXZ
Description:catalog service description
Model UUID:6cb14f5a-7594-475f-8674-5815a56f078e
Model Version:NULL
Model InvariantUuid:2c770225-a4cf-484f-bf8e-7c3657f65a7b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-24T07:29:00.114Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: 90b21da7-b2e0-4ebb-9833-49179a07543c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-24T07:29:00.120Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|INFO|500||pNF 790da49c-8f32 0
2022-04-24T07:29:00.120Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: 90b21da7-b2e0-4ebb-9833-49179a07543c
2022-04-24T07:29:00.121Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|DEBUG|500||No resources found for Service: 6cb14f5a-7594-475f-8674-5815a56f078e
2022-04-24T07:29:00.121Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|DEBUG|500||Preparing to deploy Service: 6cb14f5a-7594-475f-8674-5815a56f078e
2022-04-24T07:29:00.121Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 790da49c-8f32 0 90b21da7-b2e0-4ebb-9833-49179a07543c ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-24T07:29:00.127Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1e6d66b7, org.onap.sdc.toscaparser.api.parameters.Input@1a2ee10a, org.onap.sdc.toscaparser.api.parameters.Input@6a18d736, org.onap.sdc.toscaparser.api.parameters.Input@7bcbd677, org.onap.sdc.toscaparser.api.parameters.Input@e664f67]
2022-04-24T07:29:00.128Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:29:00.128Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|DEBUG|500||Service Demo_pNF_HFKKi1rNJC33pVmb4AXZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:29:00.128Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|DEBUG|500|| resourceSeq for service uuid 6cb14f5a-7594-475f-8674-5815a56f078e: pNF 790da49c-8f32
2022-04-24T07:29:00.129Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|INFO|500||Processing PNF resource: 90b21da7-b2e0-4ebb-9833-49179a07543c
2022-04-24T07:29:00.129Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:29:00.129Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|DEBUG|500||Service Demo_pNF_HFKKi1rNJC33pVmb4AXZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:29:00.129Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|INFO|500||Resource customization UUID: 45c0a013-0534-4be9-b336-36aebbdb51fb is the same as notified resource customizationUUID: 45c0a013-0534-4be9-b336-36aebbdb51fb
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-04-24T07:29:00.198Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 790da49c-8f32 90b21da7-b2e0-4ebb-9833-49179a07543c 0 ASDC deployResourceStructure
2022-04-24T07:29:00.198Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/artifacts/service-DemoPnfHfkki1rnjc33pvmb4axz-csar.csar ASDC sendASDCNotification
2022-04-24T07:29:00.198Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/artifacts/service-DemoPnfHfkki1rnjc33pvmb4axz-csar.csar
2022-04-24T07:29:00.199Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-24T07:29:00.199Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:29:00.215Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:29:00.215Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|DEBUG|500||try to send status {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785340198,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/artifacts/service-DemoPnfHfkki1rnjc33pvmb4axz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T07:29:00.310Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-04-24T07:29:00.311Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:29:00.312Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:29:00.325Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:29:00.326Z||pool-81-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:29:01.217Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 957ed088-e1d6-492a-ba82-4b96df33b4c8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:29:01.242Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 957ed088-e1d6-492a-ba82-4b96df33b4c8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:29:01.248Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-24T07:29:01.248Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-24T07:29:01.248Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-24T07:29:01.248Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-24T07:29:01.249Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-24T07:29:01.249Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-04-24T07:29:01.249Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:29:01.257Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-24T07:29:04.418Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:29:04.421Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:29:04.421Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:29:04.444Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:29:04.459Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.460Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "cds",
  "timestamp": 1650785234809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.461Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.462Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.462Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "cds",
  "timestamp": 1650785234809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.462Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.463Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.463Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650785240922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.463Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.463Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.464Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "cds",
  "timestamp": 1650785234809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.464Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.464Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.465Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650785240922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.465Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.465Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.466Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "aai-ml",
  "timestamp": 1650785241636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.467Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.467Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.467Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "cds",
  "timestamp": 1650785234809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.467Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.468Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.468Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650785240922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.469Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.469Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.469Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "aai-ml",
  "timestamp": 1650785241636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.470Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.470Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.470Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "cds",
  "timestamp": 1650785234809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.471Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.471Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.472Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650785240922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.472Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.472Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.473Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "aai-ml",
  "timestamp": 1650785241636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.474Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.474Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.474Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "cds",
  "timestamp": 1650785234809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.475Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.475Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.475Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650785240922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.476Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.476Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.476Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "aai-ml",
  "timestamp": 1650785241636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.477Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.477Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.477Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "cds",
  "timestamp": 1650785234809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.478Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.478Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.479Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785245141,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.480Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.480Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.480Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650785240922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.481Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.481Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.481Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "aai-ml",
  "timestamp": 1650785241636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.482Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.482Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.483Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "cds",
  "timestamp": 1650785234809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.483Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.483Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.484Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785245141,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-24T07:29:04.484Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.485Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.485Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650785240922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.485Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.486Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.486Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "aai-ml",
  "timestamp": 1650785241636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.486Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.487Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.487Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "cds",
  "timestamp": 1650785234809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.487Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.487Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.488Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785245141,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-04-24T07:29:04.488Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.488Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.489Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650785240922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.489Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.490Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.490Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "policy-id",
  "timestamp": 1650785247821,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.491Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.491Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.491Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "aai-ml",
  "timestamp": 1650785241636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.492Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.492Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.493Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "cds",
  "timestamp": 1650785234809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:29:04.493Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.494Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.494Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785245141,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.494Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.495Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.495Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650785240922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.495Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.496Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.496Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "policy-id",
  "timestamp": 1650785247821,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.497Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.497Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.497Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "aai-ml",
  "timestamp": 1650785241636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.498Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.498Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.498Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785245141,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-04-24T07:29:04.499Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.499Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.499Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650785240922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.500Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.500Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.501Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "cds",
  "timestamp": 1650785250639,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:29:04.501Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:29:04.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.502Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "policy-id",
  "timestamp": 1650785247821,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-04-24T07:29:04.502Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.503Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.503Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "aai-ml",
  "timestamp": 1650785241636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.503Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.504Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.504Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785245141,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-04-24T07:29:04.504Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.505Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.505Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "policy-id",
  "timestamp": 1650785247821,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.505Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.506Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.506Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "aai-ml",
  "timestamp": 1650785241636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:29:04.506Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.507Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.507Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785245141,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-04-24T07:29:04.507Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.508Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.508Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "policy-id",
  "timestamp": 1650785247821,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.508Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.509Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.509Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "aai-ml",
  "timestamp": 1650785252831,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:29:04.509Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:29:04.510Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.510Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785245141,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.510Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.511Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.511Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "policy-id",
  "timestamp": 1650785247821,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.512Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.512Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.512Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "cds",
  "timestamp": 1650785254021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:29:04.537Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2e642bb1-b2ea-4c61-898f-6a4afbe3e49c
2022-04-24T07:29:04.538Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e642bb1-b2ea-4c61-898f-6a4afbe3e49c and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:29:04.550Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.550Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "clamp",
  "timestamp": 1650785253721,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.551Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.551Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.552Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785245141,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.552Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.553Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.553Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "policy-id",
  "timestamp": 1650785247821,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.554Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.554Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.554Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "clamp",
  "timestamp": 1650785253721,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-24T07:29:04.555Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.555Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.555Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785245141,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:29:04.555Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.556Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.556Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "cds",
  "timestamp": 1650785255026,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.556Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.557Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.557Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "policy-id",
  "timestamp": 1650785247821,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.557Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.557Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.558Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785254885,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.558Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.558Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.559Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "clamp",
  "timestamp": 1650785253721,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.559Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.559Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.559Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "cds",
  "timestamp": 1650785255026,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.560Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.560Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.560Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785256134,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:29:04.561Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:29:04.561Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.561Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "policy-id",
  "timestamp": 1650785247821,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.562Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.562Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.562Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785254885,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.562Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.563Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.563Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "clamp",
  "timestamp": 1650785253721,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.563Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.563Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.564Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "cds",
  "timestamp": 1650785255026,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.564Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.564Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.564Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "policy-id",
  "timestamp": 1650785247821,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:29:04.565Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.565Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.566Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785254885,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.567Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.567Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.567Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "clamp",
  "timestamp": 1650785253721,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.568Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.568Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.569Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785257643,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:29:04.569Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:29:04.569Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.570Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "cds",
  "timestamp": 1650785255026,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.570Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.570Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.571Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785254885,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.571Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.572Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.572Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "policy-id",
  "timestamp": 1650785258856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:29:04.572Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:29:04.572Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.573Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "clamp",
  "timestamp": 1650785253721,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.573Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.573Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.574Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785258954,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:29:04.574Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:29:04.575Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.575Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "cds",
  "timestamp": 1650785255026,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.577Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.577Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.577Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785254885,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.578Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.578Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.578Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "policy-id",
  "timestamp": 1650785259861,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T07:29:04.578Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:29:04.578Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.579Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "clamp",
  "timestamp": 1650785253721,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.579Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.581Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.581Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "aai-ml",
  "timestamp": 1650785259960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-04-24T07:29:04.582Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:29:04.582Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.582Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "cds",
  "timestamp": 1650785255026,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.582Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.582Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.583Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785254885,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.583Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.583Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.583Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "clamp",
  "timestamp": 1650785253721,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.583Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.583Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.584Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "policy-id",
  "timestamp": 1650785260864,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:29:04.597Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2e642bb1-b2ea-4c61-898f-6a4afbe3e49c
2022-04-24T07:29:04.598Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e642bb1-b2ea-4c61-898f-6a4afbe3e49c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:29:04.611Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.611Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785260671,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:29:04.612Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:29:04.612Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.612Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "aai-ml",
  "timestamp": 1650785260965,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:29:04.619Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 2e642bb1-b2ea-4c61-898f-6a4afbe3e49c
2022-04-24T07:29:04.620Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e642bb1-b2ea-4c61-898f-6a4afbe3e49c and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:29:04.632Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.632Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650785260922,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.633Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.633Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.633Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "cds",
  "timestamp": 1650785255026,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:29:04.633Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.634Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.634Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785254885,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.634Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.634Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.634Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "clamp",
  "timestamp": 1650785253721,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.635Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.635Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.635Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785261907,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:29:04.651Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2e642bb1-b2ea-4c61-898f-6a4afbe3e49c
2022-04-24T07:29:04.652Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e642bb1-b2ea-4c61-898f-6a4afbe3e49c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-04-24T07:29:04.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.663Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650785260922,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.663Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.664Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785254885,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.664Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.664Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "clamp",
  "timestamp": 1650785253721,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:29:04.664Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.664Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785262915,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-24T07:29:04.665Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:29:04.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650785260922,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.665Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785254885,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.665Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650785260922,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.666Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "cds",
  "timestamp": 1650785264751,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:29:04.666Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:29:04.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.667Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785254885,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:29:04.667Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.667Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650785260922,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.667Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.668Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "cds",
  "timestamp": 1650785265776,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:29:04.684Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2
2022-04-24T07:29:04.684Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:29:04.697Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.698Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785265141,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.698Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.698Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.699Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650785260922,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.699Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.699Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.699Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "cds",
  "timestamp": 1650785255026,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.699Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.699Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.699Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785266067,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:29:04.700Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:29:04.700Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.700Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785265141,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-04-24T07:29:04.700Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.700Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.700Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650785260922,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.701Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.701Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.701Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "cds",
  "timestamp": 1650785255026,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.701Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.701Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.701Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785265141,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-24T07:29:04.701Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.702Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.702Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650785260922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.703Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.703Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.703Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "cds",
  "timestamp": 1650785255026,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.703Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.703Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.703Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "policy-id",
  "timestamp": 1650785267821,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.704Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.704Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.705Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785265141,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.705Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.705Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.705Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650785260922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.706Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.706Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.706Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "cds",
  "timestamp": 1650785255026,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.706Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.707Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.707Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "policy-id",
  "timestamp": 1650785267821,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.707Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.707Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.708Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785269730,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T07:29:04.708Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:29:04.708Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.708Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785265141,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-24T07:29:04.709Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.709Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.709Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650785260922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.709Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.710Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.710Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "cds",
  "timestamp": 1650785255026,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.710Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.710Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.711Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "policy-id",
  "timestamp": 1650785267821,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-24T07:29:04.711Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.711Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.711Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785270733,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:29:04.721Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2e642bb1-b2ea-4c61-898f-6a4afbe3e49c
2022-04-24T07:29:04.722Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e642bb1-b2ea-4c61-898f-6a4afbe3e49c and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:29:04.739Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.739Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785265141,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.740Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.740Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.740Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650785260922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.740Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.740Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.740Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "cds",
  "timestamp": 1650785255026,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.740Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.741Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.741Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "policy-id",
  "timestamp": 1650785267821,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.741Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.741Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.741Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785254885,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.741Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.741Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.741Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785265141,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:29:04.742Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.742Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.742Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650785260922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.743Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.743Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.743Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "cds",
  "timestamp": 1650785255026,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.743Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.743Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.743Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "aai-ml",
  "timestamp": 1650785271636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.743Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.743Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.743Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "policy-id",
  "timestamp": 1650785267821,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.744Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.744Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785254885,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.744Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.744Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785272971,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:29:04.744Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:29:04.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.744Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650785260922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.744Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.745Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "cds",
  "timestamp": 1650785255026,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.745Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.745Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.745Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "policy-id",
  "timestamp": 1650785267821,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.745Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.745Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.745Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "aai-ml",
  "timestamp": 1650785271636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.745Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.746Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.746Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785254885,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.746Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.746Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.746Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650785260922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.746Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.747Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.747Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "cds",
  "timestamp": 1650785255026,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:29:04.747Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.747Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.747Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "policy-id",
  "timestamp": 1650785267821,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:29:04.747Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.747Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.747Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "aai-ml",
  "timestamp": 1650785271636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.747Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.747Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.747Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785274384,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:29:04.747Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:29:04.747Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.748Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785254885,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.748Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.748Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.748Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650785260922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.748Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.748Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.748Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "clamp",
  "timestamp": 1650785275406,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:29:04.748Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:29:04.748Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.748Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "aai-ml",
  "timestamp": 1650785271636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.749Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.749Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.749Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "policy-id",
  "timestamp": 1650785275787,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:29:04.749Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:29:04.749Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.749Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785275572,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:29:04.749Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:29:04.749Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.749Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "cds",
  "timestamp": 1650785276343,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:29:04.749Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:29:04.749Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.750Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785254885,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.750Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.750Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.750Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650785260922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.750Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.750Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.750Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "aai-ml",
  "timestamp": 1650785271636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.750Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.750Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.750Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "policy-id",
  "timestamp": 1650785276791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T07:29:04.750Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:29:04.750Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.751Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785276603,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:29:04.777Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2
2022-04-24T07:29:04.778Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:29:04.792Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.793Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "cds",
  "timestamp": 1650785277353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:29:04.811Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c
2022-04-24T07:29:04.812Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:29:04.832Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.832Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785254885,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.832Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.833Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.833Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "aai-ml",
  "timestamp": 1650785271636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.833Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.833Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.833Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "policy-id",
  "timestamp": 1650785277795,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:29:04.847Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2
2022-04-24T07:29:04.848Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-04-24T07:29:04.872Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.873Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785277611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-24T07:29:04.873Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:29:04.873Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.873Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785254885,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:29:04.873Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.873Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.874Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "aai-ml",
  "timestamp": 1650785271636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:29:04.874Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.874Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.874Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "cds",
  "timestamp": 1650785278379,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.874Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.874Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.875Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "policy-id",
  "timestamp": 1650785267821,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.875Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.875Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.875Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785265141,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.875Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.875Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.875Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785279084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:29:04.876Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:29:04.876Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.876Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "cds",
  "timestamp": 1650785278379,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.876Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.876Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.876Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "policy-id",
  "timestamp": 1650785267821,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.877Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.877Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.877Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "aai-ml",
  "timestamp": 1650785279612,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:29:04.877Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:29:04.877Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.877Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785265141,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-04-24T07:29:04.877Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.877Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.878Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "cds",
  "timestamp": 1650785278379,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.878Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.878Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.878Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "policy-id",
  "timestamp": 1650785267821,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.878Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.878Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.878Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785265141,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-04-24T07:29:04.878Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.879Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.879Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650785280922,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.879Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.879Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.879Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87da8b8b-e590-4cd6-989c-db2c194fb732",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785281752,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-24T07:29:04.879Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:29:04.879Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.879Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "clamp",
  "timestamp": 1650785281412,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T07:29:04.880Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:29:04.880Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.880Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "cds",
  "timestamp": 1650785278379,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.880Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.880Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.880Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "policy-id",
  "timestamp": 1650785267821,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.880Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.881Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.881Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785265141,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-04-24T07:29:04.881Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.881Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.881Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650785280922,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.881Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.882Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.882Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "clamp",
  "timestamp": 1650785282416,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:29:04.889Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2e642bb1-b2ea-4c61-898f-6a4afbe3e49c
2022-04-24T07:29:04.889Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e642bb1-b2ea-4c61-898f-6a4afbe3e49c and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:29:04.900Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.900Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "cds",
  "timestamp": 1650785278379,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.901Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.901Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.901Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "policy-id",
  "timestamp": 1650785267821,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-04-24T07:29:04.901Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.901Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.901Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785265141,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-04-24T07:29:04.901Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.902Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.902Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650785280922,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.903Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.903Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.904Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "clamp",
  "timestamp": 1650785253721,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.904Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.904Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.904Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785283176,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T07:29:04.904Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:29:04.904Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.905Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "cds",
  "timestamp": 1650785278379,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.905Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:04.905Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:29:04.905Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "policy-id",
  "timestamp": 1650785267821,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:04.905Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:29:31.258Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 957ed088-e1d6-492a-ba82-4b96df33b4c8 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-24T07:29:31.270Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 957ed088-e1d6-492a-ba82-4b96df33b4c8 and serviceModelVersionId: 6cb14f5a-7594-475f-8674-5815a56f078e
2022-04-24T07:29:31.271Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2c770225-a4cf-484f-bf8e-7c3657f65a7b
2022-04-24T07:29:31.272Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0
2022-04-24T07:29:31.285Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/983465d5-58a1-4024-98a5-7ca7385503c5/model-vers/model-ver/e6a34528-b426-4271-a75b-ed548b04efae?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-04-24T07:29:31.382Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||Invoke
2022-04-24T07:29:31.383Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[957ed088-e1d6-492a-ba82-4b96df33b4c8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[da448bd0-9072-49c0-98f3-c7850d5d0083], X-ECOMP-RequestID=[957ed088-e1d6-492a-ba82-4b96df33b4c8], X-TransactionId=[], X-ONAP-RequestID=[957ed088-e1d6-492a-ba82-4b96df33b4c8], Content-Type=[application/merge-patch+json]}
2022-04-24T07:29:32.930Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||Invoke
2022-04-24T07:29:32.931Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[957ed088-e1d6-492a-ba82-4b96df33b4c8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[93bc0197-2e5c-4e00-849b-d32294342edb], X-ECOMP-RequestID=[957ed088-e1d6-492a-ba82-4b96df33b4c8], X-TransactionId=[], X-ONAP-RequestID=[957ed088-e1d6-492a-ba82-4b96df33b4c8], Content-Type=[application/merge-patch+json]}
2022-04-24T07:29:34.474Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||Invoke
2022-04-24T07:29:34.475Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[957ed088-e1d6-492a-ba82-4b96df33b4c8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[47087ece-7fd0-4baf-ab0a-dfdc908a529b], X-ECOMP-RequestID=[957ed088-e1d6-492a-ba82-4b96df33b4c8], X-TransactionId=[], X-ONAP-RequestID=[957ed088-e1d6-492a-ba82-4b96df33b4c8], Content-Type=[application/merge-patch+json]}
2022-04-24T07:29:35.530Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-04-24T07:29:35.531Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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)
Caused by: 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.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-04-24T07:29:35.531Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-24T07:29:35.532Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-24T07:29:35.538Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-24T07:29:35.538Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 957ed088-e1d6-492a-ba82-4b96df33b4c8 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-24T07:29:35.539Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-24T07:29:35.539Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:29:35.543Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:29:35.543Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||try to send status {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785375539,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-24T07:29:35.643Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:29:35.644Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:29:35.645Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:29:35.722Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:29:35.723Z||pool-82-thread-1|||||INFO|500||cambria reply ok (80 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-24T07:29:36.566Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||received message from topic
2022-04-24T07:29:36.567Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"2e642bb1-b2ea-4c61-898f-6a4afbe3e49c","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53","serviceDescription":"service","serviceInvariantUUID":"2390e586-4921-4941-aba0-2a291c141dbd","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"116e6e7a-6c77-46d8-ad47-248bb36ed99c","resourceInvariantUUID":"e1851952-a711-4ff4-bd7e-615083d113a0","resourceCustomizationUUID":"e1986a03-5b22-4ac0-947f-ca729f9a3ff0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"NTQzNjVhNjg1NTQzMzI2Mjc4MDhlMmU5ZGRkZjdhOGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9407d54c-b1ab-485c-8480-c299a83a8d4f","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"NmE0YzM0ZTc4MjFhOTQyZTMwMTA5NGQxNjM0Mzc4N2E\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"486d8c62-8495-41d7-a7b6-c40682d1d9c1","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"87f65073-8fea-4181-8c0d-f30639d772ee","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"55602e13-26cf-4375-8d15-95e7a3a319ef","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"25ed512e-a964-4584-9fed-4b1630449221","artifactVersion":"2","generatedFromUUID":"e09783cc-b0be-4357-bb43-7d3f9b457357"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"20b1385e-8c5f-4181-b442-c3371730d2e6","artifactVersion":"2","generatedFromUUID":"87f65073-8fea-4181-8c0d-f30639d772ee"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e09783cc-b0be-4357-bb43-7d3f9b457357","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"64419719-7f0d-4b02-aaf5-78c7b58ee6b9","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"ZWIwYTc1ZWYxNTQ3YTZhMjcxOWJkNDFiNjllMDJjMjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f9c61da0-5ff0-4f93-81de-c5fdfcc109a8","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZTgyNzdiNTQxYzY1ZTI0YWYzNzM2NDE4ZTcyNjQ0OWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b0af85d9-bf12-44ca-9450-dc20298f90a7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-24T07:29:36.569Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:29:36.570Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:29:36.573Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:29:36.574Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||try to send status {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785282858,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:36.678Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-04-24T07:29:36.679Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:29:36.679Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:29:36.695Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:29:36.695Z||pool-83-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:29:37.576Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:29:37.580Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:29:37.588Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:29:37.589Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||try to send status {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785282858,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-24T07:29:37.690Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T07:29:37.692Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:29:37.697Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:29:37.740Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:29:37.741Z||pool-84-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:29:38.595Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:29:38.598Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:29:38.611Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:29:38.611Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||try to send status {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785282858,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-04-24T07:29:38.712Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T07:29:38.714Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:29:38.714Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:29:38.727Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:29:38.728Z||pool-85-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-04-24T07:29:39.613Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:29:39.614Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:29:39.617Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:29:39.617Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||try to send status {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785282858,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:39.717Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:29:39.721Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:29:39.722Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:29:39.739Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:29:39.740Z||pool-86-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:29:40.618Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:29:40.619Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:29:40.622Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:29:40.622Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||try to send status {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785282858,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-04-24T07:29:40.725Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-04-24T07:29:40.726Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:29:40.726Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:29:40.820Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:29:40.821Z||pool-87-thread-1|||||INFO|500||cambria reply ok (96 ms):{"serverTimeMs":1,"count":1}
2022-04-24T07:29:41.623Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:29:41.624Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:29:41.628Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:29:41.629Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||try to send status {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785282858,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-04-24T07:29:41.729Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T07:29:41.730Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:29:41.731Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:29:41.774Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:29:41.793Z||pool-88-thread-1|||||INFO|500||cambria reply ok (63 ms):{"serverTimeMs":1,"count":1}
2022-04-24T07:29:42.630Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:29:42.631Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:29:42.635Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:29:42.635Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||try to send status {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785282858,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-04-24T07:29:42.738Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-24T07:29:42.739Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:29:42.739Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:29:42.779Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:29:42.780Z||pool-89-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:29:43.636Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:29:43.638Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:29:43.641Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:29:43.642Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||try to send status {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785282858,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:43.745Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-04-24T07:29:43.747Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:29:43.747Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:29:43.771Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:29:43.772Z||pool-90-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:29:44.643Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:29:44.644Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:29:44.649Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:29:44.649Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||try to send status {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785282858,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:29:44.749Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:29:44.751Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:29:44.751Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:29:44.784Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:29:44.785Z||pool-91-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:29:45.650Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:29:45.652Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:29:45.657Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:29:45.657Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||try to send status {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785282858,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:29:45.757Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-24T07:29:45.758Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:29:45.758Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:29:45.812Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:29:45.813Z||pool-92-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":1,"count":1}
2022-04-24T07:29:46.671Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2390e586-4921-4941-aba0-2a291c141dbd",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "e1986a03-5b22-4ac0-947f-ca729f9a3ff0",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "116e6e7a-6c77-46d8-ad47-248bb36ed99c",
      "resourceInvariantUUID": "e1851952-a711-4ff4-bd7e-615083d113a0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_cnf_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
          "artifactChecksum": "NmE0YzM0ZTc4MjFhOTQyZTMwMTA5NGQxNjM0Mzc4N2E\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "486d8c62-8495-41d7-a7b6-c40682d1d9c1",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
          "artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "87f65073-8fea-4181-8c0d-f30639d772ee",
          "generatedArtifact": {
            "artifactName": "base_template_dummy_ignore.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
            "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "20b1385e-8c5f-4181-b442-c3371730d2e6",
            "generatedFromUUID": "87f65073-8fea-4181-8c0d-f30639d772ee"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
          "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "25ed512e-a964-4584-9fed-4b1630449221",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
          "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "20b1385e-8c5f-4181-b442-c3371730d2e6",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.tgz",
          "artifactType": "HELM",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
          "artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "e09783cc-b0be-4357-bb43-7d3f9b457357",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "ZTgyNzdiNTQxYzY1ZTI0YWYzNzM2NDE4ZTcyNjQ0OWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b0af85d9-bf12-44ca-9450-dc20298f90a7"
    }
  ],
  "workloadContext": "Production"
}
2022-04-24T07:29:46.688Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-24T07:29:46.690Z|957ed088-e1d6-492a-ba82-4b96df33b4c8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53 ASDC
2022-04-24T07:29:46.690Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||ASDC Notification:
DistributionID:2e642bb1-b2ea-4c61-898f-6a4afbe3e49c
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53
ServiceInvariantUUID:2390e586-4921-4941-aba0-2a291c141dbd
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
ArtifactUUID:b0af85d9-bf12-44ca-9450-dc20298f90a7
ArtifactChecksum:ZTgyNzdiNTQxYzY1ZTI0YWYzNzM2NDE4ZTcyNjQ0OWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:e1986a03-5b22-4ac0-947f-ca729f9a3ff0
ResourceInvariantUUID:e1851952-a711-4ff4-bd7e-615083d113a0
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:116e6e7a-6c77-46d8-ad47-248bb36ed99c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_cnf_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
ArtifactUUID:486d8c62-8495-41d7-a7b6-c40682d1d9c1
ArtifactChecksum:NmE0YzM0ZTc4MjFhOTQyZTMwMTA5NGQxNjM0Mzc4N2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
ArtifactUUID:87f65073-8fea-4181-8c0d-f30639d772ee
ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:20b1385e-8c5f-4181-b442-c3371730d2e6
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
ArtifactUUID:25ed512e-a964-4584-9fed-4b1630449221
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:20b1385e-8c5f-4181-b442-c3371730d2e6
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.tgz
ArtifactVersion:1
ArtifactType:HELM
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
ArtifactUUID:e09783cc-b0be-4357-bb43-7d3f9b457357
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-24T07:29:46.690Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-24T07:29:46.766Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-24T07:29:46.773Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||MSO config path is: /app
2022-04-24T07:29:46.777Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||MSO config path is: /app
2022-04-24T07:29:46.780Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||Trying to download the artifact UUID: b0af85d9-bf12-44ca-9450-dc20298f90a7 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-04-24T07:29:46.781Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||DistributionClient - download
2022-04-24T07:29:46.782Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-04-24T07:29:47.890Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||GET Response Status 200
2022-04-24T07:29:47.924Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar b0af85d9-bf12-44ca-9450-dc20298f90a7 158211
2022-04-24T07:29:47.925Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-04-24T07:29:47.925Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-04-24T07:29:47.925Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-24T07:29:47.926Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:29:47.929Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:29:47.930Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||try to send status {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785387925,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:29:48.030Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T07:29:48.032Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:29:48.032Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:29:48.057Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:29:48.059Z||pool-93-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:29:48.932Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-24T07:29:48.934Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||MSO config path is: /app
2022-04-24T07:29:48.934Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||Trying to write artifact UUID: b0af85d9-bf12-44ca-9450-dc20298f90a7, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-04-24T07:29:48.935Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-04-24T07:29:48.936Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-04-24T07:29:48.936Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-04-24T07:29:49.345Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18297572069832832861/Definitions/service-BasicCnfMacro-template.yml
2022-04-24T07:29:51.536Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-04-24T07:29:51.536Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|WARN|500||####################################################################################################
2022-04-24T07:29:51.537Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-04-24T07:29:51.537Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-04-24T07:29:51.537Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-04-24T07:29:51.537Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-04-24T07:29:51.537Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-04-24T07:29:51.538Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-04-24T07:29:51.538Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|WARN|500||####################################################################################################
2022-04-24T07:29:51.538Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:29:51.538Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:29:51.539Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-24T07:29:51.539Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||Search for entities recursively
2022-04-24T07:29:51.539Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-24T07:29:51.539Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:29:51.540Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:29:51.540Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-24T07:29:51.540Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||Search for entities recursively
2022-04-24T07:29:51.540Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-24T07:29:51.541Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:29:51.541Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:29:51.541Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:29:51.541Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-04-24T07:29:51.542Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-04-24T07:29:51.542Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||Node template dummy_base is not matching search criteria
2022-04-24T07:29:51.542Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-24T07:29:51.542Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:29:51.543Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-24T07:29:51.543Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:29:51.543Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-24T07:29:51.543Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:29:51.544Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:29:51.544Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-24T07:29:51.544Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:29:51.545Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:29:51.545Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-24T07:29:51.545Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:29:51.545Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:29:51.546Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-24T07:29:51.546Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:29:51.546Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:29:51.546Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-04-24T07:29:51.546Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-04-24T07:29:51.547Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=f6f5fd90-15f8-4a27-b179-47f29002bb76
2022-04-24T07:29:51.547Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:29:51.547Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:29:51.547Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:29:51.548Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:29:51.548Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:29:51.548Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:29:51.548Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:29:51.549Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:29:51.549Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53
Model Version:NULL
Model InvariantUuid:2390e586-4921-4941-aba0-2a291c141dbd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:f1f90aea-aca5-433f-a869-b7984c9eeb4c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e1851952-a711-4ff4-bd7e-615083d113a0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e1986a03-5b22-4ac0-947f-ca729f9a3ff0
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:fbd2c7b6-a40c-424c-a810-40db0ead7fd5
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:501bd6da-c096-4c49-bc11-80699e3eee11
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:c0e95b3e-1e7f-4359-a761-46b839a32769
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:7d434ba4-7a10-4f10-8e3d-96c0693a036f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f6f5fd90-15f8-4a27-b179-47f29002bb76
ModelInvariantUuid:b3866607-42bc-4c0b-aa57-81234a528f13
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:80d1a7c4-09e6-4fca-a5e5-b1fd3d0beb5d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:292e3ff3-fb5e-441c-9333-a4bc3fc75da7
ModelInvariantUuid:e7477710-fe74-4f27-a91b-0968915759b4
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:17e685ae-5b1a-45b9-afd5-0add9e9a4538
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-24T07:29:51.574Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 116e6e7a-6c77-46d8-ad47-248bb36ed99c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-24T07:29:51.578Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||basic_cnf_macro 0
2022-04-24T07:29:51.579Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 116e6e7a-6c77-46d8-ad47-248bb36ed99c
2022-04-24T07:29:51.580Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||Trying to download the artifact UUID: 486d8c62-8495-41d7-a7b6-c40682d1d9c1 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-04-24T07:29:51.580Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||DistributionClient - download
2022-04-24T07:29:51.581Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-04-24T07:29:51.895Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||GET Response Status 200
2022-04-24T07:29:51.897Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 486d8c62-8495-41d7-a7b6-c40682d1d9c1 1565
2022-04-24T07:29:51.897Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-04-24T07:29:51.897Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-04-24T07:29:51.898Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-24T07:29:51.899Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:29:51.908Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:29:51.908Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||try to send status {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785391897,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:29:52.004Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-04-24T07:29:52.005Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:29:52.006Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:29:52.020Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:29:52.021Z||pool-94-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-04-24T07:29:52.909Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "c0e95b3e-1e7f-4359-a761-46b839a32769",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7d434ba4-7a10-4f10-8e3d-96c0693a036f",
    "vfModuleModelCustomizationUUID": "1fcf9a76-2c3a-4c68-ac76-87560e849054",
    "isBase": true,
    "artifacts": [
      "87f65073-8fea-4181-8c0d-f30639d772ee",
      "20b1385e-8c5f-4181-b442-c3371730d2e6"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "fbd2c7b6-a40c-424c-a810-40db0ead7fd5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "501bd6da-c096-4c49-bc11-80699e3eee11",
    "vfModuleModelCustomizationUUID": "c3ec6d8a-a0e0-4bc9-b06a-7fe0354283d4",
    "isBase": false,
    "artifacts": [
      "e09783cc-b0be-4357-bb43-7d3f9b457357"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-24T07:29:52.924Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7d434ba4-7a10-4f10-8e3d-96c0693a036f
VfModuleModelInvariantUUID:c0e95b3e-1e7f-4359-a761-46b839a32769
VfModuleModelDescription:NULL
Artifacts UUID List:{
87f65073-8fea-4181-8c0d-f30639d772ee
,
20b1385e-8c5f-4181-b442-c3371730d2e6

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

isBase:true

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:501bd6da-c096-4c49-bc11-80699e3eee11
VfModuleModelInvariantUUID:fbd2c7b6-a40c-424c-a810-40db0ead7fd5
VfModuleModelDescription:NULL
Artifacts UUID List:{
e09783cc-b0be-4357-bb43-7d3f9b457357

}
Properties List:{
  min_vf_module_instances : 0
  vf_module_label : helm_apache
  max_vf_module_instances : 
  vfc_list : 
  vf_module_type : Expansion
  vf_module_description : 
  initial_count : 0
  volume_group : false
  availability_zone_count :
}

isBase:false


}

2022-04-24T07:29:52.927Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "c0e95b3e-1e7f-4359-a761-46b839a32769",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7d434ba4-7a10-4f10-8e3d-96c0693a036f",
    "vfModuleModelCustomizationUUID": "1fcf9a76-2c3a-4c68-ac76-87560e849054",
    "isBase": true,
    "artifacts": [
      "87f65073-8fea-4181-8c0d-f30639d772ee",
      "20b1385e-8c5f-4181-b442-c3371730d2e6"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "fbd2c7b6-a40c-424c-a810-40db0ead7fd5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "501bd6da-c096-4c49-bc11-80699e3eee11",
    "vfModuleModelCustomizationUUID": "c3ec6d8a-a0e0-4bc9-b06a-7fe0354283d4",
    "isBase": false,
    "artifacts": [
      "e09783cc-b0be-4357-bb43-7d3f9b457357"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-24T07:29:52.927Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7d434ba4-7a10-4f10-8e3d-96c0693a036f
VfModuleModelInvariantUUID:c0e95b3e-1e7f-4359-a761-46b839a32769
VfModuleModelDescription:NULL
Artifacts UUID List:{
87f65073-8fea-4181-8c0d-f30639d772ee
,
20b1385e-8c5f-4181-b442-c3371730d2e6

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

isBase:true

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:501bd6da-c096-4c49-bc11-80699e3eee11
VfModuleModelInvariantUUID:fbd2c7b6-a40c-424c-a810-40db0ead7fd5
VfModuleModelDescription:NULL
Artifacts UUID List:{
e09783cc-b0be-4357-bb43-7d3f9b457357

}
Properties List:{
  min_vf_module_instances : 0
  vf_module_label : helm_apache
  max_vf_module_instances : 
  vfc_list : 
  vf_module_type : Expansion
  vf_module_description : 
  initial_count : 0
  volume_group : false
  availability_zone_count :
}

isBase:false


}

2022-04-24T07:29:52.927Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||Trying to download the artifact UUID: 87f65073-8fea-4181-8c0d-f30639d772ee from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-04-24T07:29:52.927Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||DistributionClient - download
2022-04-24T07:29:52.927Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-04-24T07:29:53.126Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||GET Response Status 200
2022-04-24T07:29:53.127Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 87f65073-8fea-4181-8c0d-f30639d772ee 914
2022-04-24T07:29:53.127Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-04-24T07:29:53.127Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-04-24T07:29:53.127Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-24T07:29:53.127Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:29:53.130Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:29:53.130Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||try to send status {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785393127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:29:53.230Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T07:29:53.232Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:29:53.232Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:29:53.257Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:29:53.257Z||pool-95-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:29:54.131Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||Trying to download the artifact UUID: 25ed512e-a964-4584-9fed-4b1630449221 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-04-24T07:29:54.132Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||DistributionClient - download
2022-04-24T07:29:54.132Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-04-24T07:29:54.248Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||GET Response Status 200
2022-04-24T07:29:54.250Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 25ed512e-a964-4584-9fed-4b1630449221 12
2022-04-24T07:29:54.250Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-04-24T07:29:54.251Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-04-24T07:29:54.251Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-24T07:29:54.251Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:29:54.255Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:29:54.255Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||try to send status {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785394250,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:29:54.356Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T07:29:54.357Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:29:54.357Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:29:54.402Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:29:54.403Z||pool-96-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:29:55.257Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||Trying to download the artifact UUID: 20b1385e-8c5f-4181-b442-c3371730d2e6 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-04-24T07:29:55.258Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||DistributionClient - download
2022-04-24T07:29:55.258Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-04-24T07:29:55.738Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||GET Response Status 200
2022-04-24T07:29:55.739Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 20b1385e-8c5f-4181-b442-c3371730d2e6 96
2022-04-24T07:29:55.739Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-04-24T07:29:55.739Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-04-24T07:29:55.739Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-24T07:29:55.740Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:29:55.745Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:29:55.746Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||try to send status {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785395739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:29:55.846Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T07:29:55.847Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:29:55.848Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:29:55.865Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:29:55.866Z||pool-97-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:29:56.746Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||Trying to download the artifact UUID: e09783cc-b0be-4357-bb43-7d3f9b457357 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-04-24T07:29:56.747Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||DistributionClient - download
2022-04-24T07:29:56.747Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-04-24T07:29:57.034Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||GET Response Status 200
2022-04-24T07:29:57.035Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz e09783cc-b0be-4357-bb43-7d3f9b457357 20206
2022-04-24T07:29:57.036Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-04-24T07:29:57.036Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-04-24T07:29:57.036Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-24T07:29:57.037Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:29:57.039Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:29:57.040Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||try to send status {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785397036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:29:57.140Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:29:57.141Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:29:57.141Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:29:57.172Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:29:57.173Z||pool-98-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:29:58.070Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||Preparing to deploy Service: 1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53
2022-04-24T07:29:58.071Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 116e6e7a-6c77-46d8-ad47-248bb36ed99c ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-24T07:29:58.115Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@752c2cdc, org.onap.sdc.toscaparser.api.parameters.Input@4a2ee0b8, org.onap.sdc.toscaparser.api.parameters.Input@6712a56f, org.onap.sdc.toscaparser.api.parameters.Input@1a081e8e, org.onap.sdc.toscaparser.api.parameters.Input@e569bdf]
2022-04-24T07:29:58.117Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:29:58.117Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:29:58.117Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||VF Category is: Generic 
2022-04-24T07:29:58.117Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||VFCustomizationUUID= e1986a03-5b22-4ac0-947f-ca729f9a3ff0
2022-04-24T07:29:58.118Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e1986a03-5b22-4ac0-947f-ca729f9a3ff0 matches Tosca VF Customization UUID: e1986a03-5b22-4ac0-947f-ca729f9a3ff0
2022-04-24T07:29:58.118Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||vfCustomizationUUID: e1986a03-5b22-4ac0-947f-ca729f9a3ff0  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-04-24T07:29:58.121Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:29:58.121Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:29:58.123Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||resource request for resource customization id e1986a03-5b22-4ac0-947f-ca729f9a3ff0: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"}
2022-04-24T07:29:58.123Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1b2df986
2022-04-24T07:29:58.123Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:29:58.123Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-24T07:29:58.123Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c3ec6d8a-a0e0-4bc9-b06a-7fe0354283d4
2022-04-24T07:29:58.124Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c3ec6d8a-a0e0-4bc9-b06a-7fe0354283d4
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-04-24T07:29:58.128Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:29:58.128Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-24T07:29:58.129Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:29:58.129Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:29:58.129Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-24T07:29:58.129Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:29:58.130Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:29:58.130Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-24T07:29:58.130Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=e1986a03-5b22-4ac0-947f-ca729f9a3ff0
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-24T07:29:58.133Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:29:58.134Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:29:58.134Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500|| resourceSeq for service uuid 1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53: basic_cnf_macro
2022-04-24T07:29:58.135Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:29:58.135Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:29:58.136Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:29:58.136Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:29:58.136Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:29:58.137Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:29:58.137Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:29:58.137Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:29:58.137Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:29:58.138Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:29:58.138Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:29:58.225Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 116e6e7a-6c77-46d8-ad47-248bb36ed99c 2 ASDC deployResourceStructure
2022-04-24T07:29:58.226Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-04-24T07:29:58.226Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-04-24T07:29:58.226Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-24T07:29:58.226Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:29:58.229Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:29:58.229Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||try to send status {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785398226,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-24T07:29:58.334Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-04-24T07:29:58.335Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:29:58.335Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:29:58.385Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:29:58.386Z||pool-99-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:29:59.230Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-04-24T07:29:59.231Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-04-24T07:29:59.231Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-24T07:29:59.232Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:29:59.236Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:29:59.236Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||try to send status {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785399230,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-04-24T07:29:59.336Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T07:29:59.338Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:29:59.338Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:29:59.353Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:29:59.355Z||pool-100-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-04-24T07:30:00.244Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-04-24T07:30:00.244Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2022-04-24T07:30:00.244Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-04-24T07:30:00.245Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:30:00.247Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:30:00.248Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||try to send status {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785400237,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-04-24T07:30:00.348Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T07:30:00.349Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:30:00.349Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:30:00.367Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:30:00.368Z||pool-101-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:30:01.249Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-04-24T07:30:01.249Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-04-24T07:30:01.249Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-24T07:30:01.250Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:30:01.253Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:30:01.253Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||try to send status {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785401248,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-04-24T07:30:01.353Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:30:01.355Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:30:01.355Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:30:01.368Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:30:01.369Z||pool-102-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:30:02.255Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-04-24T07:30:02.255Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2022-04-24T07:30:02.255Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-04-24T07:30:02.256Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:30:02.260Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:30:02.260Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||try to send status {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785402254,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-04-24T07:30:02.360Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T07:30:02.361Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:30:02.361Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:30:02.404Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:30:02.404Z||pool-103-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:30:03.261Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-04-24T07:30:03.261Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-04-24T07:30:03.261Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-24T07:30:03.262Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:30:03.264Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:30:03.265Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||try to send status {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785403261,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T07:30:03.366Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T07:30:03.367Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:30:03.367Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:30:03.381Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:30:03.382Z||pool-104-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:30:04.266Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2e642bb1-b2ea-4c61-898f-6a4afbe3e49c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:30:04.290Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2e642bb1-b2ea-4c61-898f-6a4afbe3e49c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:30:04.296Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-24T07:30:04.296Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-24T07:30:04.296Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-24T07:30:04.296Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-24T07:30:04.296Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-04-24T07:30:04.297Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:30:04.309Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-24T07:30:04.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:30:04.425Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:30:04.425Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:30:04.460Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:30:04.462Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T07:30:04.462Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785265141,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:30:04.464Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:30:34.309Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 2e642bb1-b2ea-4c61-898f-6a4afbe3e49c and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-24T07:30:34.330Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2e642bb1-b2ea-4c61-898f-6a4afbe3e49c and serviceModelVersionId: 1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53
2022-04-24T07:30:34.330Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2390e586-4921-4941-aba0-2a291c141dbd
2022-04-24T07:30:34.331Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0
2022-04-24T07:30:34.339Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-04-24T07:30:34.420Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c770225-a4cf-484f-bf8e-7c3657f65a7b/model-vers/model-ver/6cb14f5a-7594-475f-8674-5815a56f078e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-24T07:30:34.422Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|INFO|500||Invoke
2022-04-24T07:30:35.964Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-24T07:30:35.967Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|INFO|500||Invoke
2022-04-24T07:30:37.500Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-24T07:30:37.503Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|INFO|500||Invoke
2022-04-24T07:30:38.533Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-04-24T07:30:38.534Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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)
Caused by: 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.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-04-24T07:30:38.535Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-24T07:30:38.535Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-24T07:30:38.545Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-24T07:30:38.545Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2e642bb1-b2ea-4c61-898f-6a4afbe3e49c and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-24T07:30:38.546Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-24T07:30:38.546Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:30:38.550Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:30:38.551Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||try to send status {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785438546,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-24T07:30:38.650Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-24T07:30:38.652Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:30:38.653Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:30:38.686Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:30:38.687Z||pool-105-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-24T07:30:39.571Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||received message from topic
2022-04-24T07:30:39.571Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"884baf66-4075-4896-a2a0-8b001d50473d","serviceDescription":"service","serviceInvariantUUID":"e2e49d02-8ed2-4a0f-b279-3f07345b5616","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3f51fbb3-158d-4220-88dd-00e4c7ca887d","resourceInvariantUUID":"620386ff-adb1-437f-a4c6-a66e0ceae168","resourceCustomizationUUID":"81ca0dc4-4408-4713-b93b-f9807ebe54f7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"NzBkYmEyYmJhNGNhMTBlNTMxY2MxNTYxNjkxYmUzNGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1557033a-5fd5-4db1-97a8-c5554fbac443","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"NTQ3MzhiMDQ4MDJhMTJmYThiZGYwYzRjZGMyYTRmYTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cd482415-0e8d-490d-9f3d-a9963d038e4c","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"127d8aed-39ca-4204-9d35-dfe554f2ea85","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7adfbbea-6862-49aa-8984-81f0c8ff4ac7","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8f211525-1185-4a67-9cda-602b26a12379","artifactVersion":"2","generatedFromUUID":"127d8aed-39ca-4204-9d35-dfe554f2ea85"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NjQ4OWRhNDJmZjBmNjI4NjAzOTkwMDE0ZjcxMjA1NjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a40854ea-81e4-40ec-9579-187923f0f11b","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"Njg2MGJmNzc1ZDYyNjJiMTgxYWE3MDUwYThmZWMzZWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8556ddae-b50d-403a-9d17-d28be37a00c6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-24T07:30:39.572Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:30:39.573Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:30:39.575Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:30:39.575Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||try to send status {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785282858,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:30:39.676Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-24T07:30:39.678Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:30:39.678Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:30:39.690Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:30:39.691Z||pool-106-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:30:40.576Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:30:40.577Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:30:40.580Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:30:40.580Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||try to send status {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785282858,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-04-24T07:30:40.680Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T07:30:40.691Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:30:40.691Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:30:40.703Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:30:40.704Z||pool-107-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:30:41.581Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:30:41.581Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:30:41.584Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:30:41.584Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||try to send status {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785282858,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-24T07:30:41.684Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:30:41.686Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:30:41.686Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:30:41.713Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:30:41.714Z||pool-108-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:30:42.585Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:30:42.586Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:30:42.589Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:30:42.589Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||try to send status {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785282858,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:30:42.688Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:30:42.691Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:30:42.692Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:30:42.712Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:30:42.713Z||pool-109-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:30:43.590Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:30:43.590Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:30:43.593Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:30:43.594Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||try to send status {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785282858,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-24T07:30:43.693Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:30:43.695Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:30:43.695Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:30:43.723Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:30:43.724Z||pool-110-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:30:44.595Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:30:44.595Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:30:44.605Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:30:44.605Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||try to send status {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785282858,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:30:44.699Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-04-24T07:30:44.701Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:30:44.701Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:30:44.754Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:30:44.755Z||pool-111-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:30:45.609Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:30:45.609Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:30:45.613Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:30:45.614Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||try to send status {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785282858,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:30:45.713Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:30:45.714Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:30:45.715Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:30:45.736Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:30:45.737Z||pool-112-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-04-24T07:30:46.615Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "884baf66-4075-4896-a2a0-8b001d50473d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e2e49d02-8ed2-4a0f-b279-3f07345b5616",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "81ca0dc4-4408-4713-b93b-f9807ebe54f7",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3f51fbb3-158d-4220-88dd-00e4c7ca887d",
      "resourceInvariantUUID": "620386ff-adb1-437f-a4c6-a66e0ceae168",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
          "artifactChecksum": "NTQ3MzhiMDQ4MDJhMTJmYThiZGYwYzRjZGMyYTRmYTc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "cd482415-0e8d-490d-9f3d-a9963d038e4c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "127d8aed-39ca-4204-9d35-dfe554f2ea85",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "8f211525-1185-4a67-9cda-602b26a12379",
            "generatedFromUUID": "127d8aed-39ca-4204-9d35-dfe554f2ea85"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "8f211525-1185-4a67-9cda-602b26a12379",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "Njg2MGJmNzc1ZDYyNjJiMTgxYWE3MDUwYThmZWMzZWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8556ddae-b50d-403a-9d17-d28be37a00c6"
    }
  ],
  "workloadContext": "Production"
}
2022-04-24T07:30:46.616Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-24T07:30:46.616Z|2e642bb1-b2ea-4c61-898f-6a4afbe3e49c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 884baf66-4075-4896-a2a0-8b001d50473d ASDC
2022-04-24T07:30:46.617Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||ASDC Notification:
DistributionID:75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:884baf66-4075-4896-a2a0-8b001d50473d
ServiceInvariantUUID:e2e49d02-8ed2-4a0f-b279-3f07345b5616
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:8556ddae-b50d-403a-9d17-d28be37a00c6
ArtifactChecksum:Njg2MGJmNzc1ZDYyNjJiMTgxYWE3MDUwYThmZWMzZWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:81ca0dc4-4408-4713-b93b-f9807ebe54f7
ResourceInvariantUUID:620386ff-adb1-437f-a4c6-a66e0ceae168
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:3f51fbb3-158d-4220-88dd-00e4c7ca887d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:cd482415-0e8d-490d-9f3d-a9963d038e4c
ArtifactChecksum:NTQ3MzhiMDQ4MDJhMTJmYThiZGYwYzRjZGMyYTRmYTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:127d8aed-39ca-4204-9d35-dfe554f2ea85
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:8f211525-1185-4a67-9cda-602b26a12379
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:8f211525-1185-4a67-9cda-602b26a12379
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-24T07:30:46.617Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 884baf66-4075-4896-a2a0-8b001d50473d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-24T07:30:46.704Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-24T07:30:46.705Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|INFO|500||MSO config path is: /app
2022-04-24T07:30:46.705Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|INFO|500||MSO config path is: /app
2022-04-24T07:30:46.706Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|INFO|500||Trying to download the artifact UUID: 8556ddae-b50d-403a-9d17-d28be37a00c6 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-04-24T07:30:46.706Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|INFO|500||DistributionClient - download
2022-04-24T07:30:46.706Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-04-24T07:30:48.755Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||GET Response Status 200
2022-04-24T07:30:48.761Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 8556ddae-b50d-403a-9d17-d28be37a00c6 71074
2022-04-24T07:30:48.762Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-04-24T07:30:48.762Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-04-24T07:30:48.763Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-24T07:30:48.764Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:30:48.788Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:30:48.789Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||try to send status {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785448762,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:30:48.884Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-04-24T07:30:48.886Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:30:48.886Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:30:48.990Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:30:48.991Z||pool-113-thread-1|||||INFO|500||cambria reply ok (106 ms):{"serverTimeMs":3,"count":1}
2022-04-24T07:30:49.790Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-24T07:30:49.792Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|INFO|500||MSO config path is: /app
2022-04-24T07:30:49.792Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|INFO|500||Trying to write artifact UUID: 8556ddae-b50d-403a-9d17-d28be37a00c6, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-04-24T07:30:49.793Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-04-24T07:30:49.794Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-04-24T07:30:49.794Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-04-24T07:30:50.141Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6452246022473842102/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-04-24T07:30:52.088Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-04-24T07:30:52.089Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|WARN|500||####################################################################################################
2022-04-24T07:30:52.089Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-24T07:30:52.089Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-24T07:30:52.090Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-24T07:30:52.090Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-24T07:30:52.090Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-24T07:30:52.090Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-24T07:30:52.090Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-24T07:30:52.090Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-24T07:30:52.091Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-24T07:30:52.091Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-24T07:30:52.091Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-24T07:30:52.091Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|WARN|500||####################################################################################################
2022-04-24T07:30:52.091Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:30:52.092Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:30:52.092Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-24T07:30:52.093Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||Search for entities recursively
2022-04-24T07:30:52.093Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-24T07:30:52.093Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:30:52.094Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:30:52.094Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-24T07:30:52.094Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||Search for entities recursively
2022-04-24T07:30:52.094Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-24T07:30:52.094Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:30:52.095Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:30:52.095Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:30:52.095Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-04-24T07:30:52.095Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-04-24T07:30:52.096Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-04-24T07:30:52.096Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-04-24T07:30:52.096Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-24T07:30:52.096Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-24T07:30:52.097Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:30:52.097Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-24T07:30:52.097Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:30:52.097Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-24T07:30:52.097Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:30:52.098Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:30:52.098Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-24T07:30:52.098Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:30:52.099Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:30:52.099Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-24T07:30:52.099Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:30:52.099Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:30:52.100Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-04-24T07:30:52.100Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-04-24T07:30:52.100Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-24T07:30:52.100Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=03539848-f24d-45ea-950d-15db9d65fcd8
2022-04-24T07:30:52.101Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:30:52.101Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:30:52.101Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:30:52.102Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:30:52.102Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:30:52.102Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:30:52.102Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:30:52.102Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:30:52.103Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:884baf66-4075-4896-a2a0-8b001d50473d
Model Version:NULL
Model InvariantUuid:e2e49d02-8ed2-4a0f-b279-3f07345b5616
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:d57e5209-cc46-4b1a-a63f-63102a03c0ce
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:620386ff-adb1-437f-a4c6-a66e0ceae168
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:81ca0dc4-4408-4713-b93b-f9807ebe54f7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:934226ac-681c-4492-8b41-02dec4664fe9
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:38a0ee93-9624-4729-a5d7-1d7fb935cf6a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:03539848-f24d-45ea-950d-15db9d65fcd8
ModelInvariantUuid:b0cdf7cd-eba8-4eea-af7e-a52aa4a5649c
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:5ea7a51d-d723-477f-8d66-2bbd1d11cb69
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:2391c862-5e1a-49b8-abe9-1d0f50d46c41
ModelInvariantUuid:0a3561df-2c04-4289-aa07-b3945b8f31f8
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:12f0bfcf-ce12-4cf0-b6e4-62a9e687bf25
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-24T07:30:52.116Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 3f51fbb3-158d-4220-88dd-00e4c7ca887d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-24T07:30:52.121Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|INFO|500||basic_vm 0
2022-04-24T07:30:52.122Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 3f51fbb3-158d-4220-88dd-00e4c7ca887d
2022-04-24T07:30:52.122Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|INFO|500||Trying to download the artifact UUID: cd482415-0e8d-490d-9f3d-a9963d038e4c from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-04-24T07:30:52.122Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|INFO|500||DistributionClient - download
2022-04-24T07:30:52.123Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-04-24T07:30:52.491Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||GET Response Status 200
2022-04-24T07:30:52.492Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json cd482415-0e8d-490d-9f3d-a9963d038e4c 787
2022-04-24T07:30:52.493Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-04-24T07:30:52.493Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-04-24T07:30:52.493Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-24T07:30:52.493Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:30:52.498Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:30:52.498Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||try to send status {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785452493,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:30:52.598Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:30:52.600Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:30:52.601Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:30:52.657Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:30:52.661Z||pool-114-thread-1|||||INFO|500||cambria reply ok (63 ms):{"serverTimeMs":1,"count":1}
2022-04-24T07:30:53.499Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "934226ac-681c-4492-8b41-02dec4664fe9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "38a0ee93-9624-4729-a5d7-1d7fb935cf6a",
    "vfModuleModelCustomizationUUID": "c57c5cd4-a86a-4ecd-9aa3-9888a121e111",
    "isBase": true,
    "artifacts": [
      "127d8aed-39ca-4204-9d35-dfe554f2ea85",
      "8f211525-1185-4a67-9cda-602b26a12379"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-24T07:30:53.508Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:38a0ee93-9624-4729-a5d7-1d7fb935cf6a
VfModuleModelInvariantUUID:934226ac-681c-4492-8b41-02dec4664fe9
VfModuleModelDescription:NULL
Artifacts UUID List:{
127d8aed-39ca-4204-9d35-dfe554f2ea85
,
8f211525-1185-4a67-9cda-602b26a12379

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

isBase:true


}

2022-04-24T07:30:53.513Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "934226ac-681c-4492-8b41-02dec4664fe9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "38a0ee93-9624-4729-a5d7-1d7fb935cf6a",
    "vfModuleModelCustomizationUUID": "c57c5cd4-a86a-4ecd-9aa3-9888a121e111",
    "isBase": true,
    "artifacts": [
      "127d8aed-39ca-4204-9d35-dfe554f2ea85",
      "8f211525-1185-4a67-9cda-602b26a12379"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-24T07:30:53.513Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:38a0ee93-9624-4729-a5d7-1d7fb935cf6a
VfModuleModelInvariantUUID:934226ac-681c-4492-8b41-02dec4664fe9
VfModuleModelDescription:NULL
Artifacts UUID List:{
127d8aed-39ca-4204-9d35-dfe554f2ea85
,
8f211525-1185-4a67-9cda-602b26a12379

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

isBase:true


}

2022-04-24T07:30:53.513Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|INFO|500||Trying to download the artifact UUID: 127d8aed-39ca-4204-9d35-dfe554f2ea85 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-04-24T07:30:53.514Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|INFO|500||DistributionClient - download
2022-04-24T07:30:53.514Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-04-24T07:30:54.116Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||GET Response Status 200
2022-04-24T07:30:54.116Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 127d8aed-39ca-4204-9d35-dfe554f2ea85 5033
2022-04-24T07:30:54.117Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-04-24T07:30:54.117Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-04-24T07:30:54.117Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-24T07:30:54.117Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:30:54.121Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:30:54.121Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||try to send status {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785454117,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:30:54.220Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:30:54.222Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:30:54.222Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:30:54.274Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:30:54.275Z||pool-115-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":1,"count":1}
2022-04-24T07:30:55.122Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|INFO|500||Trying to download the artifact UUID: 8f211525-1185-4a67-9cda-602b26a12379 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-04-24T07:30:55.122Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|INFO|500||DistributionClient - download
2022-04-24T07:30:55.123Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-04-24T07:30:55.440Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||GET Response Status 200
2022-04-24T07:30:55.441Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 8f211525-1185-4a67-9cda-602b26a12379 903
2022-04-24T07:30:55.442Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-04-24T07:30:55.442Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-04-24T07:30:55.442Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-24T07:30:55.443Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:30:55.446Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:30:55.447Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||try to send status {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785455442,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:30:55.546Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:30:55.548Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:30:55.548Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:30:55.581Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:30:55.582Z||pool-116-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-04-24T07:30:56.447Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||Preparing to deploy Service: 884baf66-4075-4896-a2a0-8b001d50473d
2022-04-24T07:30:56.448Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 3f51fbb3-158d-4220-88dd-00e4c7ca887d ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-24T07:30:56.474Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@319c5aa1, org.onap.sdc.toscaparser.api.parameters.Input@76721dbb, org.onap.sdc.toscaparser.api.parameters.Input@45bc35da, org.onap.sdc.toscaparser.api.parameters.Input@54da878c, org.onap.sdc.toscaparser.api.parameters.Input@7c086e4]
2022-04-24T07:30:56.478Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:30:56.478Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:30:56.478Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||VF Category is: Generic 
2022-04-24T07:30:56.479Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||VFCustomizationUUID= 81ca0dc4-4408-4713-b93b-f9807ebe54f7
2022-04-24T07:30:56.479Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 81ca0dc4-4408-4713-b93b-f9807ebe54f7 matches Tosca VF Customization UUID: 81ca0dc4-4408-4713-b93b-f9807ebe54f7
2022-04-24T07:30:56.479Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||vfCustomizationUUID: 81ca0dc4-4408-4713-b93b-f9807ebe54f7  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-04-24T07:30:56.483Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:30:56.484Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:30:56.485Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||resource request for resource customization id 81ca0dc4-4408-4713-b93b-f9807ebe54f7: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2022-04-24T07:30:56.485Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@45e92ea0
2022-04-24T07:30:56.486Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:30:56.486Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-24T07:30:56.486Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c57c5cd4-a86a-4ecd-9aa3-9888a121e111
2022-04-24T07:30:56.486Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c57c5cd4-a86a-4ecd-9aa3-9888a121e111
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-04-24T07:30:56.491Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:30:56.491Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-24T07:30:56.492Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:30:56.492Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:30:56.493Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-24T07:30:56.493Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:30:56.493Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:30:56.494Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-04-24T07:30:56.494Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-04-24T07:30:56.494Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-24T07:30:56.494Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=03539848-f24d-45ea-950d-15db9d65fcd8
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-24T07:30:56.499Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:30:56.499Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-24T07:30:56.500Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:30:56.500Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:30:56.500Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-24T07:30:56.501Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=81ca0dc4-4408-4713-b93b-f9807ebe54f7
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-24T07:30:56.504Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:30:56.504Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:30:56.505Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500|| resourceSeq for service uuid 884baf66-4075-4896-a2a0-8b001d50473d: basic_vm
2022-04-24T07:30:56.505Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:30:56.505Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:30:56.506Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:30:56.506Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:30:56.506Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:30:56.506Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:30:56.507Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:30:56.507Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:30:56.507Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:30:56.507Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:30:56.508Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:30:56.642Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 3f51fbb3-158d-4220-88dd-00e4c7ca887d 1 ASDC deployResourceStructure
2022-04-24T07:30:56.643Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-04-24T07:30:56.643Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-04-24T07:30:56.643Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-24T07:30:56.644Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:30:56.649Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:30:56.649Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||try to send status {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785456643,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-24T07:30:56.749Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:30:56.750Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:30:56.750Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:30:56.830Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:30:56.830Z||pool-117-thread-1|||||INFO|500||cambria reply ok (81 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:30:57.650Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-04-24T07:30:57.650Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-04-24T07:30:57.651Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-24T07:30:57.651Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:30:57.657Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:30:57.657Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||try to send status {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785457650,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-04-24T07:30:57.754Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-04-24T07:30:57.755Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:30:57.755Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:30:57.769Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:30:57.770Z||pool-118-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:30:58.659Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-04-24T07:30:58.660Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-04-24T07:30:58.660Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-24T07:30:58.660Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:30:58.664Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:30:58.664Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||try to send status {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785458659,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-04-24T07:30:58.763Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:30:58.765Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:30:58.765Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:30:58.788Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:30:58.789Z||pool-119-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-04-24T07:30:59.665Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-04-24T07:30:59.665Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-04-24T07:30:59.665Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-24T07:30:59.666Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:30:59.669Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:30:59.669Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||try to send status {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785459665,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T07:30:59.769Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:30:59.770Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:30:59.770Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:30:59.800Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:30:59.801Z||pool-120-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-04-24T07:31:00.670Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:31:00.702Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:31:00.706Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-24T07:31:00.706Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-24T07:31:00.707Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-24T07:31:04.418Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:31:04.419Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:31:04.419Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:31:04.472Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:31:04.479Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:04.480Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650785280922,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:31:04.481Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:04.481Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:04.482Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "clamp",
  "timestamp": 1650785253721,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-04-24T07:31:04.482Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:04.482Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:04.482Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785284182,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:31:04.505Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2
2022-04-24T07:31:04.506Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:31:04.566Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:04.567Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "cds",
  "timestamp": 1650785278379,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:31:04.567Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:04.567Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:04.567Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "policy-id",
  "timestamp": 1650785267821,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:31:04.567Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:04.568Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:04.569Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785265141,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-04-24T07:31:04.569Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:04.569Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:04.569Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650785280922,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:31:04.569Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:04.570Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:04.570Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "clamp",
  "timestamp": 1650785253721,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:31:04.570Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:04.570Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:04.570Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785254885,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:31:04.571Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:04.571Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:04.571Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "cds",
  "timestamp": 1650785278379,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:31:04.571Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:04.571Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:04.571Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "policy-id",
  "timestamp": 1650785267821,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:31:04.571Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:04.572Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:04.572Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785265141,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:31:04.572Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:04.572Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:04.572Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650785280922,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:31:04.572Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:04.572Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:04.573Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "clamp",
  "timestamp": 1650785253721,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:31:04.573Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:04.573Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:04.573Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785254885,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:31:04.573Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:04.573Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:04.573Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "policy-id",
  "timestamp": 1650785267821,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:31:04.574Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:04.574Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:04.574Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785265141,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:31:04.574Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:04.574Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:04.574Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db307833-3bc9-4342-8c45-2e06244e1c6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785282858,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:31:04.574Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:04.575Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:04.575Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650785280922,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:31:04.575Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:04.575Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:04.575Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "cds",
  "timestamp": 1650785287691,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:31:04.575Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:31:04.576Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:04.576Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "aai-ml",
  "timestamp": 1650785287094,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-04-24T07:31:04.576Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:31:04.577Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:04.577Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "clamp",
  "timestamp": 1650785253721,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:31:04.577Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:04.577Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:04.577Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785254885,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:31:04.578Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:04.578Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:04.578Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db307833-3bc9-4342-8c45-2e06244e1c6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785282858,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:31:04.578Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:04.578Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:04.578Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "policy-id",
  "timestamp": 1650785288136,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:31:04.579Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:31:04.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:04.582Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785287937,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:31:04.584Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:31:04.584Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:04.584Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650785280922,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:31:04.584Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:04.584Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:04.584Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "aai-ml",
  "timestamp": 1650785288098,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:31:04.620Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2
2022-04-24T07:31:04.620Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:31:04.675Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:04.676Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "clamp",
  "timestamp": 1650785253721,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:31:04.676Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:04.676Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:04.676Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785254885,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:31:04.676Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:04.677Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:04.677Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "cds",
  "timestamp": 1650785289082,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:31:04.765Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 23517b56-7adb-4f2e-a321-1e95d7ae81cc
2022-04-24T07:31:04.766Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23517b56-7adb-4f2e-a321-1e95d7ae81cc and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:31:04.803Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:04.803Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "policy-id",
  "timestamp": 1650785289140,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T07:31:04.804Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:31:04.804Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:04.804Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "aai-ml",
  "timestamp": 1650785271636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:31:04.804Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:04.805Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:04.805Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "clamp",
  "timestamp": 1650785253721,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:31:04.805Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:04.805Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:04.805Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785254885,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:31:04.805Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:04.805Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:04.806Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785289438,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:31:04.806Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:31:04.806Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:04.806Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db307833-3bc9-4342-8c45-2e06244e1c6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785290586,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:31:04.807Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:31:04.807Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:04.807Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "policy-id",
  "timestamp": 1650785290143,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:31:04.833Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c
2022-04-24T07:31:04.834Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:31:04.884Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:04.885Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "aai-ml",
  "timestamp": 1650785271636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:31:04.886Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:04.886Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:04.886Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785254885,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:31:04.886Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:04.887Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:04.887Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785290898,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:31:04.887Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:31:04.887Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:04.887Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "aai-ml",
  "timestamp": 1650785271636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:31:04.888Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:04.888Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:04.888Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785254885,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:31:04.888Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:04.888Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:04.889Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "policy-id",
  "timestamp": 1650785291147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:31:04.889Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:04.889Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:04.890Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "aai-ml",
  "timestamp": 1650785271636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:31:04.890Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:04.890Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:04.891Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785254885,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:31:04.891Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:04.891Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:04.892Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db307833-3bc9-4342-8c45-2e06244e1c6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785292994,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T07:31:04.892Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:31:04.892Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:04.893Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785292462,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:31:04.894Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:31:04.894Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:04.894Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "policy-id",
  "timestamp": 1650785291147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:31:04.894Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:04.895Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:04.895Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "aai-ml",
  "timestamp": 1650785271636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:31:04.897Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:04.897Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:04.897Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785254885,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:31:04.898Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:04.898Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:04.898Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "policy-id",
  "timestamp": 1650785291147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-24T07:31:04.899Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:04.899Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:04.900Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785293550,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:31:04.947Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c
2022-04-24T07:31:04.948Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-04-24T07:31:05.013Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:05.013Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "aai-ml",
  "timestamp": 1650785271636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:31:05.014Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:05.014Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:05.014Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "policy-id",
  "timestamp": 1650785291147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:31:05.014Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:05.014Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:05.014Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785294560,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-24T07:31:05.014Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:31:05.015Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:05.015Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785294808,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:31:05.015Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:31:05.015Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:05.015Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "aai-ml",
  "timestamp": 1650785271636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:31:05.015Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:05.015Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:05.015Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "policy-id",
  "timestamp": 1650785291147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:31:05.015Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:05.016Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:05.016Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "aai-ml",
  "timestamp": 1650785271636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:31:05.016Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:05.016Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:05.016Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785295613,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:31:05.016Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:05.016Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:05.016Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "policy-id",
  "timestamp": 1650785291147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:31:05.017Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:05.017Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:05.017Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "aai-ml",
  "timestamp": 1650785271636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:31:05.017Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:05.017Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:05.017Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785295613,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-24T07:31:05.017Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:05.017Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:05.017Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "policy-id",
  "timestamp": 1650785291147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:31:05.018Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:05.018Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:05.018Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785298220,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T07:31:05.018Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:31:05.018Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:05.018Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785295613,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-24T07:31:05.018Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:05.018Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:05.019Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "aai-ml",
  "timestamp": 1650785298469,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:31:05.019Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:31:05.019Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:05.019Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "policy-id",
  "timestamp": 1650785291147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:31:05.019Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:05.019Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:05.020Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785299235,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:31:05.077Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c
2022-04-24T07:31:05.078Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:31:05.147Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:05.147Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785295613,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:31:05.148Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:05.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:05.149Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "policy-id",
  "timestamp": 1650785300131,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:31:05.149Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:31:05.150Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:05.150Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "clamp",
  "timestamp": 1650785300411,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:31:05.150Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:31:05.150Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:05.150Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785295613,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-24T07:31:05.150Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:05.151Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:05.151Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "policy-id",
  "timestamp": 1650785301135,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T07:31:05.151Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:31:05.151Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:05.151Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785300244,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:31:05.151Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:05.152Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:05.152Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785295613,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:31:05.152Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:05.152Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:05.152Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "policy-id",
  "timestamp": 1650785302138,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:31:05.182Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 23517b56-7adb-4f2e-a321-1e95d7ae81cc
2022-04-24T07:31:05.182Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23517b56-7adb-4f2e-a321-1e95d7ae81cc and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:31:05.233Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:05.233Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785300244,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:31:05.234Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:05.234Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:05.234Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "clamp",
  "timestamp": 1650785302423,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T07:31:05.235Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:31:05.235Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:05.235Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785295613,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:31:05.236Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:05.236Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:05.236Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785300244,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:31:05.236Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:05.237Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:05.237Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "clamp",
  "timestamp": 1650785303427,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:31:05.262Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2
2022-04-24T07:31:05.263Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:31:05.319Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:05.319Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785295613,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:31:05.319Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:05.320Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:05.320Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785300244,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:31:05.320Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:05.320Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:05.320Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "clamp",
  "timestamp": 1650785304431,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:31:05.321Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:05.321Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:05.321Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785304581,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:31:05.321Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:31:05.321Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:05.321Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785300244,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:31:05.321Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:05.321Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:05.321Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "clamp",
  "timestamp": 1650785304431,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:31:05.321Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:05.322Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:05.322Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "aai-ml",
  "timestamp": 1650785305303,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-04-24T07:31:05.322Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:31:05.322Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:05.322Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785305889,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:31:05.322Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:31:05.322Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:05.322Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785300244,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:31:05.322Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:05.323Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:05.323Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "clamp",
  "timestamp": 1650785304431,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:31:05.323Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:05.323Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:05.323Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "aai-ml",
  "timestamp": 1650785306307,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:31:05.345Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c
2022-04-24T07:31:05.346Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:31:05.367Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:05.367Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785300244,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:31:05.369Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:05.369Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:05.369Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "clamp",
  "timestamp": 1650785304431,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-04-24T07:31:05.370Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:05.370Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:05.371Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785307188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:31:05.371Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:31:05.372Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:05.372Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "aai-ml",
  "timestamp": 1650785271636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:31:05.373Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:05.373Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:05.373Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785300244,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:31:05.374Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:05.374Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:05.374Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "clamp",
  "timestamp": 1650785304431,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:31:05.375Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:05.375Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:05.376Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785308230,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:31:05.387Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 23517b56-7adb-4f2e-a321-1e95d7ae81cc
2022-04-24T07:31:05.388Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23517b56-7adb-4f2e-a321-1e95d7ae81cc and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-04-24T07:31:05.417Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:05.417Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "aai-ml",
  "timestamp": 1650785271636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:31:05.417Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:05.417Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:05.418Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "clamp",
  "timestamp": 1650785304431,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:31:05.418Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:05.418Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:05.418Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785309233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-24T07:31:05.418Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:31:05.418Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:05.418Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "aai-ml",
  "timestamp": 1650785271636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:31:05.419Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:05.419Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:05.419Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785309382,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:31:05.419Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:31:05.419Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:05.419Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "clamp",
  "timestamp": 1650785304431,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:31:05.420Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:05.420Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:05.420Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "aai-ml",
  "timestamp": 1650785271636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:31:05.420Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:05.420Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:05.420Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "clamp",
  "timestamp": 1650785304431,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:31:05.421Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:05.421Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:05.421Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "aai-ml",
  "timestamp": 1650785271636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:31:05.421Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:05.421Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:05.422Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "clamp",
  "timestamp": 1650785304431,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:31:05.422Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:05.422Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:05.422Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "aai-ml",
  "timestamp": 1650785271636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:31:05.423Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:05.423Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:05.423Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785313086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T07:31:05.423Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:31:05.423Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:05.423Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "aai-ml",
  "timestamp": 1650785271636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:31:05.424Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:05.424Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:05.424Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785314137,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:31:05.437Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 23517b56-7adb-4f2e-a321-1e95d7ae81cc
2022-04-24T07:31:05.438Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23517b56-7adb-4f2e-a321-1e95d7ae81cc and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:31:05.455Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:05.455Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "aai-ml",
  "timestamp": 1650785271636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:31:05.455Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:05.455Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:05.455Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "aai-ml",
  "timestamp": 1650785315498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:31:05.456Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:31:05.456Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:05.456Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "aai-ml",
  "timestamp": 1650785322911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-04-24T07:31:05.456Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:31:05.457Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:05.457Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "aai-ml",
  "timestamp": 1650785323919,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:31:05.469Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 23517b56-7adb-4f2e-a321-1e95d7ae81cc
2022-04-24T07:31:05.470Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23517b56-7adb-4f2e-a321-1e95d7ae81cc and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:31:05.483Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:05.483Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "clamp",
  "timestamp": 1650785326422,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:31:05.483Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:31:05.483Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:05.484Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "clamp",
  "timestamp": 1650785327453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T07:31:05.484Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:31:05.484Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:05.484Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db307833-3bc9-4342-8c45-2e06244e1c6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785328317,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-24T07:31:05.484Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:31:05.484Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:05.484Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "clamp",
  "timestamp": 1650785328457,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:31:05.499Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c
2022-04-24T07:31:05.499Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:31:05.523Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:05.524Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785282858,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/resourceInstances/pnf790da49c8f320/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:31:05.524Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:05.524Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:05.524Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785282858,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/resourceInstances/pnf790da49c8f320/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:31:05.524Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:05.524Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:05.525Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "clamp",
  "timestamp": 1650785329461,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:31:05.525Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:05.525Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:05.525Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785282858,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/resourceInstances/pnf790da49c8f320/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:31:05.525Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:05.525Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:05.525Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "clamp",
  "timestamp": 1650785329461,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-24T07:31:05.525Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:05.525Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:05.525Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785282858,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/resourceInstances/pnf790da49c8f320/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:31:05.526Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:05.526Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:05.526Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "clamp",
  "timestamp": 1650785329461,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:31:05.526Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:05.526Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:05.526Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785282858,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/resourceInstances/pnf790da49c8f320/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:31:05.526Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:05.526Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:05.526Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "clamp",
  "timestamp": 1650785329461,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:31:05.526Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:05.526Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:05.526Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785282858,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/resourceInstances/pnf790da49c8f320/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:31:05.526Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:05.527Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:05.527Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "clamp",
  "timestamp": 1650785329461,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:31:05.527Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:05.527Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:05.527Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785282858,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/artifacts/service-DemoPnfHfkki1rnjc33pvmb4axz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:31:05.527Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:05.527Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:05.527Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "clamp",
  "timestamp": 1650785329461,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:31:05.527Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:05.527Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:05.527Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785282858,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/artifacts/service-DemoPnfHfkki1rnjc33pvmb4axz-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:31:05.527Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:05.527Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:05.528Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "clamp",
  "timestamp": 1650785329461,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:31:05.528Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:05.528Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:05.528Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "clamp",
  "timestamp": 1650785329461,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:31:05.528Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:31:05.528Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:05.528Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785337639,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/artifacts/service-DemoPnfHfkki1rnjc33pvmb4axz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:31:05.529Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:31:05.529Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:05.529Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785340198,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHfkki1rnjc33pvmb4axz/1.0/artifacts/service-DemoPnfHfkki1rnjc33pvmb4axz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T07:31:05.529Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:31:05.529Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:31:05.529Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "clamp",
  "timestamp": 1650785342419,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:31:05.529Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:31:30.707Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:31:30.742Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:31:30.747Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-24T07:31:30.747Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-24T07:31:30.748Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-24T07:31:30.748Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-24T07:31:30.748Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-04-24T07:31:30.749Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:31:30.758Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-24T07:32:00.759Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-24T07:32:00.794Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2 and serviceModelVersionId: 884baf66-4075-4896-a2a0-8b001d50473d
2022-04-24T07:32:00.795Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e2e49d02-8ed2-4a0f-b279-3f07345b5616
2022-04-24T07:32:00.797Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0
2022-04-24T07:32:00.814Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-04-24T07:32:00.912Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2390e586-4921-4941-aba0-2a291c141dbd/model-vers/model-ver/1ce8ccd2-07ef-4ee9-9630-a0ca88f96f53?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-24T07:32:00.917Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||Invoke
2022-04-24T07:32:02.461Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-24T07:32:02.465Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||Invoke
2022-04-24T07:32:03.998Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-24T07:32:03.999Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||Invoke
2022-04-24T07:32:04.418Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:32:04.420Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:32:04.420Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:32:04.473Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:32:04.475Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:32:04.475Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "clamp",
  "timestamp": 1650785346425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T07:32:04.476Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:32:04.477Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:32:04.477Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "clamp",
  "timestamp": 1650785347430,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:32:04.493Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 23517b56-7adb-4f2e-a321-1e95d7ae81cc
2022-04-24T07:32:04.494Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23517b56-7adb-4f2e-a321-1e95d7ae81cc and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:32:04.527Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:32:04.528Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "957ed088-e1d6-492a-ba82-4b96df33b4c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785375539,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-24T07:32:04.528Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:32:04.528Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:32:04.529Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785282858,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:32:04.529Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:32:04.529Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:32:04.531Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785282858,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-24T07:32:04.531Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:32:04.531Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:32:04.532Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785282858,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-04-24T07:32:04.532Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:32:04.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:32:04.532Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785282858,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:32:04.533Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:32:04.533Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:32:04.533Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785282858,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-04-24T07:32:04.533Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:32:04.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:32:04.534Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785282858,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-04-24T07:32:04.534Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:32:04.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:32:04.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785282858,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-04-24T07:32:04.535Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:32:04.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:32:04.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785282858,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:32:04.536Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:32:04.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:32:04.536Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785282858,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:32:04.536Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:32:04.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:32:04.537Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785282858,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:32:04.538Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:32:04.538Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:32:04.538Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785387925,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:32:04.538Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:32:04.538Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:32:04.539Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785391897,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:32:04.539Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:32:04.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:32:04.539Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785393127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:32:04.540Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:32:04.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:32:04.540Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785394250,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:32:04.540Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:32:04.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:32:04.541Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785395739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:32:04.541Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:32:04.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:32:04.541Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785397036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:32:04.542Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:32:04.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:32:04.542Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785398226,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-24T07:32:04.542Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:32:04.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:32:04.543Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785399230,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-04-24T07:32:04.543Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:32:04.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:32:04.543Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785400237,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-04-24T07:32:04.544Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:32:04.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:32:04.545Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785401248,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-04-24T07:32:04.545Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:32:04.545Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:32:04.545Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785402254,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-04-24T07:32:04.546Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:32:04.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:32:04.546Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785403261,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T07:32:04.546Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:32:05.029Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-04-24T07:32:05.031Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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)
Caused by: 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.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-04-24T07:32:05.031Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-24T07:32:05.032Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-24T07:32:05.052Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-24T07:32:05.052Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-24T07:32:05.053Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-24T07:32:05.053Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:32:05.057Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:32:05.057Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||try to send status {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785525052,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-24T07:32:05.157Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:32:05.158Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:32:05.158Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:32:05.201Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:32:05.201Z||pool-121-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-24T07:32:06.075Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||received message from topic
2022-04-24T07:32:06.075Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"dd9cbc33-085d-4a70-9773-ab9cb15b946e","serviceDescription":"service","serviceInvariantUUID":"7a8757e9-3dae-460c-90bd-f095fefe0d54","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d61d86d8-abd7-4b4f-8890-a2532b5fe0ca","resourceInvariantUUID":"f2ffb029-7241-425a-9360-d93eec8a14ad","resourceCustomizationUUID":"3fa426a0-d8fe-40d4-bba5-bde58c68bc9c","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":"YTdkNTBlM2NlNGU5ODFkNDk3Yzc3ZDc2OTlmNzg5N2Q\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9a63101e-fd12-4ca3-a610-65c752e4d584","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":"7e7a2b1a-574a-4827-b5ae-413f915ec491","artifactVersion":"2","generatedFromUUID":"213cc9d0-af5b-4582-bba8-6d654b68b0ef"},{"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":"213cc9d0-af5b-4582-bba8-6d654b68b0ef","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":"MTU4MjEyNTMyMDZiYWRhZTU0N2Y3OGQ4YTNkNjYzYWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8a0a59a9-0ab4-4c0e-9e73-4fe43ded3eb8","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":"e056aa45-93ac-4a30-a008-b0613fc502b1","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":"0b5b2d59-4e65-4a2f-b6ba-17c9efc1a7da","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":"ea50fee4-23e4-47da-a624-deccb8f78b51","artifactVersion":"2","generatedFromUUID":"e056aa45-93ac-4a30-a008-b0613fc502b1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"OWM4YzUwY2NlMWRkZGIwMjI2MjZkMWJlODNmODhhOTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f7686be9-3270-432e-a72f-6e27d69a2053","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"M2Y5MTg4Njg0ZGYyZDgzY2U0NDE0ZWViYmNiNjQ5YTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b09f30cd-1c66-4372-93ba-487b0d4f1b8c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-24T07:32:06.077Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:32:06.077Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:32:06.081Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:32:06.081Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||try to send status {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785282858,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:32:06.183Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-24T07:32:06.186Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:32:06.186Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:32:06.199Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:32:06.201Z||pool-122-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:32:07.082Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:32:07.083Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:32:07.087Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:32:07.087Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||try to send status {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785282858,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-04-24T07:32:07.186Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:32:07.188Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:32:07.188Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:32:07.204Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:32:07.205Z||pool-123-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-04-24T07:32:08.088Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:32:08.089Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:32:08.092Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:32:08.092Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||try to send status {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785282858,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-04-24T07:32:08.192Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:32:08.193Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:32:08.193Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:32:08.243Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:32:08.243Z||pool-124-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:32:09.093Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:32:09.094Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:32:09.098Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:32:09.098Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||try to send status {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785282858,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-04-24T07:32:09.198Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-24T07:32:09.199Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:32:09.199Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:32:09.210Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:32:09.211Z||pool-125-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-04-24T07:32:10.099Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:32:10.100Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:32:10.103Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:32:10.103Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||try to send status {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785282858,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-04-24T07:32:10.203Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T07:32:10.204Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:32:10.205Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:32:10.233Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:32:10.234Z||pool-126-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-04-24T07:32:11.105Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:32:11.105Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:32:11.109Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:32:11.109Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||try to send status {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785282858,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:32:11.209Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:32:11.210Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:32:11.210Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:32:11.229Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:32:11.230Z||pool-127-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:32:12.110Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:32:12.111Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:32:12.119Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:32:12.120Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||try to send status {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785282858,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-04-24T07:32:12.219Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:32:12.220Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:32:12.221Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:32:12.237Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:32:12.238Z||pool-128-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:32:13.121Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:32:13.121Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:32:13.125Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:32:13.125Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||try to send status {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785282858,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:32:13.224Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:32:13.225Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:32:13.226Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:32:13.240Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:32:13.241Z||pool-129-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-04-24T07:32:14.126Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:32:14.127Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:32:14.131Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:32:14.131Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||try to send status {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785282858,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:32:14.231Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T07:32:14.232Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:32:14.232Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:32:14.254Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:32:14.255Z||pool-130-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:32:15.133Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "dd9cbc33-085d-4a70-9773-ab9cb15b946e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "7a8757e9-3dae-460c-90bd-f095fefe0d54",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "3fa426a0-d8fe-40d4-bba5-bde58c68bc9c",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d61d86d8-abd7-4b4f-8890-a2532b5fe0ca",
      "resourceInvariantUUID": "f2ffb029-7241-425a-9360-d93eec8a14ad",
      "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": "7e7a2b1a-574a-4827-b5ae-413f915ec491",
          "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": "213cc9d0-af5b-4582-bba8-6d654b68b0ef",
          "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": "MTU4MjEyNTMyMDZiYWRhZTU0N2Y3OGQ4YTNkNjYzYWE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8a0a59a9-0ab4-4c0e-9e73-4fe43ded3eb8",
          "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": "e056aa45-93ac-4a30-a008-b0613fc502b1",
          "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": "ea50fee4-23e4-47da-a624-deccb8f78b51",
            "generatedFromUUID": "e056aa45-93ac-4a30-a008-b0613fc502b1"
          },
          "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": "ea50fee4-23e4-47da-a624-deccb8f78b51",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "M2Y5MTg4Njg0ZGYyZDgzY2U0NDE0ZWViYmNiNjQ5YTI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b09f30cd-1c66-4372-93ba-487b0d4f1b8c"
    }
  ],
  "workloadContext": "Production"
}
2022-04-24T07:32:15.133Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-24T07:32:15.134Z|75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 dd9cbc33-085d-4a70-9773-ab9cb15b946e ASDC
2022-04-24T07:32:15.134Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||ASDC Notification:
DistributionID:6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:dd9cbc33-085d-4a70-9773-ab9cb15b946e
ServiceInvariantUUID:7a8757e9-3dae-460c-90bd-f095fefe0d54
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:b09f30cd-1c66-4372-93ba-487b0d4f1b8c
ArtifactChecksum:M2Y5MTg4Njg0ZGYyZDgzY2U0NDE0ZWViYmNiNjQ5YTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:3fa426a0-d8fe-40d4-bba5-bde58c68bc9c
ResourceInvariantUUID:f2ffb029-7241-425a-9360-d93eec8a14ad
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:d61d86d8-abd7-4b4f-8890-a2532b5fe0ca
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:7e7a2b1a-574a-4827-b5ae-413f915ec491
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:213cc9d0-af5b-4582-bba8-6d654b68b0ef
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:8a0a59a9-0ab4-4c0e-9e73-4fe43ded3eb8
ArtifactChecksum:MTU4MjEyNTMyMDZiYWRhZTU0N2Y3OGQ4YTNkNjYzYWE=
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:e056aa45-93ac-4a30-a008-b0613fc502b1
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:ea50fee4-23e4-47da-a624-deccb8f78b51
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:ea50fee4-23e4-47da-a624-deccb8f78b51
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-24T07:32:15.135Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dd9cbc33-085d-4a70-9773-ab9cb15b946e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-24T07:32:15.209Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-24T07:32:15.210Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||MSO config path is: /app
2022-04-24T07:32:15.211Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||MSO config path is: /app
2022-04-24T07:32:15.211Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||Trying to download the artifact UUID: b09f30cd-1c66-4372-93ba-487b0d4f1b8c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-04-24T07:32:15.211Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||DistributionClient - download
2022-04-24T07:32:15.212Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-04-24T07:32:16.576Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||GET Response Status 200
2022-04-24T07:32:16.582Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar b09f30cd-1c66-4372-93ba-487b0d4f1b8c 68960
2022-04-24T07:32:16.582Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-04-24T07:32:16.582Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-04-24T07:32:16.582Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-24T07:32:16.583Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:32:16.586Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:32:16.586Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||try to send status {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785536582,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:32:16.686Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:32:16.687Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:32:16.687Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:32:16.703Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:32:16.704Z||pool-131-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:32:17.587Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-24T07:32:17.588Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||MSO config path is: /app
2022-04-24T07:32:17.588Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||Trying to write artifact UUID: b09f30cd-1c66-4372-93ba-487b0d4f1b8c, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-24T07:32:17.589Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-04-24T07:32:17.590Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-24T07:32:17.590Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-24T07:32:17.987Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17526799995568550516/Definitions/service-BasicCnf-template.yml
2022-04-24T07:32:20.132Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-04-24T07:32:20.133Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|WARN|500||####################################################################################################
2022-04-24T07:32:20.133Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-24T07:32:20.133Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-04-24T07:32:20.134Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-24T07:32:20.134Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-24T07:32:20.134Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-24T07:32:20.134Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-24T07:32:20.134Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|WARN|500||####################################################################################################
2022-04-24T07:32:20.135Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:32:20.135Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:32:20.135Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-24T07:32:20.136Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||Search for entities recursively
2022-04-24T07:32:20.136Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-24T07:32:20.136Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:32:20.136Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:32:20.137Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-24T07:32:20.137Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||Search for entities recursively
2022-04-24T07:32:20.137Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-24T07:32:20.137Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:32:20.138Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:32:20.138Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:32:20.138Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-04-24T07:32:20.139Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-04-24T07:32:20.139Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||Node template dummy is not matching search criteria
2022-04-24T07:32:20.139Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-24T07:32:20.139Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:32:20.140Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-24T07:32:20.140Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:32:20.140Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-24T07:32:20.140Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:32:20.141Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:32:20.141Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-24T07:32:20.141Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:32:20.142Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:32:20.142Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-24T07:32:20.142Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:32:20.143Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:32:20.143Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-04-24T07:32:20.143Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||Node template abstract_dummy is matching search criteria
2022-04-24T07:32:20.143Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=fee445b4-d986-45fd-80e1-80ef3be5d82d
2022-04-24T07:32:20.144Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:32:20.144Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:32:20.144Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:32:20.145Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:32:20.145Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:32:20.145Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:32:20.145Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:32:20.146Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:32:20.146Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:dd9cbc33-085d-4a70-9773-ab9cb15b946e
Model Version:NULL
Model InvariantUuid:7a8757e9-3dae-460c-90bd-f095fefe0d54
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:4a7b6a69-3e5b-41ce-95c4-13da3f966ce8
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f2ffb029-7241-425a-9360-d93eec8a14ad
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:3fa426a0-d8fe-40d4-bba5-bde58c68bc9c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b4d19975-207b-459d-9834-774f0ba68b66
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:31292435-0760-49b4-9663-d022d5a8b17c
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:fee445b4-d986-45fd-80e1-80ef3be5d82d
ModelInvariantUuid:4cccd934-ec62-41fe-951f-486cc1019221
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:34e9146b-a637-4437-8041-443e8f2b024b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:5bf743d4-21b9-47b1-b901-7b1621c34430
ModelInvariantUuid:9608c52a-1aab-4633-99bf-02a2f4e9e41b
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:4fec79b6-0bd4-4b98-96b1-15a392c72969
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-24T07:32:20.156Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: d61d86d8-abd7-4b4f-8890-a2532b5fe0ca
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-24T07:32:20.161Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||basic_cnf 0
2022-04-24T07:32:20.162Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: d61d86d8-abd7-4b4f-8890-a2532b5fe0ca
2022-04-24T07:32:20.162Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||Trying to download the artifact UUID: 7e7a2b1a-574a-4827-b5ae-413f915ec491 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-04-24T07:32:20.162Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||DistributionClient - download
2022-04-24T07:32:20.162Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-04-24T07:32:20.573Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||GET Response Status 200
2022-04-24T07:32:20.574Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 7e7a2b1a-574a-4827-b5ae-413f915ec491 12
2022-04-24T07:32:20.575Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-04-24T07:32:20.575Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-04-24T07:32:20.575Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-24T07:32:20.575Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:32:20.586Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:32:20.586Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||try to send status {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785540574,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:32:20.685Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-24T07:32:20.687Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:32:20.687Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:32:20.698Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:32:20.699Z||pool-132-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:32:21.587Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||Trying to download the artifact UUID: 213cc9d0-af5b-4582-bba8-6d654b68b0ef from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-04-24T07:32:21.588Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||DistributionClient - download
2022-04-24T07:32:21.588Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-04-24T07:32:21.662Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||GET Response Status 200
2022-04-24T07:32:21.663Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 213cc9d0-af5b-4582-bba8-6d654b68b0ef 2688
2022-04-24T07:32:21.663Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-04-24T07:32:21.663Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-04-24T07:32:21.664Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-24T07:32:21.664Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:32:21.667Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:32:21.667Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||try to send status {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785541663,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:32:21.767Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T07:32:21.768Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:32:21.768Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:32:21.785Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:32:21.786Z||pool-133-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:32:22.669Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||Trying to download the artifact UUID: 8a0a59a9-0ab4-4c0e-9e73-4fe43ded3eb8 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-04-24T07:32:22.669Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||DistributionClient - download
2022-04-24T07:32:22.669Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-04-24T07:32:22.928Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||GET Response Status 200
2022-04-24T07:32:22.929Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 8a0a59a9-0ab4-4c0e-9e73-4fe43ded3eb8 828
2022-04-24T07:32:22.929Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-04-24T07:32:22.930Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-04-24T07:32:22.930Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-24T07:32:22.931Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:32:22.934Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:32:22.934Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||try to send status {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785542929,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:32:23.034Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:32:23.035Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:32:23.035Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:32:23.052Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:32:23.053Z||pool-134-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:32:23.935Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "b4d19975-207b-459d-9834-774f0ba68b66",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "31292435-0760-49b4-9663-d022d5a8b17c",
    "vfModuleModelCustomizationUUID": "95a9de8e-9adf-4e14-8ffe-6145d5dde60f",
    "isBase": true,
    "artifacts": [
      "e056aa45-93ac-4a30-a008-b0613fc502b1",
      "213cc9d0-af5b-4582-bba8-6d654b68b0ef",
      "ea50fee4-23e4-47da-a624-deccb8f78b51"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-24T07:32:23.941Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:31292435-0760-49b4-9663-d022d5a8b17c
VfModuleModelInvariantUUID:b4d19975-207b-459d-9834-774f0ba68b66
VfModuleModelDescription:NULL
Artifacts UUID List:{
e056aa45-93ac-4a30-a008-b0613fc502b1
,
213cc9d0-af5b-4582-bba8-6d654b68b0ef
,
ea50fee4-23e4-47da-a624-deccb8f78b51

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

isBase:true


}

2022-04-24T07:32:23.946Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "b4d19975-207b-459d-9834-774f0ba68b66",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "31292435-0760-49b4-9663-d022d5a8b17c",
    "vfModuleModelCustomizationUUID": "95a9de8e-9adf-4e14-8ffe-6145d5dde60f",
    "isBase": true,
    "artifacts": [
      "e056aa45-93ac-4a30-a008-b0613fc502b1",
      "213cc9d0-af5b-4582-bba8-6d654b68b0ef",
      "ea50fee4-23e4-47da-a624-deccb8f78b51"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-24T07:32:23.946Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:31292435-0760-49b4-9663-d022d5a8b17c
VfModuleModelInvariantUUID:b4d19975-207b-459d-9834-774f0ba68b66
VfModuleModelDescription:NULL
Artifacts UUID List:{
e056aa45-93ac-4a30-a008-b0613fc502b1
,
213cc9d0-af5b-4582-bba8-6d654b68b0ef
,
ea50fee4-23e4-47da-a624-deccb8f78b51

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

isBase:true


}

2022-04-24T07:32:23.946Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||Trying to download the artifact UUID: e056aa45-93ac-4a30-a008-b0613fc502b1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-04-24T07:32:23.947Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||DistributionClient - download
2022-04-24T07:32:23.947Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-04-24T07:32:24.125Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||GET Response Status 200
2022-04-24T07:32:24.126Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml e056aa45-93ac-4a30-a008-b0613fc502b1 1164
2022-04-24T07:32:24.126Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-04-24T07:32:24.126Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-04-24T07:32:24.127Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-24T07:32:24.127Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:32:24.130Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:32:24.130Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||try to send status {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785544126,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:32:24.230Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:32:24.231Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:32:24.231Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:32:24.248Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:32:24.249Z||pool-135-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:32:25.132Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||Trying to download the artifact UUID: ea50fee4-23e4-47da-a624-deccb8f78b51 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-04-24T07:32:25.133Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||DistributionClient - download
2022-04-24T07:32:25.133Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-04-24T07:32:25.529Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||GET Response Status 200
2022-04-24T07:32:25.530Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ea50fee4-23e4-47da-a624-deccb8f78b51 200
2022-04-24T07:32:25.535Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-04-24T07:32:25.536Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-04-24T07:32:25.536Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-24T07:32:25.536Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:32:25.539Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:32:25.539Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||try to send status {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785545535,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:32:25.639Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:32:25.640Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:32:25.641Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:32:25.725Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:32:25.726Z||pool-136-thread-1|||||INFO|500||cambria reply ok (87 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:32:26.541Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||Preparing to deploy Service: dd9cbc33-085d-4a70-9773-ab9cb15b946e
2022-04-24T07:32:26.541Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 d61d86d8-abd7-4b4f-8890-a2532b5fe0ca ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
2022-04-24T07:32:26.563Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-24T07:32:26.572Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7dcb3e66, org.onap.sdc.toscaparser.api.parameters.Input@56c819a7, org.onap.sdc.toscaparser.api.parameters.Input@594b71e1, org.onap.sdc.toscaparser.api.parameters.Input@5bce4932, org.onap.sdc.toscaparser.api.parameters.Input@7f527423]
2022-04-24T07:32:26.574Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:32:26.575Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:32:26.575Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||VF Category is: Generic 
2022-04-24T07:32:26.575Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||VFCustomizationUUID= 3fa426a0-d8fe-40d4-bba5-bde58c68bc9c
2022-04-24T07:32:26.575Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3fa426a0-d8fe-40d4-bba5-bde58c68bc9c matches Tosca VF Customization UUID: 3fa426a0-d8fe-40d4-bba5-bde58c68bc9c
2022-04-24T07:32:26.575Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||vfCustomizationUUID: 3fa426a0-d8fe-40d4-bba5-bde58c68bc9c  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-04-24T07:32:26.579Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:32:26.580Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:32:26.581Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||resource request for resource customization id 3fa426a0-d8fe-40d4-bba5-bde58c68bc9c: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2022-04-24T07:32:26.581Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4229ac64
2022-04-24T07:32:26.581Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:32:26.581Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-24T07:32:26.582Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 95a9de8e-9adf-4e14-8ffe-6145d5dde60f
2022-04-24T07:32:26.582Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 95a9de8e-9adf-4e14-8ffe-6145d5dde60f
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-04-24T07:32:26.586Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:32:26.587Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-24T07:32:26.587Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:32:26.587Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:32:26.587Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-24T07:32:26.588Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:32:26.588Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:32:26.588Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-04-24T07:32:26.588Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||Node template abstract_dummy is matching search criteria
2022-04-24T07:32:26.589Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=fee445b4-d986-45fd-80e1-80ef3be5d82d
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-24T07:32:26.593Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:32:26.593Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-24T07:32:26.593Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:32:26.594Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:32:26.594Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-24T07:32:26.594Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=3fa426a0-d8fe-40d4-bba5-bde58c68bc9c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-24T07:32:26.597Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:32:26.598Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:32:26.598Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500|| resourceSeq for service uuid dd9cbc33-085d-4a70-9773-ab9cb15b946e: basic_cnf
2022-04-24T07:32:26.598Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:32:26.598Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:32:26.599Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:32:26.599Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:32:26.599Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:32:26.599Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:32:26.600Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:32:26.600Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:32:26.600Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:32:26.600Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:32:26.601Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:32:26.706Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf d61d86d8-abd7-4b4f-8890-a2532b5fe0ca 1 ASDC deployResourceStructure
2022-04-24T07:32:26.707Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-04-24T07:32:26.707Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-04-24T07:32:26.707Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-04-24T07:32:26.708Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:32:26.711Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:32:26.711Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||try to send status {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785546707,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-04-24T07:32:26.810Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:32:26.811Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:32:26.812Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:32:26.828Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:32:26.828Z||pool-137-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:32:27.712Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-04-24T07:32:27.713Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-04-24T07:32:27.713Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-04-24T07:32:27.714Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:32:27.717Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:32:27.718Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||try to send status {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785547712,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-04-24T07:32:27.817Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:32:27.818Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:32:27.818Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:32:27.847Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:32:27.848Z||pool-138-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:32:28.719Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-04-24T07:32:28.719Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-04-24T07:32:28.720Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-24T07:32:28.721Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:32:28.723Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:32:28.724Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||try to send status {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785548719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-24T07:32:28.824Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-24T07:32:28.825Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:32:28.825Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:32:28.836Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:32:28.838Z||pool-139-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:32:29.726Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-04-24T07:32:29.726Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-04-24T07:32:29.726Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-24T07:32:29.727Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:32:29.730Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:32:29.730Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||try to send status {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785549726,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-04-24T07:32:29.830Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:32:29.831Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:32:29.831Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:32:29.842Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:32:29.843Z||pool-140-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:32:30.731Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-04-24T07:32:30.732Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-04-24T07:32:30.733Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-24T07:32:30.733Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:32:30.736Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:32:30.736Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||try to send status {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785550731,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-04-24T07:32:30.836Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T07:32:30.837Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:32:30.837Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:32:30.865Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:32:30.865Z||pool-141-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:32:31.737Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-04-24T07:32:31.738Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-04-24T07:32:31.738Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-24T07:32:31.738Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:32:31.740Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:32:31.740Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||try to send status {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785551737,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T07:32:31.840Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:32:31.842Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:32:31.842Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:32:31.853Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:32:31.854Z||pool-142-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:32:32.741Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:32:32.766Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:32:32.771Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-24T07:32:32.771Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-24T07:32:32.771Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-24T07:32:32.771Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-24T07:32:32.771Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-04-24T07:32:32.771Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:32:32.780Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-24T07:33:02.781Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-24T07:33:02.788Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c and serviceModelVersionId: dd9cbc33-085d-4a70-9773-ab9cb15b946e
2022-04-24T07:33:02.789Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7a8757e9-3dae-460c-90bd-f095fefe0d54
2022-04-24T07:33:02.790Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0
2022-04-24T07:33:02.795Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2e49d02-8ed2-4a0f-b279-3f07345b5616/model-vers/model-ver/884baf66-4075-4896-a2a0-8b001d50473d?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-04-24T07:33:02.867Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|INFO|500||Invoke
2022-04-24T07:33:02.868Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[04e6cdfd-96d1-4a57-8914-ec2510554fa7], X-ECOMP-RequestID=[6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c], X-TransactionId=[], X-ONAP-RequestID=[6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c], Content-Type=[application/merge-patch+json]}
2022-04-24T07:33:04.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:33:04.418Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:33:04.418Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:33:04.419Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|INFO|500||Invoke
2022-04-24T07:33:04.419Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3020ec8b-688c-4fd6-9096-a004f4fe5022], X-ECOMP-RequestID=[6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c], X-TransactionId=[], X-ONAP-RequestID=[6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c], Content-Type=[application/merge-patch+json]}
2022-04-24T07:33:04.476Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:33:04.477Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:33:04.477Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e642bb1-b2ea-4c61-898f-6a4afbe3e49c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785438546,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-24T07:33:04.478Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:33:04.478Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:33:04.478Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785282858,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:33:04.479Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:33:04.479Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:33:04.479Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785282858,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-04-24T07:33:04.479Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:33:04.480Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:33:04.480Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785282858,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-24T07:33:04.480Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:33:04.480Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:33:04.481Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785282858,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:33:04.481Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:33:04.481Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:33:04.481Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785282858,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-24T07:33:04.481Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:33:04.482Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:33:04.482Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785282858,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:33:04.482Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:33:04.482Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:33:04.482Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785282858,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:33:04.483Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:33:04.483Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:33:04.483Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785448762,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:33:04.483Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:33:04.484Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:33:04.484Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785452493,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:33:04.484Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:33:04.484Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:33:04.484Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785454117,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:33:04.485Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:33:04.485Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:33:04.485Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785455442,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:33:04.485Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:33:04.486Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:33:04.486Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785456643,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-24T07:33:04.486Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:33:04.486Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:33:04.487Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785457650,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-04-24T07:33:04.487Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:33:04.487Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:33:04.487Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785458659,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-04-24T07:33:04.488Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:33:04.488Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:33:04.488Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785459665,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T07:33:04.489Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:33:05.950Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|INFO|500||Invoke
2022-04-24T07:33:05.951Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f51d7723-0b1e-45a6-8feb-a271b30418e6], X-ECOMP-RequestID=[6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c], X-TransactionId=[], X-ONAP-RequestID=[6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c], Content-Type=[application/merge-patch+json]}
2022-04-24T07:33:06.981Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-04-24T07:33:06.983Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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)
Caused by: 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.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-04-24T07:33:06.984Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-24T07:33:06.984Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-24T07:33:06.994Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-24T07:33:06.995Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-24T07:33:06.996Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-24T07:33:06.997Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:33:07.000Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:33:07.001Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||try to send status {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785586996,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-24T07:33:07.100Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-24T07:33:07.101Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:33:07.101Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:33:07.116Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:33:07.117Z||pool-143-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-24T07:33:08.017Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||received message from topic
2022-04-24T07:33:08.018Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"23517b56-7adb-4f2e-a321-1e95d7ae81cc","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"38f4df1b-9aee-4f29-a891-34af8bfa2dfc","serviceDescription":"service","serviceInvariantUUID":"9090c929-029c-46ed-9b19-be3c488cc5dc","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4ef72c9d-4c00-45d1-9809-abb35bd4cee3","resourceInvariantUUID":"06d494bd-4b38-4a59-9e2b-8fd15056d9fa","resourceCustomizationUUID":"37191617-f3b9-4ecf-820e-fe146b3e5b97","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"NTdlNTU3NmVlMzEyOWQ0MDc1NzZjN2JhZjFjNzVlY2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"03810b12-234e-4936-b8b6-27d5d37c7fa1","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"ZjJhMTNkYzgxZWE2ZmUzY2IxNjRmNjFjMDI4MzdhMmY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f7c31cdf-f22d-4e70-bce9-0bd57a6345e3","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b766e03d-15b5-441d-8ca8-8d2636e410bd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2190d301-019b-456c-af8a-7c89cecc8d32","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9b6d7dc9-3cdc-4e72-b46d-d6ce1bde18a0","artifactVersion":"2","generatedFromUUID":"b766e03d-15b5-441d-8ca8-8d2636e410bd"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"NzlhYjBhNmFjN2U4Mjg4YWNmNmJjYTlmNjU3NDgwZTE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"79305268-826a-47e6-9ddd-e650e601ae60","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"NzhlOTEzMDU3NzRmYTc2YmU4YmYwYTU1MTZiYThhMzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f70bed96-c593-4e8b-b70f-3d1335e6b049","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MDUwZDU3NDM3ZGNiMzE1OWYzZWZkNmExYTY1N2QwMGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"65177d3f-0c5c-4324-9fec-4c8b6efb423e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-24T07:33:08.019Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:33:08.019Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:33:08.022Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:33:08.023Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||try to send status {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785282858,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:33:08.122Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:33:08.128Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:33:08.128Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:33:08.142Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:33:08.143Z||pool-144-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:33:09.023Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:33:09.024Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:33:09.053Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:33:09.054Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||try to send status {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785282858,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-24T07:33:09.127Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 73 ms
2022-04-24T07:33:09.128Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:33:09.128Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:33:09.141Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:33:09.142Z||pool-145-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:33:10.055Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:33:10.055Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:33:10.059Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:33:10.060Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||try to send status {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785282858,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-24T07:33:10.158Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-24T07:33:10.160Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:33:10.160Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:33:10.222Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:33:10.223Z||pool-146-thread-1|||||INFO|500||cambria reply ok (64 ms):{"serverTimeMs":1,"count":1}
2022-04-24T07:33:11.061Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:33:11.062Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:33:11.064Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:33:11.064Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||try to send status {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785282858,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:33:11.164Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:33:11.165Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:33:11.166Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:33:11.183Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:33:11.183Z||pool-147-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-04-24T07:33:12.065Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:33:12.066Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:33:12.072Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:33:12.073Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||try to send status {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785282858,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-24T07:33:12.168Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-04-24T07:33:12.169Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:33:12.169Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:33:12.215Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:33:12.215Z||pool-148-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:33:13.077Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:33:13.077Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:33:13.089Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:33:13.089Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||try to send status {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785282858,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:33:13.181Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-04-24T07:33:13.182Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:33:13.182Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:33:13.198Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:33:13.199Z||pool-149-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:33:14.090Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:33:14.090Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:33:14.093Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:33:14.093Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||try to send status {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785282858,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:33:14.193Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:33:14.195Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:33:14.195Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:33:14.212Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:33:14.213Z||pool-150-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:33:15.094Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:33:15.094Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:33:15.097Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:33:15.097Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||try to send status {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785282858,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:33:15.197Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:33:15.198Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:33:15.199Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:33:15.230Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:33:15.231Z||pool-151-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:33:16.098Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "38f4df1b-9aee-4f29-a891-34af8bfa2dfc",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9090c929-029c-46ed-9b19-be3c488cc5dc",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "37191617-f3b9-4ecf-820e-fe146b3e5b97",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "4ef72c9d-4c00-45d1-9809-abb35bd4cee3",
      "resourceInvariantUUID": "06d494bd-4b38-4a59-9e2b-8fd15056d9fa",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
          "artifactChecksum": "ZjJhMTNkYzgxZWE2ZmUzY2IxNjRmNjFjMDI4MzdhMmY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f7c31cdf-f22d-4e70-bce9-0bd57a6345e3",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "b766e03d-15b5-441d-8ca8-8d2636e410bd",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "9b6d7dc9-3cdc-4e72-b46d-d6ce1bde18a0",
            "generatedFromUUID": "b766e03d-15b5-441d-8ca8-8d2636e410bd"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "9b6d7dc9-3cdc-4e72-b46d-d6ce1bde18a0",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MDUwZDU3NDM3ZGNiMzE1OWYzZWZkNmExYTY1N2QwMGE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "65177d3f-0c5c-4324-9fec-4c8b6efb423e"
    }
  ],
  "workloadContext": "Production"
}
2022-04-24T07:33:16.098Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-24T07:33:16.099Z|6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 38f4df1b-9aee-4f29-a891-34af8bfa2dfc ASDC
2022-04-24T07:33:16.099Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||ASDC Notification:
DistributionID:23517b56-7adb-4f2e-a321-1e95d7ae81cc
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:38f4df1b-9aee-4f29-a891-34af8bfa2dfc
ServiceInvariantUUID:9090c929-029c-46ed-9b19-be3c488cc5dc
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVmMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
ArtifactUUID:65177d3f-0c5c-4324-9fec-4c8b6efb423e
ArtifactChecksum:MDUwZDU3NDM3ZGNiMzE1OWYzZWZkNmExYTY1N2QwMGE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:37191617-f3b9-4ecf-820e-fe146b3e5b97
ResourceInvariantUUID:06d494bd-4b38-4a59-9e2b-8fd15056d9fa
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:4ef72c9d-4c00-45d1-9809-abb35bd4cee3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
ArtifactUUID:f7c31cdf-f22d-4e70-bce9-0bd57a6345e3
ArtifactChecksum:ZjJhMTNkYzgxZWE2ZmUzY2IxNjRmNjFjMDI4MzdhMmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
ArtifactUUID:b766e03d-15b5-441d-8ca8-8d2636e410bd
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:9b6d7dc9-3cdc-4e72-b46d-d6ce1bde18a0
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:9b6d7dc9-3cdc-4e72-b46d-d6ce1bde18a0
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-24T07:33:16.099Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 38f4df1b-9aee-4f29-a891-34af8bfa2dfc ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-24T07:33:16.173Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-24T07:33:16.177Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|INFO|500||MSO config path is: /app
2022-04-24T07:33:16.178Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|INFO|500||MSO config path is: /app
2022-04-24T07:33:16.178Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|INFO|500||Trying to download the artifact UUID: 65177d3f-0c5c-4324-9fec-4c8b6efb423e from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-04-24T07:33:16.178Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|INFO|500||DistributionClient - download
2022-04-24T07:33:16.179Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-04-24T07:33:18.177Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||GET Response Status 200
2022-04-24T07:33:18.184Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 65177d3f-0c5c-4324-9fec-4c8b6efb423e 78801
2022-04-24T07:33:18.184Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-04-24T07:33:18.185Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-04-24T07:33:18.185Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-24T07:33:18.185Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:33:18.188Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:33:18.188Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||try to send status {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785598184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:33:18.288Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:33:18.291Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:33:18.291Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:33:18.304Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:33:18.304Z||pool-152-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-04-24T07:33:19.193Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-24T07:33:19.194Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|INFO|500||MSO config path is: /app
2022-04-24T07:33:19.194Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|INFO|500||Trying to write artifact UUID: 65177d3f-0c5c-4324-9fec-4c8b6efb423e, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-24T07:33:19.194Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-04-24T07:33:19.194Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-24T07:33:19.195Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-24T07:33:19.533Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1475473031866361588/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-04-24T07:33:21.612Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-04-24T07:33:21.614Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|WARN|500||####################################################################################################
2022-04-24T07:33:21.614Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-24T07:33:21.614Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-24T07:33:21.614Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-24T07:33:21.614Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-24T07:33:21.614Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-24T07:33:21.614Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-24T07:33:21.614Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-24T07:33:21.615Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-24T07:33:21.615Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-24T07:33:21.615Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-24T07:33:21.615Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-24T07:33:21.615Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|WARN|500||####################################################################################################
2022-04-24T07:33:21.615Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:33:21.615Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:33:21.616Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-24T07:33:21.616Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||Search for entities recursively
2022-04-24T07:33:21.616Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-24T07:33:21.617Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:33:21.617Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:33:21.617Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-24T07:33:21.618Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||Search for entities recursively
2022-04-24T07:33:21.618Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-24T07:33:21.618Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:33:21.619Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:33:21.619Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:33:21.619Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-04-24T07:33:21.619Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-04-24T07:33:21.620Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-04-24T07:33:21.620Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-04-24T07:33:21.620Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-24T07:33:21.620Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-24T07:33:21.621Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:33:21.621Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-24T07:33:21.621Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:33:21.621Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-24T07:33:21.622Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:33:21.622Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:33:21.622Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-24T07:33:21.622Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:33:21.623Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:33:21.623Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-24T07:33:21.623Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:33:21.623Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:33:21.624Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-04-24T07:33:21.624Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-04-24T07:33:21.624Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-24T07:33:21.624Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=056447c2-b132-4713-830b-ae2c824ae7df
2022-04-24T07:33:21.625Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:33:21.625Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:33:21.625Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:33:21.625Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:33:21.626Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:33:21.626Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:33:21.626Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:33:21.626Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:33:21.626Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:38f4df1b-9aee-4f29-a891-34af8bfa2dfc
Model Version:NULL
Model InvariantUuid:9090c929-029c-46ed-9b19-be3c488cc5dc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:27c7abd4-8784-4a7d-944e-e8b7a27076e8
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:06d494bd-4b38-4a59-9e2b-8fd15056d9fa
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:37191617-f3b9-4ecf-820e-fe146b3e5b97
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:feb7d79a-74bf-418a-8aab-aa8204b58ce8
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:037985ae-5db5-4da1-9b3b-61828a2aeacd
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:056447c2-b132-4713-830b-ae2c824ae7df
ModelInvariantUuid:01e8ef7d-85e9-46dc-a874-0eafdc6616b2
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:b82e7170-c05d-40c0-8a1b-5e2290a16e2a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:72d4bf74-6eae-41c0-971d-5e6c250d7f26
ModelInvariantUuid:733d7a49-0d0f-46d7-a4aa-3dbe785be871
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:2f102978-84f5-4cd9-8706-08b70ea1ccc4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-24T07:33:21.643Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 4ef72c9d-4c00-45d1-9809-abb35bd4cee3
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-24T07:33:21.648Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|INFO|500||basic_vm_macro 0
2022-04-24T07:33:21.648Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 4ef72c9d-4c00-45d1-9809-abb35bd4cee3
2022-04-24T07:33:21.648Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|INFO|500||Trying to download the artifact UUID: f7c31cdf-f22d-4e70-bce9-0bd57a6345e3 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-04-24T07:33:21.649Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|INFO|500||DistributionClient - download
2022-04-24T07:33:21.649Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-04-24T07:33:21.981Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||GET Response Status 200
2022-04-24T07:33:21.982Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json f7c31cdf-f22d-4e70-bce9-0bd57a6345e3 792
2022-04-24T07:33:21.983Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-04-24T07:33:21.983Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-04-24T07:33:21.983Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-24T07:33:21.984Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:33:21.987Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:33:21.988Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||try to send status {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785601983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:33:22.087Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-24T07:33:22.088Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:33:22.088Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:33:22.144Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:33:22.145Z||pool-153-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:33:22.993Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "feb7d79a-74bf-418a-8aab-aa8204b58ce8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "037985ae-5db5-4da1-9b3b-61828a2aeacd",
    "vfModuleModelCustomizationUUID": "89079e60-4f90-4b26-aea0-be5c3e60069f",
    "isBase": true,
    "artifacts": [
      "b766e03d-15b5-441d-8ca8-8d2636e410bd",
      "9b6d7dc9-3cdc-4e72-b46d-d6ce1bde18a0"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-24T07:33:22.999Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:037985ae-5db5-4da1-9b3b-61828a2aeacd
VfModuleModelInvariantUUID:feb7d79a-74bf-418a-8aab-aa8204b58ce8
VfModuleModelDescription:NULL
Artifacts UUID List:{
b766e03d-15b5-441d-8ca8-8d2636e410bd
,
9b6d7dc9-3cdc-4e72-b46d-d6ce1bde18a0

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

isBase:true


}

2022-04-24T07:33:23.002Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "feb7d79a-74bf-418a-8aab-aa8204b58ce8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "037985ae-5db5-4da1-9b3b-61828a2aeacd",
    "vfModuleModelCustomizationUUID": "89079e60-4f90-4b26-aea0-be5c3e60069f",
    "isBase": true,
    "artifacts": [
      "b766e03d-15b5-441d-8ca8-8d2636e410bd",
      "9b6d7dc9-3cdc-4e72-b46d-d6ce1bde18a0"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-24T07:33:23.003Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:037985ae-5db5-4da1-9b3b-61828a2aeacd
VfModuleModelInvariantUUID:feb7d79a-74bf-418a-8aab-aa8204b58ce8
VfModuleModelDescription:NULL
Artifacts UUID List:{
b766e03d-15b5-441d-8ca8-8d2636e410bd
,
9b6d7dc9-3cdc-4e72-b46d-d6ce1bde18a0

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

isBase:true


}

2022-04-24T07:33:23.003Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|INFO|500||Trying to download the artifact UUID: b766e03d-15b5-441d-8ca8-8d2636e410bd from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-04-24T07:33:23.003Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|INFO|500||DistributionClient - download
2022-04-24T07:33:23.004Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-04-24T07:33:23.322Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||GET Response Status 200
2022-04-24T07:33:23.323Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml b766e03d-15b5-441d-8ca8-8d2636e410bd 5033
2022-04-24T07:33:23.323Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-04-24T07:33:23.324Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-04-24T07:33:23.324Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-24T07:33:23.325Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:33:23.329Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:33:23.330Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||try to send status {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785603323,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:33:23.429Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-24T07:33:23.430Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:33:23.430Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:33:23.455Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:33:23.456Z||pool-154-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:33:24.330Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|INFO|500||Trying to download the artifact UUID: 9b6d7dc9-3cdc-4e72-b46d-d6ce1bde18a0 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-04-24T07:33:24.331Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|INFO|500||DistributionClient - download
2022-04-24T07:33:24.331Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-04-24T07:33:24.623Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||GET Response Status 200
2022-04-24T07:33:24.624Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 9b6d7dc9-3cdc-4e72-b46d-d6ce1bde18a0 903
2022-04-24T07:33:24.624Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-04-24T07:33:24.624Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-04-24T07:33:24.624Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-24T07:33:24.625Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:33:24.628Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:33:24.628Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||try to send status {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785604624,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:33:24.728Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T07:33:24.729Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:33:24.730Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:33:24.765Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:33:24.766Z||pool-155-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
2022-04-24T07:33:25.629Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||Preparing to deploy Service: 38f4df1b-9aee-4f29-a891-34af8bfa2dfc
2022-04-24T07:33:25.629Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 4ef72c9d-4c00-45d1-9809-abb35bd4cee3 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-24T07:33:25.652Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3f4e0ee, org.onap.sdc.toscaparser.api.parameters.Input@3ccdc360, org.onap.sdc.toscaparser.api.parameters.Input@2c3e130f, org.onap.sdc.toscaparser.api.parameters.Input@3d4619ae, org.onap.sdc.toscaparser.api.parameters.Input@19116d78]
2022-04-24T07:33:25.655Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:33:25.655Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:33:25.656Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||VF Category is: Generic 
2022-04-24T07:33:25.656Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||VFCustomizationUUID= 37191617-f3b9-4ecf-820e-fe146b3e5b97
2022-04-24T07:33:25.656Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 37191617-f3b9-4ecf-820e-fe146b3e5b97 matches Tosca VF Customization UUID: 37191617-f3b9-4ecf-820e-fe146b3e5b97
2022-04-24T07:33:25.656Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||vfCustomizationUUID: 37191617-f3b9-4ecf-820e-fe146b3e5b97  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-04-24T07:33:25.660Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:33:25.661Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:33:25.662Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||resource request for resource customization id 37191617-f3b9-4ecf-820e-fe146b3e5b97: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2022-04-24T07:33:25.662Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1ae94fd5
2022-04-24T07:33:25.662Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:33:25.663Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-24T07:33:25.663Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 89079e60-4f90-4b26-aea0-be5c3e60069f
2022-04-24T07:33:25.663Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 89079e60-4f90-4b26-aea0-be5c3e60069f
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-04-24T07:33:25.667Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:33:25.668Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-24T07:33:25.670Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:33:25.671Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:33:25.671Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-24T07:33:25.672Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:33:25.673Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:33:25.673Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-04-24T07:33:25.674Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-04-24T07:33:25.674Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-24T07:33:25.675Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=056447c2-b132-4713-830b-ae2c824ae7df
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-24T07:33:25.679Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:33:25.679Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-24T07:33:25.680Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:33:25.680Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:33:25.681Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-24T07:33:25.681Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=37191617-f3b9-4ecf-820e-fe146b3e5b97
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-24T07:33:25.684Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:33:25.685Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:33:25.685Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500|| resourceSeq for service uuid 38f4df1b-9aee-4f29-a891-34af8bfa2dfc: basic_vm_macro
2022-04-24T07:33:25.685Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:33:25.686Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:33:25.686Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:33:25.686Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:33:25.687Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:33:25.687Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:33:25.687Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:33:25.687Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:33:25.687Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:33:25.688Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:33:25.688Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:33:25.809Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 4ef72c9d-4c00-45d1-9809-abb35bd4cee3 1 ASDC deployResourceStructure
2022-04-24T07:33:25.810Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-04-24T07:33:25.810Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-04-24T07:33:25.810Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-24T07:33:25.811Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:33:25.813Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:33:25.813Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||try to send status {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785605810,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-24T07:33:25.913Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:33:25.914Z||pool-156-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:33:25.915Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:33:25.927Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:33:25.928Z||pool-156-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-04-24T07:33:26.814Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-04-24T07:33:26.815Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-04-24T07:33:26.815Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-24T07:33:26.815Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:33:26.818Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:33:26.818Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||try to send status {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785606814,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-04-24T07:33:26.918Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T07:33:26.919Z||pool-157-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:33:26.919Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:33:26.950Z||pool-157-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:33:26.951Z||pool-157-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:33:27.819Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-04-24T07:33:27.820Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-04-24T07:33:27.820Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-24T07:33:27.821Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:33:27.823Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:33:27.823Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||try to send status {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785607819,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-04-24T07:33:27.923Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:33:27.926Z||pool-158-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:33:27.926Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:33:27.949Z||pool-158-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:33:27.950Z||pool-158-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-04-24T07:33:28.825Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-04-24T07:33:28.825Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-04-24T07:33:28.826Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-24T07:33:28.826Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:33:28.829Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:33:28.829Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||try to send status {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785608825,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T07:33:28.929Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T07:33:28.930Z||pool-159-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:33:28.931Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:33:28.944Z||pool-159-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:33:28.947Z||pool-159-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:33:29.830Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 23517b56-7adb-4f2e-a321-1e95d7ae81cc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:33:29.849Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 23517b56-7adb-4f2e-a321-1e95d7ae81cc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:33:29.854Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-24T07:33:29.854Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-24T07:33:29.855Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-24T07:33:29.855Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-24T07:33:29.855Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-04-24T07:33:29.855Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:33:29.868Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-24T07:33:59.869Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 23517b56-7adb-4f2e-a321-1e95d7ae81cc and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-24T07:33:59.881Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 23517b56-7adb-4f2e-a321-1e95d7ae81cc and serviceModelVersionId: 38f4df1b-9aee-4f29-a891-34af8bfa2dfc
2022-04-24T07:33:59.881Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9090c929-029c-46ed-9b19-be3c488cc5dc
2022-04-24T07:33:59.883Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0
2022-04-24T07:33:59.889Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a8757e9-3dae-460c-90bd-f095fefe0d54/model-vers/model-ver/dd9cbc33-085d-4a70-9773-ab9cb15b946e?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-04-24T07:33:59.945Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|INFO|500||Invoke
2022-04-24T07:33:59.946Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[23517b56-7adb-4f2e-a321-1e95d7ae81cc], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0a3db260-e3f6-4ae4-85fd-53c63d551640], X-ECOMP-RequestID=[23517b56-7adb-4f2e-a321-1e95d7ae81cc], X-TransactionId=[], X-ONAP-RequestID=[23517b56-7adb-4f2e-a321-1e95d7ae81cc], Content-Type=[application/merge-patch+json]}
2022-04-24T07:34:01.500Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|INFO|500||Invoke
2022-04-24T07:34:01.501Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[23517b56-7adb-4f2e-a321-1e95d7ae81cc], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6891355d-39a9-4d79-9c51-db49f094fa17], X-ECOMP-RequestID=[23517b56-7adb-4f2e-a321-1e95d7ae81cc], X-TransactionId=[], X-ONAP-RequestID=[23517b56-7adb-4f2e-a321-1e95d7ae81cc], Content-Type=[application/merge-patch+json]}
2022-04-24T07:34:03.038Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|INFO|500||Invoke
2022-04-24T07:34:03.038Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[23517b56-7adb-4f2e-a321-1e95d7ae81cc], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fab8cb65-d5b2-4779-aa07-cf282be17dc5], X-ECOMP-RequestID=[23517b56-7adb-4f2e-a321-1e95d7ae81cc], X-TransactionId=[], X-ONAP-RequestID=[23517b56-7adb-4f2e-a321-1e95d7ae81cc], Content-Type=[application/merge-patch+json]}
2022-04-24T07:34:04.069Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-04-24T07:34:04.071Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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)
Caused by: 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.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-04-24T07:34:04.072Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-24T07:34:04.073Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-24T07:34:04.081Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-24T07:34:04.082Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 23517b56-7adb-4f2e-a321-1e95d7ae81cc and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-24T07:34:04.082Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-24T07:34:04.083Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:34:04.086Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:34:04.086Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||try to send status {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785644082,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-24T07:34:04.186Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:34:04.187Z||pool-160-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:34:04.187Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:34:04.211Z||pool-160-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:34:04.211Z||pool-160-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-04-24T07:34:04.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:34:04.418Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:34:04.419Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:34:04.452Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:34:04.454Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:34:04.454Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75aab6aa-d4a2-4393-a3a2-1ab0aa8ebcc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785525052,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-24T07:34:04.455Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:34:04.455Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:34:04.455Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785282858,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:34:04.455Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:34:04.455Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:34:04.456Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785282858,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-04-24T07:34:04.456Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:34:04.456Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:34:04.456Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785282858,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-04-24T07:34:04.456Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:34:04.456Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:34:04.457Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785282858,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-04-24T07:34:04.457Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:34:04.457Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:34:04.457Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785282858,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-04-24T07:34:04.457Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:34:04.457Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:34:04.457Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785282858,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:34:04.458Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:34:04.458Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:34:04.458Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785282858,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-04-24T07:34:04.458Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:34:04.458Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:34:04.458Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785282858,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:34:04.459Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:34:04.459Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:34:04.459Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785282858,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:34:04.459Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:34:04.459Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:34:04.460Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785536582,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:34:04.460Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:34:04.460Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:34:04.460Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785540574,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:34:04.460Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:34:04.461Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:34:04.461Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785541663,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:34:04.461Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:34:04.461Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:34:04.461Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785542929,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:34:04.461Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:34:04.461Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:34:04.461Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785544126,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:34:04.461Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:34:04.462Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:34:04.462Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785545535,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:34:04.462Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:34:04.462Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:34:04.462Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785546707,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-04-24T07:34:04.463Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:34:04.463Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:34:04.463Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785547712,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-04-24T07:34:04.463Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:34:04.463Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:34:04.463Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785548719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-24T07:34:04.463Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:34:04.463Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:34:04.463Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785549726,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-04-24T07:34:04.464Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:34:04.464Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:34:04.464Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785550731,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-04-24T07:34:04.464Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:34:04.464Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:34:04.464Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785551737,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T07:34:04.464Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-24T07:34:05.105Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:34:05.106Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:34:05.106Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:34:15.492Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:34:15.493Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:34:15.494Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:34:15.494Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:34:25.162Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:34:25.163Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:34:25.164Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:34:25.164Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:34:34.058Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:34:34.059Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||received message from topic
2022-04-24T07:34:34.059Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"062fa59c-7c8a-4d0c-b33a-c2664479a5c9","serviceName":"Demo_pNF_zQ2vjZfhHWUTKY7qoOcN","serviceVersion":"1.0","serviceUUID":"6f96cc72-98fd-4901-85dd-52873c951b26","serviceDescription":"catalog service description","serviceInvariantUUID":"f2c5e546-ea0c-4b26-a0ba-3684c6c615f5","resources":[{"resourceInstanceName":"pNF 54699445-3b5a 0","resourceName":"pNF 54699445-3b5a","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a0b68b02-e712-44d5-a376-7e0aa6f01053","resourceInvariantUUID":"89b8b3c7-eecc-47dc-8e0d-a454a0ea8e93","resourceCustomizationUUID":"b18afb11-5b26-4879-9dbb-d866fb4b3db7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/resourceInstances/pnf546994453b5a0/artifacts/vf-license-model.xml","artifactChecksum":"Nzg4ZTkzNWU0NGZmNTAwMDUzNGNhNWU1MGNiZGVjMTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"40ce1ce0-48df-4d85-a60f-814ab972f2ff","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/resourceInstances/pnf546994453b5a0/artifacts/pNF.csar","artifactChecksum":"MWYyYzhhZDhmMTQzNmY3MDdmZGFkM2EyNjAwMjY3YzM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"732ef719-bdcc-47ab-b142-2350976785a3","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/resourceInstances/pnf546994453b5a0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bb3cb166-e045-4f25-bec6-9f3319bcd1d0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/resourceInstances/pnf546994453b5a0/artifacts/vendor-license-model.xml","artifactChecksum":"NmU3NDA2MGRlOWE1NWQ1NzYzZDc0NDY1NTBkZjU0YzI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"375963c6-af53-4440-bd4d-2325234184ad","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/resourceInstances/pnf546994453b5a0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"75ccaa1c-1357-42b5-936c-366c5ba0cc65","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/resourceInstances/pnf546994453b5a0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e6538ace-880b-44b0-b71f-8b43af6b7f31","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfZq2vjzfhhwutky7qoocn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/artifacts/service-DemoPnfZq2vjzfhhwutky7qoocn-template.yml","artifactChecksum":"NTJjMzk4YTFlMTJkMzNjNjhiNmI5ZmRkMzJkZjUyMDA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c5011dea-9009-4bc8-ab54-df27bb908570","artifactVersion":"1"},{"artifactName":"service-DemoPnfZq2vjzfhhwutky7qoocn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/artifacts/service-DemoPnfZq2vjzfhhwutky7qoocn-csar.csar","artifactChecksum":"ODdkODkyNWZkOWM4ZDNlN2ZkYzgzNDhkZTg2ZTk2NTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"da1c9e23-d23a-44aa-97cf-9a24fc23e1f9","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-24T07:34:34.062Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:34:34.066Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:34:34.068Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:34:34.069Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||try to send status {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785665163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/resourceInstances/pnf546994453b5a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:34:34.168Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:34:34.170Z||pool-161-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:34:34.170Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:34:34.257Z||pool-161-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:34:34.258Z||pool-161-thread-1|||||INFO|500||cambria reply ok (89 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:34:35.071Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:34:35.073Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:34:35.079Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:34:35.079Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||try to send status {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785665163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/resourceInstances/pnf546994453b5a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:34:35.178Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:34:35.180Z||pool-162-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:34:35.181Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:34:35.321Z||pool-162-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:34:35.322Z||pool-162-thread-1|||||INFO|500||cambria reply ok (143 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:34:36.080Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:34:36.081Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:34:36.084Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:34:36.085Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||try to send status {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785665163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/resourceInstances/pnf546994453b5a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:34:36.184Z||pool-163-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:34:36.185Z||pool-163-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:34:36.185Z||pool-163-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:34:36.257Z||pool-163-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:34:36.258Z||pool-163-thread-1|||||INFO|500||cambria reply ok (74 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:34:37.086Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:34:37.087Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:34:37.089Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:34:37.090Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||try to send status {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785665163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/resourceInstances/pnf546994453b5a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:34:37.189Z||pool-164-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:34:37.191Z||pool-164-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:34:37.192Z||pool-164-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:34:37.229Z||pool-164-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:34:37.230Z||pool-164-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:34:38.091Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:34:38.092Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:34:38.095Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:34:38.095Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||try to send status {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785665163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/resourceInstances/pnf546994453b5a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:34:38.195Z||pool-165-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:34:38.196Z||pool-165-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:34:38.197Z||pool-165-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:34:38.263Z||pool-165-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:34:38.264Z||pool-165-thread-1|||||INFO|500||cambria reply ok (68 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:34:39.096Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:34:39.097Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:34:39.103Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:34:39.103Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||try to send status {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785665163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/resourceInstances/pnf546994453b5a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:34:39.202Z||pool-166-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:34:39.204Z||pool-166-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:34:39.204Z||pool-166-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:34:39.285Z||pool-166-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:34:39.285Z||pool-166-thread-1|||||INFO|500||cambria reply ok (82 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:34:40.104Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:34:40.105Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:34:40.108Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:34:40.109Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||try to send status {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785665163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/artifacts/service-DemoPnfZq2vjzfhhwutky7qoocn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:34:40.208Z||pool-167-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:34:40.210Z||pool-167-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:34:40.210Z||pool-167-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:34:40.257Z||pool-167-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:34:40.257Z||pool-167-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":1,"count":1}
2022-04-24T07:34:41.110Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:34:41.110Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:34:41.115Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:34:41.115Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||try to send status {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785665163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/artifacts/service-DemoPnfZq2vjzfhhwutky7qoocn-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:34:41.213Z||pool-168-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-24T07:34:41.215Z||pool-168-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:34:41.215Z||pool-168-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:34:41.234Z||pool-168-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:34:41.234Z||pool-168-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-04-24T07:34:42.117Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "serviceName": "Demo_pNF_zQ2vjZfhHWUTKY7qoOcN",
  "serviceVersion": "1.0",
  "serviceUUID": "6f96cc72-98fd-4901-85dd-52873c951b26",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "f2c5e546-ea0c-4b26-a0ba-3684c6c615f5",
  "resources": [
    {
      "resourceInstanceName": "pNF 54699445-3b5a 0",
      "resourceCustomizationUUID": "b18afb11-5b26-4879-9dbb-d866fb4b3db7",
      "resourceName": "pNF 54699445-3b5a",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "a0b68b02-e712-44d5-a376-7e0aa6f01053",
      "resourceInvariantUUID": "89b8b3c7-eecc-47dc-8e0d-a454a0ea8e93",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfZq2vjzfhhwutky7qoocn-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/artifacts/service-DemoPnfZq2vjzfhhwutky7qoocn-csar.csar",
      "artifactChecksum": "ODdkODkyNWZkOWM4ZDNlN2ZkYzgzNDhkZTg2ZTk2NTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "da1c9e23-d23a-44aa-97cf-9a24fc23e1f9"
    }
  ],
  "workloadContext": "Production"
}
2022-04-24T07:34:42.117Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-24T07:34:42.118Z|a077879b-d922-4570-9164-3a46216397be|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6f96cc72-98fd-4901-85dd-52873c951b26 ASDC
2022-04-24T07:34:42.118Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||ASDC Notification:
DistributionID:062fa59c-7c8a-4d0c-b33a-c2664479a5c9
ServiceName:Demo_pNF_zQ2vjZfhHWUTKY7qoOcN
ServiceVersion:1.0
ServiceUUID:6f96cc72-98fd-4901-85dd-52873c951b26
ServiceInvariantUUID:f2c5e546-ea0c-4b26-a0ba-3684c6c615f5
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfZq2vjzfhhwutky7qoocn-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/artifacts/service-DemoPnfZq2vjzfhhwutky7qoocn-csar.csar
ArtifactUUID:da1c9e23-d23a-44aa-97cf-9a24fc23e1f9
ArtifactChecksum:ODdkODkyNWZkOWM4ZDNlN2ZkYzgzNDhkZTg2ZTk2NTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 54699445-3b5a 0
ResourceCustomizationUUID:b18afb11-5b26-4879-9dbb-d866fb4b3db7
ResourceInvariantUUID:89b8b3c7-eecc-47dc-8e0d-a454a0ea8e93
ResourceName:pNF 54699445-3b5a
ResourceType:PNF
ResourceUUID:a0b68b02-e712-44d5-a376-7e0aa6f01053
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-04-24T07:34:42.118Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6f96cc72-98fd-4901-85dd-52873c951b26 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:34:42.164Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-24T07:34:42.165Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|INFO|500||MSO config path is: /app
2022-04-24T07:34:42.165Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|INFO|500||MSO config path is: /app
2022-04-24T07:34:42.165Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|INFO|500||Trying to download the artifact UUID: da1c9e23-d23a-44aa-97cf-9a24fc23e1f9 from URL: /sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/artifacts/service-DemoPnfZq2vjzfhhwutky7qoocn-csar.csar
2022-04-24T07:34:42.165Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|INFO|500||DistributionClient - download
2022-04-24T07:34:42.166Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/artifacts/service-DemoPnfZq2vjzfhhwutky7qoocn-csar.csar
2022-04-24T07:34:43.146Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||GET Response Status 200
2022-04-24T07:34:43.155Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/artifacts/service-DemoPnfZq2vjzfhhwutky7qoocn-csar.csar da1c9e23-d23a-44aa-97cf-9a24fc23e1f9 82663
2022-04-24T07:34:43.155Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/artifacts/service-DemoPnfZq2vjzfhhwutky7qoocn-csar.csar ASDC sendASDCNotification
2022-04-24T07:34:43.156Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/artifacts/service-DemoPnfZq2vjzfhhwutky7qoocn-csar.csar
2022-04-24T07:34:43.156Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-24T07:34:43.156Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:34:43.159Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:34:43.159Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||try to send status {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785683155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/artifacts/service-DemoPnfZq2vjzfhhwutky7qoocn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:34:43.259Z||pool-169-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T07:34:43.260Z||pool-169-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:34:43.260Z||pool-169-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:34:43.340Z||pool-169-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:34:43.341Z||pool-169-thread-1|||||INFO|500||cambria reply ok (82 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:34:44.160Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-24T07:34:44.161Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|INFO|500||MSO config path is: /app
2022-04-24T07:34:44.161Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|INFO|500||Trying to write artifact UUID: da1c9e23-d23a-44aa-97cf-9a24fc23e1f9, URL: /sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/artifacts/service-DemoPnfZq2vjzfhhwutky7qoocn-csar.csar to file: /app/ASDC/1/service-DemoPnfZq2vjzfhhwutky7qoocn-csar.csar
2022-04-24T07:34:44.162Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfZq2vjzfhhwutky7qoocn-csar.csar
2022-04-24T07:34:44.162Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfZq2vjzfhhwutky7qoocn-csar.csar
2022-04-24T07:34:44.163Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfZq2vjzfhhwutky7qoocn-csar.csar
2022-04-24T07:34:44.429Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2591181664957363401/Definitions/service-DemoPnfZq2vjzfhhwutky7qoocn-template.yml
2022-04-24T07:34:45.843Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-04-24T07:34:45.844Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|WARN|500||####################################################################################################
2022-04-24T07:34:45.845Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfZq2vjzfhhwutky7qoocn-csar.csar
2022-04-24T07:34:45.845Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-04-24T07:34:45.845Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|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-DemoPnfZq2vjzfhhwutky7qoocn-csar.csar
2022-04-24T07:34:45.846Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 54699445-3b5a 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-DemoPnfZq2vjzfhhwutky7qoocn-csar.csar
2022-04-24T07:34:45.846Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfZq2vjzfhhwutky7qoocn-csar.csar
2022-04-24T07:34:45.846Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|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-DemoPnfZq2vjzfhhwutky7qoocn-csar.csar
2022-04-24T07:34:45.847Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|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-DemoPnfZq2vjzfhhwutky7qoocn-csar.csar
2022-04-24T07:34:45.847Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|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-DemoPnfZq2vjzfhhwutky7qoocn-csar.csar
2022-04-24T07:34:45.847Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|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-DemoPnfZq2vjzfhhwutky7qoocn-csar.csar
2022-04-24T07:34:45.848Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|WARN|500||####################################################################################################
2022-04-24T07:34:45.848Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:34:45.849Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||Service Demo_pNF_zQ2vjZfhHWUTKY7qoOcN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:34:45.849Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||Node template pNF 54699445-3b5a 0 is matching search criteria
2022-04-24T07:34:45.850Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||Search for entities recursively
2022-04-24T07:34:45.850Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||Found topology templates [pNF 54699445-3b5a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-24T07:34:45.851Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:34:45.851Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||Service Demo_pNF_zQ2vjZfhHWUTKY7qoOcN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:34:45.851Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||Node template pNF 54699445-3b5a 0 is matching search criteria
2022-04-24T07:34:45.852Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||Search for entities recursively
2022-04-24T07:34:45.852Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||Found topology templates [pNF 54699445-3b5a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-24T07:34:45.852Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:34:45.853Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||Service Demo_pNF_zQ2vjZfhHWUTKY7qoOcN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:34:45.853Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:34:45.853Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||Service Demo_pNF_zQ2vjZfhHWUTKY7qoOcN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:34:45.854Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:34:45.854Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||Service Demo_pNF_zQ2vjZfhHWUTKY7qoOcN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:34:45.854Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:34:45.855Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||Service Demo_pNF_zQ2vjZfhHWUTKY7qoOcN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:34:45.855Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:34:45.855Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||Service Demo_pNF_zQ2vjZfhHWUTKY7qoOcN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:34:45.856Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_zQ2vjZfhHWUTKY7qoOcN
Description:catalog service description
Model UUID:6f96cc72-98fd-4901-85dd-52873c951b26
Model Version:NULL
Model InvariantUuid:f2c5e546-ea0c-4b26-a0ba-3684c6c615f5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-24T07:34:45.866Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: a0b68b02-e712-44d5-a376-7e0aa6f01053
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-24T07:34:45.870Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|INFO|500||pNF 54699445-3b5a 0
2022-04-24T07:34:45.870Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: a0b68b02-e712-44d5-a376-7e0aa6f01053
2022-04-24T07:34:45.870Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||No resources found for Service: 6f96cc72-98fd-4901-85dd-52873c951b26
2022-04-24T07:34:45.871Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||Preparing to deploy Service: 6f96cc72-98fd-4901-85dd-52873c951b26
2022-04-24T07:34:45.871Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 54699445-3b5a 0 a0b68b02-e712-44d5-a376-7e0aa6f01053 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-24T07:34:45.878Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@41ff4fe2, org.onap.sdc.toscaparser.api.parameters.Input@28bb05df, org.onap.sdc.toscaparser.api.parameters.Input@79b94193, org.onap.sdc.toscaparser.api.parameters.Input@6e84aa56, org.onap.sdc.toscaparser.api.parameters.Input@55bf683b]
2022-04-24T07:34:45.878Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:34:45.879Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||Service Demo_pNF_zQ2vjZfhHWUTKY7qoOcN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:34:45.879Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500|| resourceSeq for service uuid 6f96cc72-98fd-4901-85dd-52873c951b26: pNF 54699445-3b5a
2022-04-24T07:34:45.879Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|INFO|500||Processing PNF resource: a0b68b02-e712-44d5-a376-7e0aa6f01053
2022-04-24T07:34:45.880Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:34:45.880Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||Service Demo_pNF_zQ2vjZfhHWUTKY7qoOcN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:34:45.880Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|INFO|500||Resource customization UUID: b18afb11-5b26-4879-9dbb-d866fb4b3db7 is the same as notified resource customizationUUID: b18afb11-5b26-4879-9dbb-d866fb4b3db7
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-04-24T07:34:45.930Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 54699445-3b5a a0b68b02-e712-44d5-a376-7e0aa6f01053 0 ASDC deployResourceStructure
2022-04-24T07:34:45.931Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/artifacts/service-DemoPnfZq2vjzfhhwutky7qoocn-csar.csar ASDC sendASDCNotification
2022-04-24T07:34:45.931Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/artifacts/service-DemoPnfZq2vjzfhhwutky7qoocn-csar.csar
2022-04-24T07:34:45.931Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-24T07:34:45.932Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:34:45.934Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:34:45.935Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||try to send status {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785685931,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/artifacts/service-DemoPnfZq2vjzfhhwutky7qoocn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T07:34:46.034Z||pool-170-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:34:46.035Z||pool-170-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:34:46.036Z||pool-170-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:34:46.051Z||pool-170-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:34:46.051Z||pool-170-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:34:46.936Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 062fa59c-7c8a-4d0c-b33a-c2664479a5c9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:34:46.985Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 062fa59c-7c8a-4d0c-b33a-c2664479a5c9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:34:46.999Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-24T07:34:46.999Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-24T07:34:47.000Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-24T07:35:04.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:35:04.418Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:35:04.419Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:35:04.483Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:35:04.484Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:35:04.485Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a64a5fd-a1fc-4758-a052-37ae8c4e9d2c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785586996,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-24T07:35:04.485Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:35:04.485Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:35:04.486Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785282858,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:35:04.486Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:35:04.486Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:35:04.486Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785282858,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-24T07:35:04.486Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:35:04.487Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:35:04.487Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785282858,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-24T07:35:04.487Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:35:04.487Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:35:04.487Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785282858,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:35:04.487Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:35:04.488Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:35:04.488Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785282858,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-24T07:35:04.488Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:35:04.488Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:35:04.488Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785282858,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:35:04.488Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:35:04.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:35:04.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785282858,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:35:04.489Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:35:04.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:35:04.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785282858,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:35:04.489Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:35:04.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:35:04.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785598184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:35:04.490Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:35:04.490Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:35:04.490Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785601983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:35:04.490Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:35:04.490Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:35:04.490Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785603323,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:35:04.490Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:35:04.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:35:04.491Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785604624,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:35:04.491Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:35:04.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:35:04.491Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785605810,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-24T07:35:04.491Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:35:04.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:35:04.491Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785606814,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-04-24T07:35:04.492Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:35:04.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:35:04.492Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785607819,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-04-24T07:35:04.492Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:35:04.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:35:04.492Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785608825,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T07:35:04.493Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:35:04.493Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:35:04.493Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23517b56-7adb-4f2e-a321-1e95d7ae81cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785644082,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-24T07:35:04.494Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:35:17.000Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 062fa59c-7c8a-4d0c-b33a-c2664479a5c9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:35:17.027Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 062fa59c-7c8a-4d0c-b33a-c2664479a5c9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:35:17.030Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-24T07:35:17.031Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-24T07:35:17.031Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-24T07:35:47.031Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 062fa59c-7c8a-4d0c-b33a-c2664479a5c9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:35:47.054Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 062fa59c-7c8a-4d0c-b33a-c2664479a5c9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:35:47.058Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-24T07:35:47.059Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-24T07:35:47.059Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-24T07:36:04.418Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:36:04.419Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:36:04.419Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:36:04.488Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:36:04.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:36:04.491Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785665163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/resourceInstances/pnf546994453b5a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:36:04.492Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:36:04.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:36:04.492Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785665141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/resourceInstances/pnf546994453b5a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:36:04.492Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:36:04.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:36:04.493Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "policy-id",
  "timestamp": 1650785667821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/resourceInstances/pnf546994453b5a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:36:04.493Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:36:04.493Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:36:04.493Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "cds",
  "timestamp": 1650785669809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/resourceInstances/pnf546994453b5a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:36:04.493Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:36:04.493Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:36:04.493Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "clamp",
  "timestamp": 1650785673721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/resourceInstances/pnf546994453b5a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:36:04.494Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:36:04.494Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:36:04.494Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785665163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/resourceInstances/pnf546994453b5a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:36:04.494Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:36:04.494Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:36:04.494Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785665141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/resourceInstances/pnf546994453b5a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:36:04.495Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:36:04.495Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:36:04.495Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "cds",
  "timestamp": 1650785669809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/resourceInstances/pnf546994453b5a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:36:04.495Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:36:04.495Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:36:04.495Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "policy-id",
  "timestamp": 1650785667821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/resourceInstances/pnf546994453b5a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:36:04.496Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:36:04.496Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:36:04.496Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "clamp",
  "timestamp": 1650785673721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/resourceInstances/pnf546994453b5a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:36:04.496Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:36:04.496Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:36:04.497Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785665141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/resourceInstances/pnf546994453b5a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:36:04.497Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:36:04.497Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:36:04.497Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785665163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/resourceInstances/pnf546994453b5a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:36:04.497Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:36:04.497Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:36:04.497Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "policy-id",
  "timestamp": 1650785667821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/resourceInstances/pnf546994453b5a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:36:04.498Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:36:04.498Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:36:04.498Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "cds",
  "timestamp": 1650785669809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/resourceInstances/pnf546994453b5a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:36:04.498Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:36:04.498Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:36:04.498Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785674886,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/resourceInstances/pnf546994453b5a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:36:04.499Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:36:04.499Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:36:04.499Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "clamp",
  "timestamp": 1650785673721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/resourceInstances/pnf546994453b5a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:36:04.499Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:36:04.499Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:36:04.499Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785665163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/resourceInstances/pnf546994453b5a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:36:04.500Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:36:04.500Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:36:04.500Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "policy-id",
  "timestamp": 1650785667821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/resourceInstances/pnf546994453b5a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:36:04.500Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:36:04.500Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:36:04.500Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785665141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/resourceInstances/pnf546994453b5a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:36:04.501Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:36:04.501Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:36:04.501Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "cds",
  "timestamp": 1650785669809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/resourceInstances/pnf546994453b5a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:36:04.501Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:36:04.501Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:36:04.501Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785674886,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/resourceInstances/pnf546994453b5a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:36:04.501Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:36:04.502Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:36:04.502Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "clamp",
  "timestamp": 1650785673721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/resourceInstances/pnf546994453b5a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:36:04.502Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:36:04.502Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:36:04.502Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785665141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/resourceInstances/pnf546994453b5a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:36:04.502Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:36:04.503Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:36:04.503Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785665163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/resourceInstances/pnf546994453b5a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:36:04.503Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:36:04.503Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:36:04.503Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "policy-id",
  "timestamp": 1650785667821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/resourceInstances/pnf546994453b5a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:36:04.503Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:36:04.503Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:36:04.504Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "cds",
  "timestamp": 1650785669809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/resourceInstances/pnf546994453b5a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:36:04.504Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:36:04.504Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:36:04.504Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785674886,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/resourceInstances/pnf546994453b5a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:36:04.504Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:36:04.504Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:36:04.504Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "clamp",
  "timestamp": 1650785673721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/resourceInstances/pnf546994453b5a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:36:04.504Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:36:04.504Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:36:04.504Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785665163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/resourceInstances/pnf546994453b5a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:36:04.505Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:36:04.505Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:36:04.505Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785665141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/resourceInstances/pnf546994453b5a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:36:04.505Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:36:04.505Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:36:04.505Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "policy-id",
  "timestamp": 1650785667821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/resourceInstances/pnf546994453b5a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:36:04.505Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:36:04.505Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:36:04.505Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "cds",
  "timestamp": 1650785669809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/resourceInstances/pnf546994453b5a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:36:04.505Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:36:04.505Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:36:04.505Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785674886,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/resourceInstances/pnf546994453b5a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:36:04.506Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:36:04.506Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:36:04.506Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "clamp",
  "timestamp": 1650785673721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/resourceInstances/pnf546994453b5a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:36:04.506Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:36:04.506Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:36:04.506Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785665163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/artifacts/service-DemoPnfZq2vjzfhhwutky7qoocn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:36:04.506Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:36:04.506Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:36:04.506Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785665141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/artifacts/service-DemoPnfZq2vjzfhhwutky7qoocn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:36:04.506Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:36:04.507Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:36:04.507Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "policy-id",
  "timestamp": 1650785667821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/artifacts/service-DemoPnfZq2vjzfhhwutky7qoocn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:36:04.507Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:36:04.507Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:36:04.507Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "cds",
  "timestamp": 1650785669809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/artifacts/service-DemoPnfZq2vjzfhhwutky7qoocn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:36:04.507Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:36:04.507Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:36:04.507Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785674886,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/resourceInstances/pnf546994453b5a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:36:04.507Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:36:04.507Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:36:04.508Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "clamp",
  "timestamp": 1650785673721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/artifacts/service-DemoPnfZq2vjzfhhwutky7qoocn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:36:04.508Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:36:04.508Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:36:04.508Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785665163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/artifacts/service-DemoPnfZq2vjzfhhwutky7qoocn-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:36:04.508Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:36:04.508Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:36:04.508Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "policy-id",
  "timestamp": 1650785667821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/artifacts/service-DemoPnfZq2vjzfhhwutky7qoocn-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:36:04.508Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:36:04.508Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:36:04.509Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785665141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/artifacts/service-DemoPnfZq2vjzfhhwutky7qoocn-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:36:04.509Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:36:04.509Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:36:04.509Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "cds",
  "timestamp": 1650785669809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/artifacts/service-DemoPnfZq2vjzfhhwutky7qoocn-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:36:04.509Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:36:04.509Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:36:04.509Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785674886,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/resourceInstances/pnf546994453b5a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:36:04.509Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:36:04.509Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:36:04.510Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650785680922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/resourceInstances/pnf546994453b5a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:36:04.510Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:36:04.510Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:36:04.510Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "clamp",
  "timestamp": 1650785673721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/artifacts/service-DemoPnfZq2vjzfhhwutky7qoocn-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:36:04.510Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:36:04.510Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:36:04.510Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785674886,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/artifacts/service-DemoPnfZq2vjzfhhwutky7qoocn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:36:04.510Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:36:04.510Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:36:04.510Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650785680922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/resourceInstances/pnf546994453b5a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:36:04.511Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:36:04.511Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:36:04.511Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "policy-id",
  "timestamp": 1650785682437,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/artifacts/service-DemoPnfZq2vjzfhhwutky7qoocn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:36:04.511Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:36:04.511Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:36:04.511Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785683155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/artifacts/service-DemoPnfZq2vjzfhhwutky7qoocn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:36:04.511Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:36:04.511Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:36:04.511Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "cds",
  "timestamp": 1650785683200,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/artifacts/service-DemoPnfZq2vjzfhhwutky7qoocn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:36:04.512Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:36:04.512Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:36:04.512Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785674886,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/artifacts/service-DemoPnfZq2vjzfhhwutky7qoocn-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:36:04.512Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:36:04.512Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:36:04.512Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650785680922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/resourceInstances/pnf546994453b5a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:36:04.512Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:36:04.512Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:36:04.512Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "policy-id",
  "timestamp": 1650785683443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/artifacts/service-DemoPnfZq2vjzfhhwutky7qoocn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T07:36:04.513Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:36:04.513Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:36:04.513Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "cds",
  "timestamp": 1650785684209,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/artifacts/service-DemoPnfZq2vjzfhhwutky7qoocn-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:36:04.525Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 062fa59c-7c8a-4d0c-b33a-c2664479a5c9
2022-04-24T07:36:04.525Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 062fa59c-7c8a-4d0c-b33a-c2664479a5c9 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:36:04.538Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:36:04.538Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650785680922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/resourceInstances/pnf546994453b5a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:36:04.538Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:36:04.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:36:04.539Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "policy-id",
  "timestamp": 1650785684446,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:36:04.549Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 062fa59c-7c8a-4d0c-b33a-c2664479a5c9
2022-04-24T07:36:04.550Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 062fa59c-7c8a-4d0c-b33a-c2664479a5c9 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:36:04.565Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:36:04.565Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650785680922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/resourceInstances/pnf546994453b5a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:36:04.566Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:36:04.566Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:36:04.566Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785685026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/artifacts/service-DemoPnfZq2vjzfhhwutky7qoocn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:36:04.566Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:36:04.566Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:36:04.566Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785685931,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/artifacts/service-DemoPnfZq2vjzfhhwutky7qoocn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T07:36:04.566Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:36:04.566Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:36:04.567Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650785680922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/resourceInstances/pnf546994453b5a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-04-24T07:36:04.567Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:36:04.567Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:36:04.567Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650785680922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/artifacts/service-DemoPnfZq2vjzfhhwutky7qoocn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:36:04.567Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:36:04.567Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:36:04.567Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650785680922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/artifacts/service-DemoPnfZq2vjzfhhwutky7qoocn-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:36:04.567Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:36:04.568Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:36:04.568Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785688515,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/artifacts/service-DemoPnfZq2vjzfhhwutky7qoocn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T07:36:04.568Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:36:04.568Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:36:04.568Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785689529,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:36:04.577Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 062fa59c-7c8a-4d0c-b33a-c2664479a5c9
2022-04-24T07:36:04.579Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 062fa59c-7c8a-4d0c-b33a-c2664479a5c9 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:36:04.594Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:36:04.594Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650785690359,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/resourceInstances/pnf546994453b5a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:36:04.594Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:36:04.594Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:36:04.595Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "clamp",
  "timestamp": 1650785690494,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/artifacts/service-DemoPnfZq2vjzfhhwutky7qoocn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:36:04.595Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:36:04.595Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:36:04.595Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650785691407,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/resourceInstances/pnf546994453b5a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-04-24T07:36:04.595Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:36:04.595Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:36:04.595Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650785692411,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:36:04.603Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 062fa59c-7c8a-4d0c-b33a-c2664479a5c9
2022-04-24T07:36:04.604Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 062fa59c-7c8a-4d0c-b33a-c2664479a5c9 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:36:04.630Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:36:04.630Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "clamp",
  "timestamp": 1650785692504,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/artifacts/service-DemoPnfZq2vjzfhhwutky7qoocn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T07:36:04.631Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:36:04.631Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:36:04.631Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "aai-ml",
  "timestamp": 1650785691636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/resourceInstances/pnf546994453b5a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:36:04.632Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:36:04.632Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:36:04.632Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "clamp",
  "timestamp": 1650785693507,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:36:04.640Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 062fa59c-7c8a-4d0c-b33a-c2664479a5c9
2022-04-24T07:36:04.643Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 062fa59c-7c8a-4d0c-b33a-c2664479a5c9 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:36:04.679Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:36:04.679Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "aai-ml",
  "timestamp": 1650785691636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/resourceInstances/pnf546994453b5a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:36:04.679Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:36:04.680Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:36:04.680Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "aai-ml",
  "timestamp": 1650785691636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/resourceInstances/pnf546994453b5a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:36:04.680Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:36:04.680Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:36:04.680Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "aai-ml",
  "timestamp": 1650785691636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/resourceInstances/pnf546994453b5a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:36:04.680Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:36:04.680Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:36:04.681Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "aai-ml",
  "timestamp": 1650785691636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/resourceInstances/pnf546994453b5a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:36:04.681Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:36:04.681Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:36:04.681Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "aai-ml",
  "timestamp": 1650785691636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/resourceInstances/pnf546994453b5a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:36:04.681Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:36:04.681Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:36:04.681Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "aai-ml",
  "timestamp": 1650785691636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/artifacts/service-DemoPnfZq2vjzfhhwutky7qoocn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:36:04.681Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:36:04.681Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:36:04.681Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "aai-ml",
  "timestamp": 1650785691636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/artifacts/service-DemoPnfZq2vjzfhhwutky7qoocn-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:36:04.681Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:36:04.681Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:36:04.682Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "aai-ml",
  "timestamp": 1650785700928,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/artifacts/service-DemoPnfZq2vjzfhhwutky7qoocn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:36:04.682Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:36:17.059Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 062fa59c-7c8a-4d0c-b33a-c2664479a5c9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:36:17.118Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 062fa59c-7c8a-4d0c-b33a-c2664479a5c9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:36:17.124Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-24T07:36:17.124Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-24T07:36:17.125Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-24T07:36:47.126Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 062fa59c-7c8a-4d0c-b33a-c2664479a5c9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:36:47.186Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 062fa59c-7c8a-4d0c-b33a-c2664479a5c9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:36:47.191Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-24T07:36:47.191Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-24T07:36:47.191Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-24T07:37:04.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:37:04.418Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:37:04.419Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:37:04.444Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:37:04.446Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:37:04.446Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "aai-ml",
  "timestamp": 1650785706934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZq2vjzfhhwutky7qoocn/1.0/artifacts/service-DemoPnfZq2vjzfhhwutky7qoocn-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-04-24T07:37:04.447Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:37:04.447Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:37:04.447Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "aai-ml",
  "timestamp": 1650785707939,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:37:04.465Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 062fa59c-7c8a-4d0c-b33a-c2664479a5c9
2022-04-24T07:37:04.466Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 062fa59c-7c8a-4d0c-b33a-c2664479a5c9 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:37:04.480Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:37:04.481Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "aai-ml",
  "timestamp": 1650785751636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:37:04.481Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:37:04.481Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:37:04.481Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "policy-id",
  "timestamp": 1650785747821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:37:04.481Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:37:04.482Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:37:04.482Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "aai-ml",
  "timestamp": 1650785751636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/vfwa63bcb1afd5e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:37:04.482Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:37:04.482Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:37:04.482Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "policy-id",
  "timestamp": 1650785747821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/vfwa63bcb1afd5e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:37:04.482Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:37:04.482Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:37:04.482Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "aai-ml",
  "timestamp": 1650785751636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:37:04.483Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:37:04.483Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:37:04.483Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "policy-id",
  "timestamp": 1650785747821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-24T07:37:04.483Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:37:04.483Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:37:04.483Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "aai-ml",
  "timestamp": 1650785751636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:37:04.483Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:37:04.484Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:37:04.484Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "policy-id",
  "timestamp": 1650785747821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:37:04.484Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:37:04.484Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:37:04.484Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "cds",
  "timestamp": 1650785759809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:37:04.484Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:37:04.485Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:37:04.485Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "aai-ml",
  "timestamp": 1650785751636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:37:04.485Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:37:04.485Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:37:04.485Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "policy-id",
  "timestamp": 1650785747821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:37:04.485Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:37:04.485Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:37:04.485Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "cds",
  "timestamp": 1650785759809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/vfwa63bcb1afd5e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:37:04.486Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:37:04.486Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:37:04.486Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "aai-ml",
  "timestamp": 1650785751636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/artifacts/service-Vfw20220424073220-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:37:04.486Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:37:04.486Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:37:04.486Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "policy-id",
  "timestamp": 1650785747821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/artifacts/service-Vfw20220424073220-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:37:04.487Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:37:04.487Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:37:04.487Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650785760922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:37:04.487Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:37:04.487Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:37:04.487Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "cds",
  "timestamp": 1650785759809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:37:04.487Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:37:04.488Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:37:04.488Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "aai-ml",
  "timestamp": 1650785751636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/artifacts/service-Vfw20220424073220-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:37:04.488Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:37:04.488Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:37:04.488Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "policy-id",
  "timestamp": 1650785747821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/artifacts/service-Vfw20220424073220-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:37:04.489Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:37:04.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:37:04.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650785760922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/vfwa63bcb1afd5e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:37:04.489Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:37:04.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:37:04.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "cds",
  "timestamp": 1650785759809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:37:04.489Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:37:04.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:37:04.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650785760922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:37:04.489Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:37:04.490Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:37:04.490Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "policy-id",
  "timestamp": 1650785763494,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/artifacts/service-Vfw20220424073220-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:37:04.490Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:37:04.490Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:37:04.490Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "aai-ml",
  "timestamp": 1650785763312,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/artifacts/service-Vfw20220424073220-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:37:04.490Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:37:17.192Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 062fa59c-7c8a-4d0c-b33a-c2664479a5c9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:37:17.207Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 062fa59c-7c8a-4d0c-b33a-c2664479a5c9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:37:17.214Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-24T07:37:17.214Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-24T07:37:17.214Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-24T07:37:17.214Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-24T07:37:17.214Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-24T07:37:17.214Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-04-24T07:37:17.215Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:37:17.222Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-24T07:37:47.222Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 062fa59c-7c8a-4d0c-b33a-c2664479a5c9 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-24T07:37:47.232Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 062fa59c-7c8a-4d0c-b33a-c2664479a5c9 and serviceModelVersionId: 6f96cc72-98fd-4901-85dd-52873c951b26
2022-04-24T07:37:47.232Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f2c5e546-ea0c-4b26-a0ba-3684c6c615f5
2022-04-24T07:37:47.233Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0
2022-04-24T07:37:47.240Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18242a1b-c6e1-41bc-a686-8297adffc6d8/model-vers/model-ver/db3246aa-7d4c-4307-9d3e-36355f07b366?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-04-24T07:37:47.300Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|INFO|500||Invoke
2022-04-24T07:37:47.301Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[062fa59c-7c8a-4d0c-b33a-c2664479a5c9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[758ac342-c4f2-4cef-ad8d-3398fbf988d2], X-ECOMP-RequestID=[062fa59c-7c8a-4d0c-b33a-c2664479a5c9], X-TransactionId=[], X-ONAP-RequestID=[062fa59c-7c8a-4d0c-b33a-c2664479a5c9], Content-Type=[application/merge-patch+json]}
2022-04-24T07:37:48.859Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|INFO|500||Invoke
2022-04-24T07:37:48.859Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[062fa59c-7c8a-4d0c-b33a-c2664479a5c9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c4003384-9182-4bb3-ae8a-1a3080b1e2b5], X-ECOMP-RequestID=[062fa59c-7c8a-4d0c-b33a-c2664479a5c9], X-TransactionId=[], X-ONAP-RequestID=[062fa59c-7c8a-4d0c-b33a-c2664479a5c9], Content-Type=[application/merge-patch+json]}
2022-04-24T07:37:50.396Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|INFO|500||Invoke
2022-04-24T07:37:50.397Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[062fa59c-7c8a-4d0c-b33a-c2664479a5c9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a99e5737-5d1f-4ad4-9332-f1c1d56dcc2c], X-ECOMP-RequestID=[062fa59c-7c8a-4d0c-b33a-c2664479a5c9], X-TransactionId=[], X-ONAP-RequestID=[062fa59c-7c8a-4d0c-b33a-c2664479a5c9], Content-Type=[application/merge-patch+json]}
2022-04-24T07:37:51.430Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-04-24T07:37:51.431Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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)
Caused by: 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.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-04-24T07:37:51.432Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-24T07:37:51.433Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-24T07:37:51.440Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-24T07:37:51.441Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 062fa59c-7c8a-4d0c-b33a-c2664479a5c9 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-24T07:37:51.441Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-24T07:37:51.441Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:37:51.444Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:37:51.444Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||try to send status {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785871441,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-24T07:37:51.544Z||pool-171-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T07:37:51.545Z||pool-171-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:37:51.545Z||pool-171-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:37:51.570Z||pool-171-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:37:51.571Z||pool-171-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-24T07:37:52.458Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:37:52.459Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:37:52.459Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:37:56.827Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:37:56.828Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||received message from topic
2022-04-24T07:37:56.828Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"6ce27228-995b-4f35-8680-f23641782295","serviceName":"vFW 2022-04-24 07-32-20","serviceVersion":"1.0","serviceUUID":"06708abf-fceb-49a5-8f2c-1d9b4bc2cbce","serviceDescription":"catalog service description","serviceInvariantUUID":"ad4619ce-e55b-40f2-93e4-6ae3efb888d1","resources":[{"resourceInstanceName":"vFW a63bcb1a-fd5e 0","resourceName":"vFW a63bcb1a-fd5e","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5b58a433-64f5-4779-9ba7-61b724bbe792","resourceInvariantUUID":"a24ba0ef-609f-4bf5-ba7b-df011e67f44e","resourceCustomizationUUID":"060a31ac-da5b-4c4b-b179-9d40e63e1abe","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/vf-license-model.xml","artifactChecksum":"ZDI1YWIxNzRhMTQ5MmY1ZjcxNTYzNzk3YTI2Zjg1MTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"eaff7891-fd54-4eee-ae5a-f07ceea57f4c","artifactVersion":"1"},{"artifactName":"vfwa63bcb1afd5e0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/vfwa63bcb1afd5e0_modules.json","artifactChecksum":"NTVkNjkwMTNlNDRmOTI1MDY3OWRmM2FkZWRlMTQ1NzY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ea61b71e-8aa6-40a4-9f84-fe3de5cb7942","artifactVersion":"2"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7c64c703-6604-4723-9d28-4644d4490378","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/vendor-license-model.xml","artifactChecksum":"Yjk3MmE0NWRlMGQ1ZjBiYWUwNTgzNjk1YTdmZGNmZTM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c059e633-3fac-4ed8-a8b6-9588cd29cfc0","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"78e33a85-d665-4b8d-9a34-4f7238b85708","artifactVersion":"3","generatedFromUUID":"7c64c703-6604-4723-9d28-4644d4490378"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220424073220-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220424073220/1.0/artifacts/service-Vfw20220424073220-template.yml","artifactChecksum":"NmFmZjliMTFiYWY2MjlhNjQ3MzQ1ZTI2OGUyMWM4MDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"14b0530b-30b4-49a1-aa9a-42f613658244","artifactVersion":"1"},{"artifactName":"service-Vfw20220424073220-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220424073220/1.0/artifacts/service-Vfw20220424073220-csar.csar","artifactChecksum":"NTRlYWFiMjgwYjJlMmJmYmQzYWFmYTllY2Y2ODk3Y2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b41b54d3-1d70-43fe-af97-40feeb12db32","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-24T07:37:56.831Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:37:56.831Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:37:56.834Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:37:56.834Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||try to send status {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785872458,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:37:56.934Z||pool-172-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T07:37:56.935Z||pool-172-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:37:56.935Z||pool-172-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:37:56.945Z||pool-172-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:37:56.946Z||pool-172-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:37:57.835Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:37:57.836Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:37:57.839Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:37:57.839Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||try to send status {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785872458,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/vfwa63bcb1afd5e0_modules.json",
  "status": "NOTIFIED"
}
2022-04-24T07:37:57.938Z||pool-173-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:37:57.940Z||pool-173-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:37:57.940Z||pool-173-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:37:57.980Z||pool-173-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:37:57.981Z||pool-173-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:37:58.840Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:37:58.841Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:37:58.843Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:37:58.844Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||try to send status {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785872458,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-24T07:37:58.943Z||pool-174-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:37:58.945Z||pool-174-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:37:58.945Z||pool-174-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:37:58.959Z||pool-174-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:37:58.959Z||pool-174-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:37:59.844Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:37:59.845Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:37:59.847Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:37:59.847Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||try to send status {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785872458,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:37:59.947Z||pool-175-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T07:37:59.948Z||pool-175-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:37:59.949Z||pool-175-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:37:59.968Z||pool-175-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:37:59.969Z||pool-175-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:38:00.848Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:38:00.848Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:38:00.851Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:38:00.851Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||try to send status {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785872458,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-24T07:38:00.950Z||pool-176-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:38:00.952Z||pool-176-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:38:00.952Z||pool-176-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:38:00.968Z||pool-176-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:38:00.969Z||pool-176-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:38:01.852Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:38:01.852Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:38:01.855Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:38:01.856Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||try to send status {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785872458,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/artifacts/service-Vfw20220424073220-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:38:01.955Z||pool-177-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:38:01.956Z||pool-177-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:38:01.956Z||pool-177-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:38:01.966Z||pool-177-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:38:01.966Z||pool-177-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-04-24T07:38:02.856Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:38:02.857Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:38:02.860Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:38:02.860Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||try to send status {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785872458,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/artifacts/service-Vfw20220424073220-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:38:02.959Z||pool-178-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:38:02.960Z||pool-178-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:38:02.961Z||pool-178-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:38:03.010Z||pool-178-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:38:03.010Z||pool-178-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:38:03.863Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "serviceName": "vFW 2022-04-24 07-32-20",
  "serviceVersion": "1.0",
  "serviceUUID": "06708abf-fceb-49a5-8f2c-1d9b4bc2cbce",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "ad4619ce-e55b-40f2-93e4-6ae3efb888d1",
  "resources": [
    {
      "resourceInstanceName": "vFW a63bcb1a-fd5e 0",
      "resourceCustomizationUUID": "060a31ac-da5b-4c4b-b179-9d40e63e1abe",
      "resourceName": "vFW a63bcb1a-fd5e",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "5b58a433-64f5-4779-9ba7-61b724bbe792",
      "resourceInvariantUUID": "a24ba0ef-609f-4bf5-ba7b-df011e67f44e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwa63bcb1afd5e0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/vfwa63bcb1afd5e0_modules.json",
          "artifactChecksum": "NTVkNjkwMTNlNDRmOTI1MDY3OWRmM2FkZWRlMTQ1NzY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ea61b71e-8aa6-40a4-9f84-fe3de5cb7942",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "7c64c703-6604-4723-9d28-4644d4490378",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "3",
            "artifactUUID": "78e33a85-d665-4b8d-9a34-4f7238b85708",
            "generatedFromUUID": "7c64c703-6604-4723-9d28-4644d4490378"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "3",
          "artifactUUID": "78e33a85-d665-4b8d-9a34-4f7238b85708",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220424073220-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/artifacts/service-Vfw20220424073220-csar.csar",
      "artifactChecksum": "NTRlYWFiMjgwYjJlMmJmYmQzYWFmYTllY2Y2ODk3Y2U\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b41b54d3-1d70-43fe-af97-40feeb12db32"
    }
  ],
  "workloadContext": "Production"
}
2022-04-24T07:38:03.864Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-24T07:38:03.864Z|062fa59c-7c8a-4d0c-b33a-c2664479a5c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 06708abf-fceb-49a5-8f2c-1d9b4bc2cbce ASDC
2022-04-24T07:38:03.864Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||ASDC Notification:
DistributionID:6ce27228-995b-4f35-8680-f23641782295
ServiceName:vFW 2022-04-24 07-32-20
ServiceVersion:1.0
ServiceUUID:06708abf-fceb-49a5-8f2c-1d9b4bc2cbce
ServiceInvariantUUID:ad4619ce-e55b-40f2-93e4-6ae3efb888d1
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220424073220-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220424073220/1.0/artifacts/service-Vfw20220424073220-csar.csar
ArtifactUUID:b41b54d3-1d70-43fe-af97-40feeb12db32
ArtifactChecksum:NTRlYWFiMjgwYjJlMmJmYmQzYWFmYTllY2Y2ODk3Y2U=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW a63bcb1a-fd5e 0
ResourceCustomizationUUID:060a31ac-da5b-4c4b-b179-9d40e63e1abe
ResourceInvariantUUID:a24ba0ef-609f-4bf5-ba7b-df011e67f44e
ResourceName:vFW a63bcb1a-fd5e
ResourceType:VF
ResourceUUID:5b58a433-64f5-4779-9ba7-61b724bbe792
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwa63bcb1afd5e0_modules.json
ArtifactVersion:2
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/vfwa63bcb1afd5e0_modules.json
ArtifactUUID:ea61b71e-8aa6-40a4-9f84-fe3de5cb7942
ArtifactChecksum:NTVkNjkwMTNlNDRmOTI1MDY3OWRmM2FkZWRlMTQ1NzY=
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/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/base_vfw.yaml
ArtifactUUID:7c64c703-6604-4723-9d28-4644d4490378
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/base_vfw.env
ArtifactUUID:78e33a85-d665-4b8d-9a34-4f7238b85708
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/base_vfw.env
ArtifactUUID:78e33a85-d665-4b8d-9a34-4f7238b85708
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-24T07:38:03.864Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 06708abf-fceb-49a5-8f2c-1d9b4bc2cbce ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:38:03.907Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-24T07:38:03.908Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|INFO|500||MSO config path is: /app
2022-04-24T07:38:03.908Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|INFO|500||MSO config path is: /app
2022-04-24T07:38:03.908Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|INFO|500||Trying to download the artifact UUID: b41b54d3-1d70-43fe-af97-40feeb12db32 from URL: /sdc/v1/catalog/services/Vfw20220424073220/1.0/artifacts/service-Vfw20220424073220-csar.csar
2022-04-24T07:38:03.909Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|INFO|500||DistributionClient - download
2022-04-24T07:38:03.909Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220424073220/1.0/artifacts/service-Vfw20220424073220-csar.csar
2022-04-24T07:38:04.245Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||GET Response Status 200
2022-04-24T07:38:04.253Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220424073220/1.0/artifacts/service-Vfw20220424073220-csar.csar b41b54d3-1d70-43fe-af97-40feeb12db32 99052
2022-04-24T07:38:04.253Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220424073220/1.0/artifacts/service-Vfw20220424073220-csar.csar ASDC sendASDCNotification
2022-04-24T07:38:04.253Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220424073220/1.0/artifacts/service-Vfw20220424073220-csar.csar
2022-04-24T07:38:04.253Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-24T07:38:04.254Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:38:04.257Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:38:04.257Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||try to send status {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785884253,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/artifacts/service-Vfw20220424073220-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:38:04.356Z||pool-179-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:38:04.357Z||pool-179-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:38:04.358Z||pool-179-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:38:04.371Z||pool-179-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:38:04.372Z||pool-179-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:38:04.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:38:04.418Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:38:04.418Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:38:04.431Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:38:04.431Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:38:04.432Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "cds",
  "timestamp": 1650785759809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:38:04.432Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:38:05.257Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-24T07:38:05.258Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|INFO|500||MSO config path is: /app
2022-04-24T07:38:05.259Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|INFO|500||Trying to write artifact UUID: b41b54d3-1d70-43fe-af97-40feeb12db32, URL: /sdc/v1/catalog/services/Vfw20220424073220/1.0/artifacts/service-Vfw20220424073220-csar.csar to file: /app/ASDC/1/service-Vfw20220424073220-csar.csar
2022-04-24T07:38:05.259Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220424073220-csar.csar
2022-04-24T07:38:05.260Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220424073220-csar.csar
2022-04-24T07:38:05.260Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220424073220-csar.csar
2022-04-24T07:38:05.590Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16350098789051033848/Definitions/service-Vfw20220424073220-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-04-24T07:38:09.034Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-04-24T07:38:09.035Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|WARN|500||####################################################################################################
2022-04-24T07:38:09.035Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220424073220-csar.csar
2022-04-24T07:38:09.035Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-24T07:38:09.035Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|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-Vfw20220424073220-csar.csar
2022-04-24T07:38:09.036Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|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-Vfw20220424073220-csar.csar
2022-04-24T07:38:09.036Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|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-Vfw20220424073220-csar.csar
2022-04-24T07:38:09.036Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220424073220-csar.csar
2022-04-24T07:38:09.036Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220424073220-csar.csar
2022-04-24T07:38:09.036Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|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-Vfw20220424073220-csar.csar
2022-04-24T07:38:09.036Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|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-Vfw20220424073220-csar.csar
2022-04-24T07:38:09.036Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|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-Vfw20220424073220-csar.csar
2022-04-24T07:38:09.037Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220424073220-csar.csar
2022-04-24T07:38:09.037Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|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-Vfw20220424073220-csar.csar
2022-04-24T07:38:09.037Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW a63bcb1a-fd5e 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-Vfw20220424073220-csar.csar
2022-04-24T07:38:09.037Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220424073220-csar.csar
2022-04-24T07:38:09.037Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|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-Vfw20220424073220-csar.csar
2022-04-24T07:38:09.038Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|WARN|500||####################################################################################################
2022-04-24T07:38:09.038Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:38:09.038Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Service vFW 2022-04-24 07-32-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:38:09.039Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template vFW a63bcb1a-fd5e 0 is matching search criteria
2022-04-24T07:38:09.039Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Search for entities recursively
2022-04-24T07:38:09.039Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Found topology templates [vFW a63bcb1a-fd5e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-24T07:38:09.039Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:38:09.040Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Service vFW 2022-04-24 07-32-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:38:09.040Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template vFW a63bcb1a-fd5e 0 is matching search criteria
2022-04-24T07:38:09.040Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Search for entities recursively
2022-04-24T07:38:09.040Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Found topology templates [vFW a63bcb1a-fd5e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-24T07:38:09.041Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:38:09.041Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Service vFW 2022-04-24 07-32-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:38:09.042Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:38:09.042Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template vFW a63bcb1a-fd5e 0 is not matching search criteria
2022-04-24T07:38:09.042Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-24T07:38:09.042Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-24T07:38:09.043Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-24T07:38:09.043Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-24T07:38:09.043Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-04-24T07:38:09.043Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T07:38:09.044Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-24T07:38:09.044Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-24T07:38:09.044Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-04-24T07:38:09.044Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-24T07:38:09.045Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-24T07:38:09.045Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-24T07:38:09.045Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-24T07:38:09.045Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-04-24T07:38:09.046Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T07:38:09.046Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-24T07:38:09.046Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:38:09.046Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Service vFW 2022-04-24 07-32-20 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-24T07:38:09.047Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:38:09.047Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template vFW a63bcb1a-fd5e 0 is matching search criteria
2022-04-24T07:38:09.047Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Found topology templates [vFW a63bcb1a-fd5e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:38:09.048Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:38:09.048Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template vFW a63bcb1a-fd5e 0 is matching search criteria
2022-04-24T07:38:09.048Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Found topology templates [vFW a63bcb1a-fd5e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:38:09.049Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:38:09.050Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template vFW a63bcb1a-fd5e 0 is matching search criteria
2022-04-24T07:38:09.050Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Found topology templates [vFW a63bcb1a-fd5e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:38:09.051Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:38:09.051Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template vFW a63bcb1a-fd5e 0 is not matching search criteria
2022-04-24T07:38:09.051Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-24T07:38:09.052Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-24T07:38:09.052Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-24T07:38:09.053Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-24T07:38:09.053Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-04-24T07:38:09.053Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-24T07:38:09.054Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-24T07:38:09.054Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-24T07:38:09.054Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-24T07:38:09.055Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-04-24T07:38:09.055Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T07:38:09.055Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d70ec455-3c15-46c0-8fd4-9e076b092194
2022-04-24T07:38:09.056Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:38:09.056Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template vFW a63bcb1a-fd5e 0 is not matching search criteria
2022-04-24T07:38:09.056Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-24T07:38:09.057Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-24T07:38:09.057Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-24T07:38:09.057Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-24T07:38:09.058Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-04-24T07:38:09.058Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T07:38:09.058Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-24T07:38:09.059Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-24T07:38:09.059Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-24T07:38:09.063Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-24T07:38:09.063Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-04-24T07:38:09.063Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T07:38:09.064Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=dd4f8d5c-e957-414c-a0e3-a8e97deca436
2022-04-24T07:38:09.064Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:38:09.065Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template vFW a63bcb1a-fd5e 0 is not matching search criteria
2022-04-24T07:38:09.065Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-24T07:38:09.065Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-24T07:38:09.066Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-24T07:38:09.066Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-24T07:38:09.066Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-04-24T07:38:09.066Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T07:38:09.067Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-24T07:38:09.067Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-24T07:38:09.067Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-04-24T07:38:09.067Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-24T07:38:09.068Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-24T07:38:09.068Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-24T07:38:09.068Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a8cdaf26-17d4-4c4e-b479-88d2c1f1afe9
2022-04-24T07:38:09.069Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:38:09.069Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Service vFW 2022-04-24 07-32-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:38:09.069Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:38:09.069Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Service vFW 2022-04-24 07-32-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:38:09.069Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:38:09.070Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Service vFW 2022-04-24 07-32-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:38:09.070Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:38:09.070Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Service vFW 2022-04-24 07-32-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:38:09.070Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-04-24 07-32-20
Description:catalog service description
Model UUID:06708abf-fceb-49a5-8f2c-1d9b4bc2cbce
Model Version:NULL
Model InvariantUuid:ad4619ce-e55b-40f2-93e4-6ae3efb888d1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW a63bcb1a-fd5e
Model UUID:111a1146-f23b-47f6-84b1-6f3497ab7416
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a24ba0ef-609f-4bf5-ba7b-df011e67f44e
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:060a31ac-da5b-4c4b-b179-9d40e63e1abe
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d9d6d6e1-f39a-4809-8034-dbe17b6e178d
ModelName:VfwA63bcb1aFd5e..base_vfw..module-0
ModelUuid:d66ff74d-5fbf-42a7-a35f-a29e356c567a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d70ec455-3c15-46c0-8fd4-9e076b092194
ModelInvariantUuid:25dd6b44-05b6-4772-adcd-0d5c37fc81a1
ModelName:vFW a63bcb1a-fd5e-nodes.vfwCvfc
ModelUuid:2606094c-9aef-47b2-9e6b-c973e2d871e3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:1cd8de27-dd6e-4af8-9253-17ea42fa7507
ModelInvariantUuid:aed13d1f-4aed-48cb-8fce-925ac6d48e43
ModelName:VfwA63bcb1aFd5e.compute.nodes.heat.vfw
ModelUuid:c687b520-509a-406c-8143-7fada8032924
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:dd4f8d5c-e957-414c-a0e3-a8e97deca436
ModelInvariantUuid:322fe235-909f-46c0-adcb-498f0bb635bb
ModelName:vFW a63bcb1a-fd5e-nodes.vsnCvfc
ModelUuid:3eb5f2e5-e50a-4535-b7bb-f87d28876194
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:c6e37078-a19c-4225-bbb9-36f8a468a0a6
ModelInvariantUuid:4341aa07-1576-4b26-a3cf-492c1fc0f9d6
ModelName:VfwA63bcb1aFd5e.compute.nodes.heat.vsn
ModelUuid:ad1166f9-6e55-4d74-8ef0-6379bb4964ed
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:a8cdaf26-17d4-4c4e-b479-88d2c1f1afe9
ModelInvariantUuid:daf93839-f684-4f43-97eb-31ac1c9c7078
ModelName:vFW a63bcb1a-fd5e-nodes.vpgCvfc
ModelUuid:c72e46cd-6bcf-4773-ac74-57eb32b2cfa0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:c9131b48-d1c1-44f7-8116-32a4ebe8fcf5
ModelInvariantUuid:66bad647-00e0-49d7-a71b-ce529f70d69c
ModelName:VfwA63bcb1aFd5e.compute.nodes.heat.vpg
ModelUuid:6a24e1fd-36c9-4bce-b7bf-fb238f55e179
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-24T07:38:09.085Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 5b58a433-64f5-4779-9ba7-61b724bbe792
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-24T07:38:09.089Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|INFO|500||vFW a63bcb1a-fd5e 0
2022-04-24T07:38:09.089Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 5b58a433-64f5-4779-9ba7-61b724bbe792
2022-04-24T07:38:09.089Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|INFO|500||Trying to download the artifact UUID: ea61b71e-8aa6-40a4-9f84-fe3de5cb7942 from URL: /sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/vfwa63bcb1afd5e0_modules.json
2022-04-24T07:38:09.090Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|INFO|500||DistributionClient - download
2022-04-24T07:38:09.090Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/vfwa63bcb1afd5e0_modules.json
2022-04-24T07:38:09.384Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||GET Response Status 200
2022-04-24T07:38:09.386Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/vfwa63bcb1afd5e0_modules.json ea61b71e-8aa6-40a4-9f84-fe3de5cb7942 785
2022-04-24T07:38:09.386Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/vfwa63bcb1afd5e0_modules.json ASDC sendASDCNotification
2022-04-24T07:38:09.386Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/vfwa63bcb1afd5e0_modules.json
2022-04-24T07:38:09.386Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-24T07:38:09.387Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:38:09.390Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:38:09.390Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||try to send status {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785889386,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/vfwa63bcb1afd5e0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:38:09.490Z||pool-180-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T07:38:09.491Z||pool-180-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:38:09.491Z||pool-180-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:38:09.505Z||pool-180-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:38:09.506Z||pool-180-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:38:10.392Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwA63bcb1aFd5e..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "d9d6d6e1-f39a-4809-8034-dbe17b6e178d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d66ff74d-5fbf-42a7-a35f-a29e356c567a",
    "vfModuleModelCustomizationUUID": "212358f7-3d90-42dc-b3b5-5f790a412693",
    "isBase": true,
    "artifacts": [
      "7c64c703-6604-4723-9d28-4644d4490378",
      "78e33a85-d665-4b8d-9a34-4f7238b85708"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-24T07:38:10.397Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA63bcb1aFd5e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d66ff74d-5fbf-42a7-a35f-a29e356c567a
VfModuleModelInvariantUUID:d9d6d6e1-f39a-4809-8034-dbe17b6e178d
VfModuleModelDescription:NULL
Artifacts UUID List:{
7c64c703-6604-4723-9d28-4644d4490378
,
78e33a85-d665-4b8d-9a34-4f7238b85708

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

isBase:true


}

2022-04-24T07:38:10.400Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwA63bcb1aFd5e..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "d9d6d6e1-f39a-4809-8034-dbe17b6e178d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d66ff74d-5fbf-42a7-a35f-a29e356c567a",
    "vfModuleModelCustomizationUUID": "212358f7-3d90-42dc-b3b5-5f790a412693",
    "isBase": true,
    "artifacts": [
      "7c64c703-6604-4723-9d28-4644d4490378",
      "78e33a85-d665-4b8d-9a34-4f7238b85708"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-24T07:38:10.405Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA63bcb1aFd5e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d66ff74d-5fbf-42a7-a35f-a29e356c567a
VfModuleModelInvariantUUID:d9d6d6e1-f39a-4809-8034-dbe17b6e178d
VfModuleModelDescription:NULL
Artifacts UUID List:{
7c64c703-6604-4723-9d28-4644d4490378
,
78e33a85-d665-4b8d-9a34-4f7238b85708

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

isBase:true


}

2022-04-24T07:38:10.405Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|INFO|500||Trying to download the artifact UUID: 7c64c703-6604-4723-9d28-4644d4490378 from URL: /sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/base_vfw.yaml
2022-04-24T07:38:10.405Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|INFO|500||DistributionClient - download
2022-04-24T07:38:10.406Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/base_vfw.yaml
2022-04-24T07:38:10.946Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||GET Response Status 200
2022-04-24T07:38:10.947Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/base_vfw.yaml 7c64c703-6604-4723-9d28-4644d4490378 20368
2022-04-24T07:38:10.947Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-24T07:38:10.947Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/base_vfw.yaml
2022-04-24T07:38:10.947Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-24T07:38:10.948Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:38:10.950Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:38:10.950Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||try to send status {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785890947,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:38:11.050Z||pool-181-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:38:11.052Z||pool-181-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:38:11.052Z||pool-181-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:38:11.104Z||pool-181-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:38:11.105Z||pool-181-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:38:11.952Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|INFO|500||Trying to download the artifact UUID: 78e33a85-d665-4b8d-9a34-4f7238b85708 from URL: /sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/base_vfw.env
2022-04-24T07:38:11.953Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|INFO|500||DistributionClient - download
2022-04-24T07:38:11.954Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/base_vfw.env
2022-04-24T07:38:12.474Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||GET Response Status 200
2022-04-24T07:38:12.475Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/base_vfw.env 78e33a85-d665-4b8d-9a34-4f7238b85708 2098
2022-04-24T07:38:12.476Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-24T07:38:12.476Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/base_vfw.env
2022-04-24T07:38:12.477Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-24T07:38:12.478Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:38:12.481Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:38:12.481Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||try to send status {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785892476,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:38:12.581Z||pool-182-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T07:38:12.582Z||pool-182-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:38:12.582Z||pool-182-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:38:12.605Z||pool-182-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:38:12.606Z||pool-182-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:38:13.482Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Preparing to deploy Service: 06708abf-fceb-49a5-8f2c-1d9b4bc2cbce
2022-04-24T07:38:13.483Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW a63bcb1a-fd5e 0 5b58a433-64f5-4779-9ba7-61b724bbe792 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-24T07:38:13.513Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@15a271ae, org.onap.sdc.toscaparser.api.parameters.Input@17933201, org.onap.sdc.toscaparser.api.parameters.Input@7165466b, org.onap.sdc.toscaparser.api.parameters.Input@5131988b, org.onap.sdc.toscaparser.api.parameters.Input@5798ac02]
2022-04-24T07:38:13.515Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:38:13.515Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Service vFW 2022-04-24 07-32-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:38:13.516Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||VF Category is: Generic 
2022-04-24T07:38:13.516Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||VFCustomizationUUID= 060a31ac-da5b-4c4b-b179-9d40e63e1abe
2022-04-24T07:38:13.516Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 060a31ac-da5b-4c4b-b179-9d40e63e1abe matches Tosca VF Customization UUID: 060a31ac-da5b-4c4b-b179-9d40e63e1abe
2022-04-24T07:38:13.517Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||vfCustomizationUUID: 060a31ac-da5b-4c4b-b179-9d40e63e1abe  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-04-24T07:38:13.525Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:38:13.526Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Service vFW 2022-04-24 07-32-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:38:13.528Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||resource request for resource customization id 060a31ac-da5b-4c4b-b179-9d40e63e1abe: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-04-24T07:38:13.528Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5f30f985
2022-04-24T07:38:13.529Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:38:13.529Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Service vFW 2022-04-24 07-32-20 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-24T07:38:13.530Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 212358f7-3d90-42dc-b3b5-5f790a412693
2022-04-24T07:38:13.530Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 212358f7-3d90-42dc-b3b5-5f790a412693
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-04-24T07:38:13.535Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:38:13.536Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template vFW a63bcb1a-fd5e 0 is matching search criteria
2022-04-24T07:38:13.536Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Found topology templates [vFW a63bcb1a-fd5e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:38:13.537Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:38:13.537Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template vFW a63bcb1a-fd5e 0 is matching search criteria
2022-04-24T07:38:13.538Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Found topology templates [vFW a63bcb1a-fd5e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:38:13.538Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:38:13.539Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template vFW a63bcb1a-fd5e 0 is not matching search criteria
2022-04-24T07:38:13.539Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-24T07:38:13.539Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-24T07:38:13.540Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-24T07:38:13.540Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-24T07:38:13.541Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-04-24T07:38:13.541Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-24T07:38:13.542Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-24T07:38:13.542Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-24T07:38:13.542Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-24T07:38:13.543Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-04-24T07:38:13.543Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T07:38:13.544Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d70ec455-3c15-46c0-8fd4-9e076b092194
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-24T07:38:13.549Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:38:13.549Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template vFW a63bcb1a-fd5e 0 is matching search criteria
2022-04-24T07:38:13.550Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Found topology templates [vFW a63bcb1a-fd5e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:38:13.551Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:38:13.551Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template vFW a63bcb1a-fd5e 0 is not matching search criteria
2022-04-24T07:38:13.551Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-24T07:38:13.552Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-24T07:38:13.553Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-24T07:38:13.553Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-24T07:38:13.554Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-04-24T07:38:13.554Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T07:38:13.554Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-24T07:38:13.555Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-24T07:38:13.555Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-24T07:38:13.556Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-24T07:38:13.556Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-04-24T07:38:13.557Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T07:38:13.557Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=dd4f8d5c-e957-414c-a0e3-a8e97deca436
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-24T07:38:13.562Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:38:13.562Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template vFW a63bcb1a-fd5e 0 is matching search criteria
2022-04-24T07:38:13.563Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Found topology templates [vFW a63bcb1a-fd5e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:38:13.563Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:38:13.564Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template vFW a63bcb1a-fd5e 0 is not matching search criteria
2022-04-24T07:38:13.564Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-24T07:38:13.565Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-24T07:38:13.565Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-24T07:38:13.566Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-24T07:38:13.566Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-04-24T07:38:13.566Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T07:38:13.567Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-24T07:38:13.567Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-24T07:38:13.567Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-04-24T07:38:13.568Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-24T07:38:13.568Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-24T07:38:13.568Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-24T07:38:13.569Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a8cdaf26-17d4-4c4e-b479-88d2c1f1afe9
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-24T07:38:13.576Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:38:13.578Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template vFW a63bcb1a-fd5e 0 is matching search criteria
2022-04-24T07:38:13.578Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Found topology templates [vFW a63bcb1a-fd5e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:38:13.579Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:38:13.580Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Node template vFW a63bcb1a-fd5e 0 is matching search criteria
2022-04-24T07:38:13.580Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Found topology templates [vFW a63bcb1a-fd5e 0] matching following query criteria: sdcType=VF, customizationUUID=060a31ac-da5b-4c4b-b179-9d40e63e1abe
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-24T07:38:13.584Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:38:13.585Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Service vFW 2022-04-24 07-32-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:38:13.585Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500|| resourceSeq for service uuid 06708abf-fceb-49a5-8f2c-1d9b4bc2cbce: vFW a63bcb1a-fd5e
2022-04-24T07:38:13.586Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:38:13.586Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Service vFW 2022-04-24 07-32-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:38:13.586Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:38:13.586Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Service vFW 2022-04-24 07-32-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:38:13.587Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:38:13.587Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Service vFW 2022-04-24 07-32-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:38:13.587Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:38:13.587Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Service vFW 2022-04-24 07-32-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:38:13.588Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:38:13.588Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Service vFW 2022-04-24 07-32-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:38:13.588Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|INFO|500||Saving Service: vFW 2022-04-24 07-32-20 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:38:13.810Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW a63bcb1a-fd5e 5b58a433-64f5-4779-9ba7-61b724bbe792 1 ASDC deployResourceStructure
2022-04-24T07:38:13.810Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/vfwa63bcb1afd5e0_modules.json ASDC sendASDCNotification
2022-04-24T07:38:13.810Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/vfwa63bcb1afd5e0_modules.json
2022-04-24T07:38:13.811Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-24T07:38:13.811Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:38:13.813Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:38:13.813Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||try to send status {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785893810,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/vfwa63bcb1afd5e0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-24T07:38:13.913Z||pool-183-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T07:38:13.914Z||pool-183-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:38:13.915Z||pool-183-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:38:13.939Z||pool-183-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:38:13.940Z||pool-183-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:38:14.814Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-24T07:38:14.814Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/base_vfw.yaml
2022-04-24T07:38:14.815Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-24T07:38:14.815Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:38:14.819Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:38:14.819Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||try to send status {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785894814,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-24T07:38:14.918Z||pool-184-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:38:14.920Z||pool-184-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:38:14.920Z||pool-184-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:38:14.981Z||pool-184-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:38:14.982Z||pool-184-thread-1|||||INFO|500||cambria reply ok (63 ms):{"serverTimeMs":1,"count":1}
2022-04-24T07:38:15.820Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-24T07:38:15.821Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/base_vfw.env
2022-04-24T07:38:15.821Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-24T07:38:15.821Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:38:15.825Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:38:15.825Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||try to send status {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785895820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-24T07:38:15.924Z||pool-185-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:38:15.925Z||pool-185-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:38:15.926Z||pool-185-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:38:15.952Z||pool-185-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:38:15.953Z||pool-185-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:38:16.826Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220424073220/1.0/artifacts/service-Vfw20220424073220-csar.csar ASDC sendASDCNotification
2022-04-24T07:38:16.826Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220424073220/1.0/artifacts/service-Vfw20220424073220-csar.csar
2022-04-24T07:38:16.826Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-24T07:38:16.827Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:38:16.830Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:38:16.830Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||try to send status {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785896826,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/artifacts/service-Vfw20220424073220-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T07:38:16.930Z||pool-186-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T07:38:16.931Z||pool-186-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:38:16.931Z||pool-186-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:38:16.943Z||pool-186-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:38:16.944Z||pool-186-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:38:17.831Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6ce27228-995b-4f35-8680-f23641782295
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:38:17.845Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6ce27228-995b-4f35-8680-f23641782295
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:38:17.849Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-24T07:38:17.849Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-24T07:38:17.850Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-24T07:38:47.850Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6ce27228-995b-4f35-8680-f23641782295
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:38:47.866Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6ce27228-995b-4f35-8680-f23641782295
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:38:47.879Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-24T07:38:47.879Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-24T07:38:47.879Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-24T07:39:04.418Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:39:04.420Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:39:04.420Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:39:04.451Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:39:04.453Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:39:04.453Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650785760922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:39:04.454Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:39:04.455Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:39:04.455Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "clamp",
  "timestamp": 1650785763721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:39:04.455Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:39:04.455Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:39:04.455Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "policy-id",
  "timestamp": 1650785764498,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/artifacts/service-Vfw20220424073220-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T07:39:04.455Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:39:04.456Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:39:04.456Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "cds",
  "timestamp": 1650785759809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/artifacts/service-Vfw20220424073220-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:39:04.456Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:39:04.456Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:39:04.456Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650785760922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:39:04.457Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:39:04.457Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:39:04.457Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "clamp",
  "timestamp": 1650785763721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/vfwa63bcb1afd5e0_modules.json",
  "status": "NOTIFIED"
}
2022-04-24T07:39:04.457Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:39:04.457Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:39:04.457Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "policy-id",
  "timestamp": 1650785765502,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:39:04.473Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6ce27228-995b-4f35-8680-f23641782295
2022-04-24T07:39:04.474Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ce27228-995b-4f35-8680-f23641782295 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:39:04.487Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:39:04.487Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785764885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:39:04.488Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:39:04.488Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:39:04.488Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "cds",
  "timestamp": 1650785759809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/artifacts/service-Vfw20220424073220-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:39:04.488Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:39:04.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:39:04.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785765142,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:39:04.489Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:39:04.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:39:04.490Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650785760922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/artifacts/service-Vfw20220424073220-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:39:04.490Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:39:04.490Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:39:04.490Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "clamp",
  "timestamp": 1650785763721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:39:04.491Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:39:04.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:39:04.491Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785764885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/vfwa63bcb1afd5e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:39:04.491Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:39:04.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:39:04.491Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785765142,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/vfwa63bcb1afd5e0_modules.json",
  "status": "NOTIFIED"
}
2022-04-24T07:39:04.491Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:39:04.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:39:04.492Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650785760922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/artifacts/service-Vfw20220424073220-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:39:04.492Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:39:04.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:39:04.492Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "clamp",
  "timestamp": 1650785763721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:39:04.492Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:39:04.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:39:04.492Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "cds",
  "timestamp": 1650785767896,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/artifacts/service-Vfw20220424073220-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:39:04.492Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:39:04.493Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:39:04.493Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785764885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:39:04.493Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:39:04.493Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:39:04.493Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785765142,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-24T07:39:04.493Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:39:04.493Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:39:04.493Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "clamp",
  "timestamp": 1650785763721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:39:04.493Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:39:04.493Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:39:04.493Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "cds",
  "timestamp": 1650785768906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/artifacts/service-Vfw20220424073220-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:39:04.499Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6ce27228-995b-4f35-8680-f23641782295
2022-04-24T07:39:04.499Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ce27228-995b-4f35-8680-f23641782295 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:39:04.508Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:39:04.509Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785764885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:39:04.509Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:39:04.509Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:39:04.509Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785765142,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:39:04.510Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:39:04.510Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:39:04.510Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "clamp",
  "timestamp": 1650785763721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/artifacts/service-Vfw20220424073220-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:39:04.510Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:39:04.510Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:39:04.510Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785764885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:39:04.510Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:39:04.511Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:39:04.511Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785765142,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-24T07:39:04.511Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:39:04.511Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:39:04.511Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "clamp",
  "timestamp": 1650785763721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/artifacts/service-Vfw20220424073220-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:39:04.511Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:39:04.512Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:39:04.512Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785764885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/artifacts/service-Vfw20220424073220-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:39:04.512Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:39:04.512Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:39:04.512Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785765142,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/artifacts/service-Vfw20220424073220-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:39:04.512Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:39:04.512Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:39:04.512Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785764885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/artifacts/service-Vfw20220424073220-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:39:04.513Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:39:04.513Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:39:04.513Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785765142,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/artifacts/service-Vfw20220424073220-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:39:04.513Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:39:04.513Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:39:04.513Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785773425,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/artifacts/service-Vfw20220424073220-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:39:04.513Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:39:04.513Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:39:04.513Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785773749,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/vfwa63bcb1afd5e0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:39:04.514Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:39:04.514Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:39:04.514Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "aai-ml",
  "timestamp": 1650785774166,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/artifacts/service-Vfw20220424073220-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-04-24T07:39:04.514Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:39:04.514Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:39:04.514Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "aai-ml",
  "timestamp": 1650785775170,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:39:04.522Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 6ce27228-995b-4f35-8680-f23641782295
2022-04-24T07:39:04.522Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ce27228-995b-4f35-8680-f23641782295 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:39:04.533Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:39:04.534Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "clamp",
  "timestamp": 1650785775508,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/artifacts/service-Vfw20220424073220-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:39:04.534Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:39:04.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:39:04.534Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785775780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:39:04.535Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:39:04.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:39:04.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "clamp",
  "timestamp": 1650785777517,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/artifacts/service-Vfw20220424073220-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T07:39:04.535Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:39:04.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:39:04.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785777590,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:39:04.535Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:39:04.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:39:04.536Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "clamp",
  "timestamp": 1650785778523,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:39:04.543Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6ce27228-995b-4f35-8680-f23641782295
2022-04-24T07:39:04.544Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ce27228-995b-4f35-8680-f23641782295 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:39:04.555Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:39:04.555Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785778662,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:39:04.562Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6ce27228-995b-4f35-8680-f23641782295
2022-04-24T07:39:04.562Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ce27228-995b-4f35-8680-f23641782295 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-04-24T07:39:04.571Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:39:04.571Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785779669,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/vfwa63bcb1afd5e0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-24T07:39:04.572Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:39:04.572Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:39:04.572Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785781007,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/artifacts/service-Vfw20220424073220-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T07:39:04.573Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:39:04.573Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:39:04.573Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785782028,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:39:04.583Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6ce27228-995b-4f35-8680-f23641782295
2022-04-24T07:39:04.585Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ce27228-995b-4f35-8680-f23641782295 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:39:17.880Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6ce27228-995b-4f35-8680-f23641782295
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:39:17.912Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6ce27228-995b-4f35-8680-f23641782295
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:39:17.919Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-24T07:39:17.920Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-24T07:39:17.920Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-24T07:39:17.921Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-24T07:39:17.921Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-04-24T07:39:17.921Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:39:17.930Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-24T07:39:47.931Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 6ce27228-995b-4f35-8680-f23641782295 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-24T07:39:47.965Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6ce27228-995b-4f35-8680-f23641782295 and serviceModelVersionId: 06708abf-fceb-49a5-8f2c-1d9b4bc2cbce
2022-04-24T07:39:47.966Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ad4619ce-e55b-40f2-93e4-6ae3efb888d1
2022-04-24T07:39:47.970Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0
2022-04-24T07:39:47.996Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c5e546-ea0c-4b26-a0ba-3684c6c615f5/model-vers/model-ver/6f96cc72-98fd-4901-85dd-52873c951b26?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-04-24T07:39:48.085Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|INFO|500||Invoke
2022-04-24T07:39:48.086Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6ce27228-995b-4f35-8680-f23641782295], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[59f5d3b1-e1f9-4c2c-a1c2-b6bc52075d95], X-ECOMP-RequestID=[6ce27228-995b-4f35-8680-f23641782295], X-TransactionId=[], X-ONAP-RequestID=[6ce27228-995b-4f35-8680-f23641782295], Content-Type=[application/merge-patch+json]}
2022-04-24T07:39:49.636Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|INFO|500||Invoke
2022-04-24T07:39:49.637Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6ce27228-995b-4f35-8680-f23641782295], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f2f9b0a6-17cb-4ed8-bea7-da8cb51896a5], X-ECOMP-RequestID=[6ce27228-995b-4f35-8680-f23641782295], X-TransactionId=[], X-ONAP-RequestID=[6ce27228-995b-4f35-8680-f23641782295], Content-Type=[application/merge-patch+json]}
2022-04-24T07:39:51.181Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|INFO|500||Invoke
2022-04-24T07:39:51.187Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6ce27228-995b-4f35-8680-f23641782295], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c805e181-0c67-4369-a960-0fa8302c03b2], X-ECOMP-RequestID=[6ce27228-995b-4f35-8680-f23641782295], X-TransactionId=[], X-ONAP-RequestID=[6ce27228-995b-4f35-8680-f23641782295], Content-Type=[application/merge-patch+json]}
2022-04-24T07:39:52.237Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-04-24T07:39:52.238Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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)
Caused by: 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.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-04-24T07:39:52.239Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-24T07:39:52.239Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-24T07:39:52.248Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-24T07:39:52.248Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6ce27228-995b-4f35-8680-f23641782295 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-24T07:39:52.249Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-24T07:39:52.250Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:39:52.255Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:39:52.255Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|DEBUG|500||try to send status {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785992249,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-24T07:39:52.354Z||pool-187-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-24T07:39:52.356Z||pool-187-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:39:52.356Z||pool-187-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:39:52.403Z||pool-187-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:39:52.405Z||pool-187-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-24T07:39:53.275Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:39:53.278Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:39:53.278Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:39:53.927Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:39:53.928Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-24T07:39:53.928Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"e679ef75-1c43-4492-acc9-cc5e27bf3914","serviceName":"Demo_pNF_kNjtm0OhW64hZ1hy31TB","serviceVersion":"1.0","serviceUUID":"6ab6f2c2-e7c4-408e-9987-3918643ad06f","serviceDescription":"catalog service description","serviceInvariantUUID":"9b37f482-69d8-4422-93fc-e59daa6f4660","resources":[{"resourceInstanceName":"pNF 3518c7fb-d9c5 0","resourceName":"pNF 3518c7fb-d9c5","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"380b14e6-443e-49ef-9d73-d4c323d42740","resourceInvariantUUID":"54b7dd08-d7fa-42d0-afe2-fbdb89f12779","resourceCustomizationUUID":"d7341a04-0b0d-453e-990d-dc876b29722e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/resourceInstances/pnf3518c7fbd9c50/artifacts/vf-license-model.xml","artifactChecksum":"OWJhODRiN2MxMDkwOGQ4NjNhYjc3NjU1NGU5NmU1NTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bf571c71-d94c-4a40-a1d6-a84e65446e74","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/resourceInstances/pnf3518c7fbd9c50/artifacts/pNF.csar","artifactChecksum":"MWYyYzhhZDhmMTQzNmY3MDdmZGFkM2EyNjAwMjY3YzM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c24d6df6-6352-4350-9c38-5c3298165031","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/resourceInstances/pnf3518c7fbd9c50/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f4d7f1b2-c05c-47f4-9e93-64cc789b74d2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/resourceInstances/pnf3518c7fbd9c50/artifacts/vendor-license-model.xml","artifactChecksum":"MDRjZGRlZGRlOGJiODU3OThlMDU0M2ExMGQzYTdiZWQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f65b5f90-d1f9-4fae-a996-9add709a940f","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/resourceInstances/pnf3518c7fbd9c50/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"17636b59-2c80-4e4d-9271-2f12738e27ff","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/resourceInstances/pnf3518c7fbd9c50/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"550c4595-e8fa-4ed7-91f3-008d223d2f41","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfKnjtm0ohw64hz1hy31tb-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/artifacts/service-DemoPnfKnjtm0ohw64hz1hy31tb-template.yml","artifactChecksum":"YjY4NWY4ZTE1ZjI4MWY1YTA2MzBkM2U5MDE4OTFiNzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f60140d9-7a17-4c51-bd54-356b93f5e555","artifactVersion":"1"},{"artifactName":"service-DemoPnfKnjtm0ohw64hz1hy31tb-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/artifacts/service-DemoPnfKnjtm0ohw64hz1hy31tb-csar.csar","artifactChecksum":"ZGEyZDBkZjMxMjgzMGU4NDMwZWMxZDE1YjMxMTE1NGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"45b4073b-5f4c-45cb-81a7-71a1b98632c0","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-24T07:39:53.932Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:39:53.933Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-24T07:39:53.936Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:39:53.936Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785993275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/resourceInstances/pnf3518c7fbd9c50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:39:54.036Z||pool-188-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T07:39:54.037Z||pool-188-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:39:54.037Z||pool-188-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:39:54.048Z||pool-188-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:39:54.049Z||pool-188-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:39:54.937Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:39:54.938Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-24T07:39:54.941Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:39:54.941Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785993275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/resourceInstances/pnf3518c7fbd9c50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:39:55.041Z||pool-189-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:39:55.042Z||pool-189-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:39:55.042Z||pool-189-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:39:55.070Z||pool-189-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:39:55.071Z||pool-189-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:39:55.942Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:39:55.943Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-24T07:39:55.947Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:39:55.947Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785993275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/resourceInstances/pnf3518c7fbd9c50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:39:56.048Z||pool-190-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-24T07:39:56.050Z||pool-190-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:39:56.051Z||pool-190-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:39:56.078Z||pool-190-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:39:56.080Z||pool-190-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-04-24T07:39:56.948Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:39:56.949Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-24T07:39:56.953Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:39:56.954Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785993275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/resourceInstances/pnf3518c7fbd9c50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:39:57.053Z||pool-191-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:39:57.054Z||pool-191-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:39:57.054Z||pool-191-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:39:57.137Z||pool-191-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:39:57.138Z||pool-191-thread-1|||||INFO|500||cambria reply ok (85 ms):{"serverTimeMs":1,"count":1}
2022-04-24T07:39:57.955Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:39:57.956Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-24T07:39:57.960Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:39:57.960Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785993275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/resourceInstances/pnf3518c7fbd9c50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:39:58.060Z||pool-192-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:39:58.061Z||pool-192-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:39:58.062Z||pool-192-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:39:58.076Z||pool-192-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:39:58.076Z||pool-192-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-04-24T07:39:58.961Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:39:58.962Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-24T07:39:58.965Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:39:58.965Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785993275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/resourceInstances/pnf3518c7fbd9c50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:39:59.065Z||pool-193-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:39:59.066Z||pool-193-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:39:59.066Z||pool-193-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:39:59.100Z||pool-193-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:39:59.101Z||pool-193-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:39:59.967Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:39:59.967Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-24T07:39:59.972Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:39:59.973Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785993275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/artifacts/service-DemoPnfKnjtm0ohw64hz1hy31tb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:40:00.072Z||pool-194-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:40:00.073Z||pool-194-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:40:00.073Z||pool-194-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:40:00.085Z||pool-194-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:40:00.086Z||pool-194-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:40:00.974Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:40:00.975Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-24T07:40:00.978Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:40:00.978Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785993275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/artifacts/service-DemoPnfKnjtm0ohw64hz1hy31tb-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:40:01.078Z||pool-195-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T07:40:01.081Z||pool-195-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:40:01.081Z||pool-195-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:40:01.119Z||pool-195-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:40:01.120Z||pool-195-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1}
2022-04-24T07:40:01.979Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "serviceName": "Demo_pNF_kNjtm0OhW64hZ1hy31TB",
  "serviceVersion": "1.0",
  "serviceUUID": "6ab6f2c2-e7c4-408e-9987-3918643ad06f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "9b37f482-69d8-4422-93fc-e59daa6f4660",
  "resources": [
    {
      "resourceInstanceName": "pNF 3518c7fb-d9c5 0",
      "resourceCustomizationUUID": "d7341a04-0b0d-453e-990d-dc876b29722e",
      "resourceName": "pNF 3518c7fb-d9c5",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "380b14e6-443e-49ef-9d73-d4c323d42740",
      "resourceInvariantUUID": "54b7dd08-d7fa-42d0-afe2-fbdb89f12779",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfKnjtm0ohw64hz1hy31tb-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/artifacts/service-DemoPnfKnjtm0ohw64hz1hy31tb-csar.csar",
      "artifactChecksum": "ZGEyZDBkZjMxMjgzMGU4NDMwZWMxZDE1YjMxMTE1NGY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "45b4073b-5f4c-45cb-81a7-71a1b98632c0"
    }
  ],
  "workloadContext": "Production"
}
2022-04-24T07:40:01.979Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-24T07:40:01.980Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6ab6f2c2-e7c4-408e-9987-3918643ad06f ASDC
2022-04-24T07:40:01.981Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:e679ef75-1c43-4492-acc9-cc5e27bf3914
ServiceName:Demo_pNF_kNjtm0OhW64hZ1hy31TB
ServiceVersion:1.0
ServiceUUID:6ab6f2c2-e7c4-408e-9987-3918643ad06f
ServiceInvariantUUID:9b37f482-69d8-4422-93fc-e59daa6f4660
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfKnjtm0ohw64hz1hy31tb-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/artifacts/service-DemoPnfKnjtm0ohw64hz1hy31tb-csar.csar
ArtifactUUID:45b4073b-5f4c-45cb-81a7-71a1b98632c0
ArtifactChecksum:ZGEyZDBkZjMxMjgzMGU4NDMwZWMxZDE1YjMxMTE1NGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 3518c7fb-d9c5 0
ResourceCustomizationUUID:d7341a04-0b0d-453e-990d-dc876b29722e
ResourceInvariantUUID:54b7dd08-d7fa-42d0-afe2-fbdb89f12779
ResourceName:pNF 3518c7fb-d9c5
ResourceType:PNF
ResourceUUID:380b14e6-443e-49ef-9d73-d4c323d42740
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-04-24T07:40:01.981Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6ab6f2c2-e7c4-408e-9987-3918643ad06f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:40:02.025Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-24T07:40:02.026Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-24T07:40:02.027Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-24T07:40:02.027Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 45b4073b-5f4c-45cb-81a7-71a1b98632c0 from URL: /sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/artifacts/service-DemoPnfKnjtm0ohw64hz1hy31tb-csar.csar
2022-04-24T07:40:02.027Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-24T07:40:02.027Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/artifacts/service-DemoPnfKnjtm0ohw64hz1hy31tb-csar.csar
2022-04-24T07:40:02.451Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-24T07:40:02.458Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/artifacts/service-DemoPnfKnjtm0ohw64hz1hy31tb-csar.csar 45b4073b-5f4c-45cb-81a7-71a1b98632c0 82657
2022-04-24T07:40:02.458Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/artifacts/service-DemoPnfKnjtm0ohw64hz1hy31tb-csar.csar ASDC sendASDCNotification
2022-04-24T07:40:02.459Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/artifacts/service-DemoPnfKnjtm0ohw64hz1hy31tb-csar.csar
2022-04-24T07:40:02.459Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-24T07:40:02.459Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-24T07:40:02.462Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:40:02.462Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786002458,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/artifacts/service-DemoPnfKnjtm0ohw64hz1hy31tb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:40:02.561Z||pool-196-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:40:02.563Z||pool-196-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:40:02.563Z||pool-196-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:40:02.627Z||pool-196-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:40:02.628Z||pool-196-thread-1|||||INFO|500||cambria reply ok (66 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:40:03.463Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-24T07:40:03.463Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-24T07:40:03.464Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 45b4073b-5f4c-45cb-81a7-71a1b98632c0, URL: /sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/artifacts/service-DemoPnfKnjtm0ohw64hz1hy31tb-csar.csar to file: /app/ASDC/1/service-DemoPnfKnjtm0ohw64hz1hy31tb-csar.csar
2022-04-24T07:40:03.464Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfKnjtm0ohw64hz1hy31tb-csar.csar
2022-04-24T07:40:03.465Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfKnjtm0ohw64hz1hy31tb-csar.csar
2022-04-24T07:40:03.465Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfKnjtm0ohw64hz1hy31tb-csar.csar
2022-04-24T07:40:03.710Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP327111824473231702/Definitions/service-DemoPnfKnjtm0ohw64hz1hy31tb-template.yml
2022-04-24T07:40:04.418Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:40:04.419Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:40:04.419Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:40:04.438Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:40:04.439Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:40:04.440Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "062fa59c-7c8a-4d0c-b33a-c2664479a5c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785871441,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-24T07:40:04.441Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:40:04.441Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:40:04.442Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785872458,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:40:04.442Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:40:04.442Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:40:04.443Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785872458,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/vfwa63bcb1afd5e0_modules.json",
  "status": "NOTIFIED"
}
2022-04-24T07:40:04.443Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:40:04.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:40:04.443Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785872458,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-24T07:40:04.443Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:40:04.444Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:40:04.444Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785872458,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:40:04.444Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:40:04.445Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:40:04.445Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785872458,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-24T07:40:04.445Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:40:04.445Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:40:04.445Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785872458,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/artifacts/service-Vfw20220424073220-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:40:04.446Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:40:04.446Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:40:04.446Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785872458,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/artifacts/service-Vfw20220424073220-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:40:04.446Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:40:04.446Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:40:04.447Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785884253,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/artifacts/service-Vfw20220424073220-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:40:04.447Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:40:05.320Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-24T07:40:05.321Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-04-24T07:40:05.321Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfKnjtm0ohw64hz1hy31tb-csar.csar
2022-04-24T07:40:05.322Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-04-24T07:40:05.322Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 3518c7fb-d9c5 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-DemoPnfKnjtm0ohw64hz1hy31tb-csar.csar
2022-04-24T07:40:05.322Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfKnjtm0ohw64hz1hy31tb-csar.csar
2022-04-24T07:40:05.322Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfKnjtm0ohw64hz1hy31tb-csar.csar
2022-04-24T07:40:05.322Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKnjtm0ohw64hz1hy31tb-csar.csar
2022-04-24T07:40:05.322Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKnjtm0ohw64hz1hy31tb-csar.csar
2022-04-24T07:40:05.323Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKnjtm0ohw64hz1hy31tb-csar.csar
2022-04-24T07:40:05.323Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKnjtm0ohw64hz1hy31tb-csar.csar
2022-04-24T07:40:05.323Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-04-24T07:40:05.323Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:40:05.323Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_kNjtm0OhW64hZ1hy31TB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:40:05.324Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||DEBUG|500||Node template pNF 3518c7fb-d9c5 0 is matching search criteria
2022-04-24T07:40:05.324Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-04-24T07:40:05.325Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 3518c7fb-d9c5 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-24T07:40:05.325Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:40:05.325Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_kNjtm0OhW64hZ1hy31TB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:40:05.325Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||DEBUG|500||Node template pNF 3518c7fb-d9c5 0 is matching search criteria
2022-04-24T07:40:05.325Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-04-24T07:40:05.325Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 3518c7fb-d9c5 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-24T07:40:05.326Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:40:05.326Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_kNjtm0OhW64hZ1hy31TB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:40:05.326Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:40:05.326Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_kNjtm0OhW64hZ1hy31TB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:40:05.326Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:40:05.326Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_kNjtm0OhW64hZ1hy31TB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:40:05.327Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:40:05.327Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_kNjtm0OhW64hZ1hy31TB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:40:05.327Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:40:05.327Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_kNjtm0OhW64hZ1hy31TB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:40:05.327Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_kNjtm0OhW64hZ1hy31TB
Description:catalog service description
Model UUID:6ab6f2c2-e7c4-408e-9987-3918643ad06f
Model Version:NULL
Model InvariantUuid:9b37f482-69d8-4422-93fc-e59daa6f4660
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-24T07:40:05.338Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 380b14e6-443e-49ef-9d73-d4c323d42740
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-24T07:40:05.344Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||INFO|500||pNF 3518c7fb-d9c5 0
2022-04-24T07:40:05.345Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 380b14e6-443e-49ef-9d73-d4c323d42740
2022-04-24T07:40:05.345Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 6ab6f2c2-e7c4-408e-9987-3918643ad06f
2022-04-24T07:40:05.345Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 6ab6f2c2-e7c4-408e-9987-3918643ad06f
2022-04-24T07:40:05.345Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 3518c7fb-d9c5 0 380b14e6-443e-49ef-9d73-d4c323d42740 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-24T07:40:05.354Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3d0211c, org.onap.sdc.toscaparser.api.parameters.Input@6b4c454e, org.onap.sdc.toscaparser.api.parameters.Input@1267c262, org.onap.sdc.toscaparser.api.parameters.Input@549e77b2, org.onap.sdc.toscaparser.api.parameters.Input@564464fc]
2022-04-24T07:40:05.355Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:40:05.355Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_kNjtm0OhW64hZ1hy31TB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:40:05.356Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 6ab6f2c2-e7c4-408e-9987-3918643ad06f: pNF 3518c7fb-d9c5
2022-04-24T07:40:05.356Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||INFO|500||Processing PNF resource: 380b14e6-443e-49ef-9d73-d4c323d42740
2022-04-24T07:40:05.356Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:40:05.356Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_kNjtm0OhW64hZ1hy31TB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:40:05.356Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||INFO|500||Resource customization UUID: d7341a04-0b0d-453e-990d-dc876b29722e is the same as notified resource customizationUUID: d7341a04-0b0d-453e-990d-dc876b29722e
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-04-24T07:40:05.402Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 3518c7fb-d9c5 380b14e6-443e-49ef-9d73-d4c323d42740 0 ASDC deployResourceStructure
2022-04-24T07:40:05.403Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/artifacts/service-DemoPnfKnjtm0ohw64hz1hy31tb-csar.csar ASDC sendASDCNotification
2022-04-24T07:40:05.403Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/artifacts/service-DemoPnfKnjtm0ohw64hz1hy31tb-csar.csar
2022-04-24T07:40:05.404Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-24T07:40:05.405Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-24T07:40:05.408Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:40:05.408Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786005403,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/artifacts/service-DemoPnfKnjtm0ohw64hz1hy31tb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T07:40:05.508Z||pool-197-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:40:05.509Z||pool-197-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:40:05.509Z||pool-197-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:40:05.526Z||pool-197-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:40:05.527Z||pool-197-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-04-24T07:40:06.410Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e679ef75-1c43-4492-acc9-cc5e27bf3914
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:40:06.435Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e679ef75-1c43-4492-acc9-cc5e27bf3914
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:40:06.439Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-24T07:40:06.439Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-24T07:40:06.439Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-24T07:40:36.440Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e679ef75-1c43-4492-acc9-cc5e27bf3914
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:40:36.459Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e679ef75-1c43-4492-acc9-cc5e27bf3914
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:40:36.466Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-24T07:40:36.467Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-24T07:40:36.468Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-24T07:41:04.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:41:04.419Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:41:04.419Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:41:04.449Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:41:04.452Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:41:04.452Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785889386,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/vfwa63bcb1afd5e0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:41:04.453Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:41:04.453Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:41:04.453Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785890947,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:41:04.454Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:41:04.454Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:41:04.454Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785892476,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:41:04.454Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:41:04.454Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:41:04.454Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785885141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/resourceInstances/pnf3518c7fbd9c50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:41:04.455Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:41:04.455Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:41:04.456Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "clamp",
  "timestamp": 1650785883721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/resourceInstances/pnf3518c7fbd9c50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:41:04.457Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:41:04.457Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:41:04.457Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "policy-id",
  "timestamp": 1650785887821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/resourceInstances/pnf3518c7fbd9c50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:41:04.457Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:41:04.457Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:41:04.458Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785884885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/resourceInstances/pnf3518c7fbd9c50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:41:04.458Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:41:04.458Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:41:04.458Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785893810,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/vfwa63bcb1afd5e0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-24T07:41:04.458Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:41:04.458Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:41:04.458Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785885141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/resourceInstances/pnf3518c7fbd9c50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:41:04.459Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:41:04.459Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:41:04.459Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "policy-id",
  "timestamp": 1650785887821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/resourceInstances/pnf3518c7fbd9c50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:41:04.459Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:41:04.459Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:41:04.459Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "clamp",
  "timestamp": 1650785883721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/resourceInstances/pnf3518c7fbd9c50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:41:04.459Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:41:04.459Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:41:04.460Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785884885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/resourceInstances/pnf3518c7fbd9c50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:41:04.460Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:41:04.460Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:41:04.460Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785894814,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-24T07:41:04.460Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:41:04.460Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:41:04.460Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "cds",
  "timestamp": 1650785894809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/resourceInstances/pnf3518c7fbd9c50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:41:04.461Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:41:04.461Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:41:04.461Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785885141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/resourceInstances/pnf3518c7fbd9c50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:41:04.461Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:41:04.462Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:41:04.462Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "clamp",
  "timestamp": 1650785883721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/resourceInstances/pnf3518c7fbd9c50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:41:04.462Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:41:04.462Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:41:04.463Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "policy-id",
  "timestamp": 1650785887821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/resourceInstances/pnf3518c7fbd9c50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:41:04.463Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:41:04.463Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:41:04.463Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785884885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/resourceInstances/pnf3518c7fbd9c50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:41:04.463Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:41:04.463Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:41:04.463Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785895820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/resourceInstances/vfwa63bcb1afd5e0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-24T07:41:04.464Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:41:04.464Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:41:04.464Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "cds",
  "timestamp": 1650785894809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/resourceInstances/pnf3518c7fbd9c50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:41:04.464Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:41:04.464Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:41:04.464Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785885141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/resourceInstances/pnf3518c7fbd9c50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:41:04.465Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:41:04.465Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:41:04.465Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "clamp",
  "timestamp": 1650785883721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/resourceInstances/pnf3518c7fbd9c50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:41:04.465Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:41:04.465Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:41:04.465Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785884885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/resourceInstances/pnf3518c7fbd9c50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:41:04.465Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:41:04.465Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:41:04.466Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "policy-id",
  "timestamp": 1650785887821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/resourceInstances/pnf3518c7fbd9c50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:41:04.466Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:41:04.466Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:41:04.466Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785896826,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424073220/1.0/artifacts/service-Vfw20220424073220-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T07:41:04.467Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:41:04.467Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:41:04.467Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "cds",
  "timestamp": 1650785894809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/resourceInstances/pnf3518c7fbd9c50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:41:04.468Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:41:04.468Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:41:04.468Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785885141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/resourceInstances/pnf3518c7fbd9c50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:41:04.468Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:41:04.468Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:41:04.468Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "clamp",
  "timestamp": 1650785883721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/resourceInstances/pnf3518c7fbd9c50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:41:04.468Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:41:04.469Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:41:04.469Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "policy-id",
  "timestamp": 1650785887821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/resourceInstances/pnf3518c7fbd9c50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:41:04.469Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:41:04.469Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:41:04.469Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785884885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/resourceInstances/pnf3518c7fbd9c50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:41:04.469Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:41:04.470Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:41:04.470Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "cds",
  "timestamp": 1650785894809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/resourceInstances/pnf3518c7fbd9c50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:41:04.470Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:41:04.470Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:41:04.470Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785885141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/resourceInstances/pnf3518c7fbd9c50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:41:04.471Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:41:04.471Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:41:04.471Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "clamp",
  "timestamp": 1650785883721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/resourceInstances/pnf3518c7fbd9c50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:41:04.471Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:41:04.471Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:41:04.471Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "policy-id",
  "timestamp": 1650785887821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/resourceInstances/pnf3518c7fbd9c50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:41:04.472Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:41:04.472Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:41:04.472Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785884885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/resourceInstances/pnf3518c7fbd9c50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:41:04.472Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:41:04.472Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:41:04.473Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785885141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/artifacts/service-DemoPnfKnjtm0ohw64hz1hy31tb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:41:04.473Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:41:04.473Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:41:04.473Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "clamp",
  "timestamp": 1650785883721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/artifacts/service-DemoPnfKnjtm0ohw64hz1hy31tb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:41:04.473Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:41:04.473Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:41:04.474Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "cds",
  "timestamp": 1650785894809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/resourceInstances/pnf3518c7fbd9c50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:41:04.474Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:41:04.474Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:41:04.474Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "policy-id",
  "timestamp": 1650785887821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/artifacts/service-DemoPnfKnjtm0ohw64hz1hy31tb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:41:04.474Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:41:04.474Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:41:04.475Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785884885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/artifacts/service-DemoPnfKnjtm0ohw64hz1hy31tb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:41:04.475Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:41:04.475Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:41:04.475Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "cds",
  "timestamp": 1650785894809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/resourceInstances/pnf3518c7fbd9c50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:41:04.475Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:41:04.475Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:41:04.476Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650785885141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/artifacts/service-DemoPnfKnjtm0ohw64hz1hy31tb-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:41:04.476Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:41:04.476Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:41:04.476Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "clamp",
  "timestamp": 1650785883721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/artifacts/service-DemoPnfKnjtm0ohw64hz1hy31tb-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:41:04.476Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:41:04.476Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:41:04.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "policy-id",
  "timestamp": 1650785887821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/artifacts/service-DemoPnfKnjtm0ohw64hz1hy31tb-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:41:04.477Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:41:04.477Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:41:04.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785884885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/artifacts/service-DemoPnfKnjtm0ohw64hz1hy31tb-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:41:04.477Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:41:04.477Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:41:04.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "cds",
  "timestamp": 1650785894809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/artifacts/service-DemoPnfKnjtm0ohw64hz1hy31tb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:41:04.478Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:41:04.478Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:41:04.478Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650785900922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/resourceInstances/pnf3518c7fbd9c50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:41:04.478Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:41:04.478Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:41:04.478Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "policy-id",
  "timestamp": 1650785901453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/artifacts/service-DemoPnfKnjtm0ohw64hz1hy31tb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:41:04.478Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:41:04.479Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:41:04.479Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785901225,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/artifacts/service-DemoPnfKnjtm0ohw64hz1hy31tb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:41:04.479Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:41:04.479Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:41:04.479Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "cds",
  "timestamp": 1650785894809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/artifacts/service-DemoPnfKnjtm0ohw64hz1hy31tb-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:41:04.479Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:41:04.479Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:41:04.480Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650785900922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/resourceInstances/pnf3518c7fbd9c50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:41:04.480Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:41:04.480Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:41:04.480Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "policy-id",
  "timestamp": 1650785902458,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/artifacts/service-DemoPnfKnjtm0ohw64hz1hy31tb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T07:41:04.480Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:41:04.480Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:41:04.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "aai-ml",
  "timestamp": 1650785901636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/resourceInstances/pnf3518c7fbd9c50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:41:04.481Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:41:04.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:41:04.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650785900922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/resourceInstances/pnf3518c7fbd9c50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:41:04.481Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:41:04.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:41:04.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "cds",
  "timestamp": 1650785903726,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/artifacts/service-DemoPnfKnjtm0ohw64hz1hy31tb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:41:04.482Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:41:04.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:41:04.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "policy-id",
  "timestamp": 1650785903461,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:41:04.492Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e679ef75-1c43-4492-acc9-cc5e27bf3914
2022-04-24T07:41:04.492Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e679ef75-1c43-4492-acc9-cc5e27bf3914 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:41:04.507Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:41:04.507Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "aai-ml",
  "timestamp": 1650785901636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/resourceInstances/pnf3518c7fbd9c50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:41:04.507Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:41:04.508Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:41:04.508Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785903817,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/artifacts/service-DemoPnfKnjtm0ohw64hz1hy31tb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T07:41:04.508Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:41:04.508Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:41:04.508Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650785900922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/resourceInstances/pnf3518c7fbd9c50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:41:04.508Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:41:04.508Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:41:04.508Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "cds",
  "timestamp": 1650785904739,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/artifacts/service-DemoPnfKnjtm0ohw64hz1hy31tb-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:41:04.529Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e679ef75-1c43-4492-acc9-cc5e27bf3914
2022-04-24T07:41:04.530Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e679ef75-1c43-4492-acc9-cc5e27bf3914 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:41:04.545Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:41:04.545Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "aai-ml",
  "timestamp": 1650785901636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/resourceInstances/pnf3518c7fbd9c50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:41:04.545Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:41:04.545Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:41:04.546Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650785904825,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:41:04.554Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e679ef75-1c43-4492-acc9-cc5e27bf3914
2022-04-24T07:41:04.554Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e679ef75-1c43-4492-acc9-cc5e27bf3914 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:41:04.567Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:41:04.567Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650785900922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/resourceInstances/pnf3518c7fbd9c50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:41:04.569Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:41:04.569Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:41:04.569Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "aai-ml",
  "timestamp": 1650785901636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/resourceInstances/pnf3518c7fbd9c50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:41:04.569Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:41:04.569Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:41:04.569Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650785900922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/resourceInstances/pnf3518c7fbd9c50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-04-24T07:41:04.570Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:41:04.570Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:41:04.570Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "aai-ml",
  "timestamp": 1650785901636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/resourceInstances/pnf3518c7fbd9c50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:41:04.570Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:41:04.570Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:41:04.570Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650785900922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/artifacts/service-DemoPnfKnjtm0ohw64hz1hy31tb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:41:04.571Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:41:04.571Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:41:04.571Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "aai-ml",
  "timestamp": 1650785901636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/resourceInstances/pnf3518c7fbd9c50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:41:04.571Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:41:04.571Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:41:04.571Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650785900922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/artifacts/service-DemoPnfKnjtm0ohw64hz1hy31tb-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:41:04.572Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:41:04.572Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:41:04.572Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "aai-ml",
  "timestamp": 1650785901636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/artifacts/service-DemoPnfKnjtm0ohw64hz1hy31tb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:41:04.572Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:41:04.572Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:41:04.572Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650785909832,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/resourceInstances/pnf3518c7fbd9c50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:41:04.572Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:41:04.573Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:41:04.573Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "clamp",
  "timestamp": 1650785909538,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/artifacts/service-DemoPnfKnjtm0ohw64hz1hy31tb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:41:04.573Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:41:04.573Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:41:04.573Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "aai-ml",
  "timestamp": 1650785901636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/artifacts/service-DemoPnfKnjtm0ohw64hz1hy31tb-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:41:04.573Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:41:04.574Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:41:04.574Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650785910871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/resourceInstances/pnf3518c7fbd9c50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-04-24T07:41:04.574Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:41:04.574Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:41:04.574Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "aai-ml",
  "timestamp": 1650785910549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/artifacts/service-DemoPnfKnjtm0ohw64hz1hy31tb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:41:04.574Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:41:04.574Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:41:04.575Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650785911875,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:41:04.588Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of e679ef75-1c43-4492-acc9-cc5e27bf3914
2022-04-24T07:41:04.589Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e679ef75-1c43-4492-acc9-cc5e27bf3914 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:41:04.605Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:41:04.605Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "clamp",
  "timestamp": 1650785911545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/artifacts/service-DemoPnfKnjtm0ohw64hz1hy31tb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T07:41:04.605Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:41:04.605Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:41:04.605Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "clamp",
  "timestamp": 1650785912551,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:41:04.612Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e679ef75-1c43-4492-acc9-cc5e27bf3914
2022-04-24T07:41:04.613Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e679ef75-1c43-4492-acc9-cc5e27bf3914 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:41:04.623Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:41:04.624Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "aai-ml",
  "timestamp": 1650785916059,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/artifacts/service-DemoPnfKnjtm0ohw64hz1hy31tb-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-04-24T07:41:04.624Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:41:04.625Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:41:04.625Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "aai-ml",
  "timestamp": 1650785917064,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:41:04.634Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of e679ef75-1c43-4492-acc9-cc5e27bf3914
2022-04-24T07:41:04.634Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e679ef75-1c43-4492-acc9-cc5e27bf3914 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:41:06.480Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e679ef75-1c43-4492-acc9-cc5e27bf3914
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:41:06.501Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e679ef75-1c43-4492-acc9-cc5e27bf3914
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:41:06.505Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-24T07:41:06.506Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-24T07:41:06.506Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-24T07:41:06.506Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-24T07:41:06.507Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-24T07:41:06.507Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-04-24T07:41:06.507Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:41:06.516Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-24T07:41:36.517Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e679ef75-1c43-4492-acc9-cc5e27bf3914 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-24T07:41:36.525Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e679ef75-1c43-4492-acc9-cc5e27bf3914 and serviceModelVersionId: 6ab6f2c2-e7c4-408e-9987-3918643ad06f
2022-04-24T07:41:36.526Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9b37f482-69d8-4422-93fc-e59daa6f4660
2022-04-24T07:41:36.528Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0
2022-04-24T07:41:36.537Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-04-24T07:41:36.598Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||Invoke
2022-04-24T07:41:36.599Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e679ef75-1c43-4492-acc9-cc5e27bf3914], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[45149689-fb75-401a-ac22-9dd3c5c08ef2], X-ECOMP-RequestID=[e679ef75-1c43-4492-acc9-cc5e27bf3914], X-TransactionId=[], X-ONAP-RequestID=[e679ef75-1c43-4492-acc9-cc5e27bf3914], Content-Type=[application/merge-patch+json]}
2022-04-24T07:41:38.139Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||Invoke
2022-04-24T07:41:38.140Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e679ef75-1c43-4492-acc9-cc5e27bf3914], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8a00d728-e3ae-4188-a6b6-0a031c3d643f], X-ECOMP-RequestID=[e679ef75-1c43-4492-acc9-cc5e27bf3914], X-TransactionId=[], X-ONAP-RequestID=[e679ef75-1c43-4492-acc9-cc5e27bf3914], Content-Type=[application/merge-patch+json]}
2022-04-24T07:41:39.681Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||Invoke
2022-04-24T07:41:39.682Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e679ef75-1c43-4492-acc9-cc5e27bf3914], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f6c4eef1-4006-477c-855d-620d9245f2e5], X-ECOMP-RequestID=[e679ef75-1c43-4492-acc9-cc5e27bf3914], X-TransactionId=[], X-ONAP-RequestID=[e679ef75-1c43-4492-acc9-cc5e27bf3914], Content-Type=[application/merge-patch+json]}
2022-04-24T07:41:40.710Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-04-24T07:41:40.711Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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)
Caused by: 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.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-04-24T07:41:40.712Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-24T07:41:40.712Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-24T07:41:40.718Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-24T07:41:40.719Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e679ef75-1c43-4492-acc9-cc5e27bf3914 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-24T07:41:40.719Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-24T07:41:40.720Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:41:40.723Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:41:40.723Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||try to send status {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786100719,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-24T07:41:40.823Z||pool-198-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:41:40.824Z||pool-198-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:41:40.824Z||pool-198-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:41:40.844Z||pool-198-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:41:40.845Z||pool-198-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-24T07:41:41.743Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:41:41.745Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:41:41.745Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:41:51.292Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:41:51.293Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:41:51.294Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:41:51.294Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:42:00.839Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:42:00.840Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:42:00.841Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:42:00.841Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:42:04.417Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:42:04.418Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:42:04.419Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:42:04.441Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:42:04.442Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|DEBUG|500||received message from topic
2022-04-24T07:42:04.442Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "6ce27228-995b-4f35-8680-f23641782295",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785992249,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-24T07:42:04.443Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:42:04.443Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|DEBUG|500||received message from topic
2022-04-24T07:42:04.443Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785993275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/resourceInstances/pnf3518c7fbd9c50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:42:04.444Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T07:42:04.444Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|DEBUG|500||received message from topic
2022-04-24T07:42:04.444Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785993275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/resourceInstances/pnf3518c7fbd9c50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:42:04.444Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T07:42:04.444Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|DEBUG|500||received message from topic
2022-04-24T07:42:04.448Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785993275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/resourceInstances/pnf3518c7fbd9c50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:42:04.449Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T07:42:04.449Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|DEBUG|500||received message from topic
2022-04-24T07:42:04.449Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785993275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/resourceInstances/pnf3518c7fbd9c50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:42:04.449Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T07:42:04.449Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|DEBUG|500||received message from topic
2022-04-24T07:42:04.449Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785993275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/resourceInstances/pnf3518c7fbd9c50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:42:04.450Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T07:42:04.450Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|DEBUG|500||received message from topic
2022-04-24T07:42:04.450Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785993275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/resourceInstances/pnf3518c7fbd9c50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:42:04.450Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T07:42:04.450Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|DEBUG|500||received message from topic
2022-04-24T07:42:04.450Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785993275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/artifacts/service-DemoPnfKnjtm0ohw64hz1hy31tb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:42:04.450Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T07:42:04.450Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|DEBUG|500||received message from topic
2022-04-24T07:42:04.451Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650785993275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/artifacts/service-DemoPnfKnjtm0ohw64hz1hy31tb-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:42:04.451Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T07:42:04.451Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|DEBUG|500||received message from topic
2022-04-24T07:42:04.451Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786002458,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/artifacts/service-DemoPnfKnjtm0ohw64hz1hy31tb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:42:04.451Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:42:10.389Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:42:10.390Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:42:10.390Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:42:10.391Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:42:19.930Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:42:19.931Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:42:19.932Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:42:19.932Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:42:29.503Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:42:29.504Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:42:29.505Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:42:29.505Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:42:39.077Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:42:39.078Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:42:39.078Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:42:39.079Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:42:48.647Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:42:48.649Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:42:48.649Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:42:48.650Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:42:58.191Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:42:58.192Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:42:58.193Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:42:58.193Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:43:04.417Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:43:04.418Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:43:04.419Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:43:04.443Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:43:04.445Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||received message from topic
2022-04-24T07:43:04.445Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786005403,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKnjtm0ohw64hz1hy31tb/1.0/artifacts/service-DemoPnfKnjtm0ohw64hz1hy31tb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T07:43:04.446Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:43:07.787Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:43:07.788Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:43:07.789Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:43:07.789Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:43:17.389Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:43:17.390Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:43:17.390Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:43:17.390Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:43:27.055Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:43:27.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:43:27.056Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:43:27.056Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:43:36.663Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:43:36.664Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:43:36.665Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:43:36.665Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:43:46.234Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:44:04.387Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:44:04.388Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:44:04.388Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:44:04.418Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:44:04.419Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:44:04.419Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:44:04.983Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:44:04.983Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:44:04.984Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e679ef75-1c43-4492-acc9-cc5e27bf3914",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786100719,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-24T07:44:04.984Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:44:13.966Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:45:04.388Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:45:04.388Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:45:04.389Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:45:04.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:45:04.421Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:45:04.423Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:45:05.038Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:45:05.039Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-24T07:45:05.039Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"846b5679-b33c-4579-8ed1-e7e4b82ecac7","serviceName":"vFW 2022-04-24 07-41-36","serviceVersion":"1.0","serviceUUID":"e7f98ae2-153d-4b29-aa30-b94e9b01f2f0","serviceDescription":"catalog service description","serviceInvariantUUID":"4ecd3949-5c6a-4223-ae91-f4a0f1fceee8","resources":[{"resourceInstanceName":"vFW 2956147f-b4ea 0","resourceName":"vFW 2956147f-b4ea","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"46501fa0-5d7d-4d3f-a7ba-e99b5d53538f","resourceInvariantUUID":"6d0e0919-11c0-43d8-b075-9bbb51ef16cb","resourceCustomizationUUID":"ccf32ba2-51b7-4adf-a694-48bf4af360fe","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/vf-license-model.xml","artifactChecksum":"MzA1NDc3ODU4NGQ2Yjc0MzgzZTFhZTNhMTg3YTZiNGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a2087578-5a06-4380-89f9-3c835d3e63c8","artifactVersion":"1"},{"artifactName":"vfw2956147fb4ea0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/vfw2956147fb4ea0_modules.json","artifactChecksum":"MzgwMTc0NTkyNmQwOTkxMGVjMTk5N2RiNTQ4NmJlNzY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"305b297e-c61f-4250-a55d-5fcebd242651","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e57f573b-1923-4605-9599-51e8eb3ff85a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/vendor-license-model.xml","artifactChecksum":"MTExNzJhYjNmY2QwMThjZDg4MWE4ZmY3YWZiMDFkMmQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"18074395-f036-4785-afea-539f354fe325","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d2e52ac7-b18f-4272-a4e0-8addd115469e","artifactVersion":"2","generatedFromUUID":"e57f573b-1923-4605-9599-51e8eb3ff85a"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220424074136-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220424074136/1.0/artifacts/service-Vfw20220424074136-template.yml","artifactChecksum":"ZDNjMzFmNmM0YjdiY2MzNWRjN2E1NjNhZmE2NzMxZTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"63a6785b-0a30-40ae-80d6-2bb693ebf56b","artifactVersion":"1"},{"artifactName":"service-Vfw20220424074136-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220424074136/1.0/artifacts/service-Vfw20220424074136-csar.csar","artifactChecksum":"M2QwNTM0Y2YwMjZkMmE0ZTE2OTMyMWQ3YWUwYjYyNWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"409e19b3-8965-4b17-9d6b-47e1ee365371","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-24T07:45:05.042Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:45:05.043Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-24T07:45:05.046Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:45:05.046Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786304388,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:45:05.074Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:45:05.075Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:45:05.075Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "clamp",
  "timestamp": 1650786273721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:45:05.076Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:45:05.076Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:45:05.076Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650786274885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:45:05.077Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:45:05.077Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:45:05.077Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650786280922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:45:05.077Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:45:05.077Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:45:05.077Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "clamp",
  "timestamp": 1650786273721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/vfw2956147fb4ea0_modules.json",
  "status": "NOTIFIED"
}
2022-04-24T07:45:05.077Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:45:05.077Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:45:05.077Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650786274885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/vfw2956147fb4ea0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:45:05.077Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:45:05.077Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:45:05.078Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650786280922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/vfw2956147fb4ea0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:45:05.078Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:45:05.078Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:45:05.078Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "clamp",
  "timestamp": 1650786273721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:45:05.078Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:45:05.078Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:45:05.078Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650786274885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:45:05.078Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:45:05.078Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:45:05.078Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650786280922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:45:05.079Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:45:05.079Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:45:05.079Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "clamp",
  "timestamp": 1650786273721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:45:05.079Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:45:05.079Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:45:05.079Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650786274885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:45:05.079Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:45:05.079Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:45:05.079Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650786280922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:45:05.079Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:45:05.079Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:45:05.079Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "cds",
  "timestamp": 1650786284809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:45:05.079Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:45:05.079Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:45:05.080Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "clamp",
  "timestamp": 1650786273721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:45:05.080Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:45:05.080Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:45:05.080Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650786274885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:45:05.080Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:45:05.080Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:45:05.080Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650786280922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:45:05.080Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:45:05.080Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:45:05.080Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "cds",
  "timestamp": 1650786284809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/vfw2956147fb4ea0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:45:05.080Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:45:05.080Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:45:05.080Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "clamp",
  "timestamp": 1650786273721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/artifacts/service-Vfw20220424074136-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:45:05.081Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:45:05.081Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:45:05.081Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650786274885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/artifacts/service-Vfw20220424074136-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:45:05.081Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:45:05.081Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:45:05.081Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650786285141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:45:05.081Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:45:05.081Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:45:05.081Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650786280922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/artifacts/service-Vfw20220424074136-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:45:05.081Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:45:05.081Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:45:05.082Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "cds",
  "timestamp": 1650786284809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:45:05.082Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:45:05.082Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:45:05.082Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "clamp",
  "timestamp": 1650786273721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/artifacts/service-Vfw20220424074136-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:45:05.082Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:45:05.082Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:45:05.082Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650786274885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/artifacts/service-Vfw20220424074136-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:45:05.082Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:45:05.082Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:45:05.082Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650786285141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/vfw2956147fb4ea0_modules.json",
  "status": "NOTIFIED"
}
2022-04-24T07:45:05.083Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:45:05.083Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:45:05.083Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650786280922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/artifacts/service-Vfw20220424074136-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:45:05.083Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:45:05.083Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:45:05.083Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "cds",
  "timestamp": 1650786284809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:45:05.083Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:45:05.083Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:45:05.083Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650786285141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-24T07:45:05.083Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:45:05.083Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:45:05.083Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "policy-id",
  "timestamp": 1650786287821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:45:05.083Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:45:05.084Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:45:05.084Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650786288304,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/artifacts/service-Vfw20220424074136-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:45:05.084Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:45:05.084Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:45:05.084Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "cds",
  "timestamp": 1650786284809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:45:05.084Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:45:05.084Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:45:05.085Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650786285141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:45:05.085Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:45:05.085Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:45:05.085Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "policy-id",
  "timestamp": 1650786287821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/vfw2956147fb4ea0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:45:05.085Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:45:05.085Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:45:05.086Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "cds",
  "timestamp": 1650786284809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/artifacts/service-Vfw20220424074136-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:45:05.086Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:45:05.086Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:45:05.086Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650786285141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-24T07:45:05.086Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:45:05.087Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:45:05.087Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "policy-id",
  "timestamp": 1650786287821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-24T07:45:05.087Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:45:05.087Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:45:05.087Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "cds",
  "timestamp": 1650786284809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/artifacts/service-Vfw20220424074136-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:45:05.087Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:45:05.087Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:45:05.087Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650786285141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/artifacts/service-Vfw20220424074136-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:45:05.087Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:45:05.087Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:45:05.087Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "policy-id",
  "timestamp": 1650786287821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:45:05.088Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:45:05.088Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:45:05.088Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650786285141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/artifacts/service-Vfw20220424074136-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:45:05.088Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:45:05.088Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:45:05.088Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "cds",
  "timestamp": 1650786292822,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/artifacts/service-Vfw20220424074136-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:45:05.088Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:45:05.088Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:45:05.089Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "policy-id",
  "timestamp": 1650786287821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:45:05.089Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:45:05.089Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:45:05.089Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "aai-ml",
  "timestamp": 1650786291636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:45:05.089Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:45:05.089Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:45:05.089Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "cds",
  "timestamp": 1650786293831,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/artifacts/service-Vfw20220424074136-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:45:05.135Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 846b5679-b33c-4579-8ed1-e7e4b82ecac7
2022-04-24T07:45:05.135Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 846b5679-b33c-4579-8ed1-e7e4b82ecac7 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:45:05.146Z||pool-199-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:45:05.146Z||pool-199-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:45:05.147Z||pool-199-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:45:05.148Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:45:05.148Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650786293067,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/vfw2956147fb4ea0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:45:05.149Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:45:05.149Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:45:05.149Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "policy-id",
  "timestamp": 1650786287821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/artifacts/service-Vfw20220424074136-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:45:05.149Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:45:05.149Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:45:05.149Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "aai-ml",
  "timestamp": 1650786291636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/vfw2956147fb4ea0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:45:05.150Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:45:05.150Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:45:05.150Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650786293777,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/artifacts/service-Vfw20220424074136-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T07:45:05.150Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:45:05.150Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:45:05.150Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "policy-id",
  "timestamp": 1650786287821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/artifacts/service-Vfw20220424074136-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:45:05.151Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:45:05.151Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:45:05.151Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "aai-ml",
  "timestamp": 1650786291636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:45:05.151Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:45:05.151Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:45:05.151Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650786294570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:45:05.151Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:45:05.152Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:45:05.152Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650786294781,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:45:05.161Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 846b5679-b33c-4579-8ed1-e7e4b82ecac7
2022-04-24T07:45:05.161Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 846b5679-b33c-4579-8ed1-e7e4b82ecac7 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:45:05.180Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:45:05.180Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "aai-ml",
  "timestamp": 1650786291636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:45:05.180Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:45:05.181Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:45:05.181Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "policy-id",
  "timestamp": 1650786295909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/artifacts/service-Vfw20220424074136-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:45:05.181Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:45:05.181Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:45:05.181Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650786295870,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:45:05.181Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:45:05.181Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:45:05.181Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "aai-ml",
  "timestamp": 1650786291636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:45:05.182Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:45:05.182Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:45:05.182Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "policy-id",
  "timestamp": 1650786296916,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/artifacts/service-Vfw20220424074136-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T07:45:05.182Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:45:05.182Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:45:05.182Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650786296906,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:45:05.192Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 846b5679-b33c-4579-8ed1-e7e4b82ecac7
2022-04-24T07:45:05.192Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 846b5679-b33c-4579-8ed1-e7e4b82ecac7 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:45:05.211Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:45:05.212Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "aai-ml",
  "timestamp": 1650786291636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/artifacts/service-Vfw20220424074136-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:45:05.212Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:45:05.212Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:45:05.212Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "policy-id",
  "timestamp": 1650786297919,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:45:05.230Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 846b5679-b33c-4579-8ed1-e7e4b82ecac7
2022-04-24T07:45:05.231Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 846b5679-b33c-4579-8ed1-e7e4b82ecac7 and ComponentName POLICY
2022-04-24T07:45:05.241Z||pool-199-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:45:05.241Z||pool-199-thread-1|||||INFO|500||cambria reply ok (95 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-04-24T07:45:05.253Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:45:05.253Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650786297910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/vfw2956147fb4ea0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-24T07:45:05.254Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:45:05.254Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:45:05.255Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "aai-ml",
  "timestamp": 1650786291636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/artifacts/service-Vfw20220424074136-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:45:05.255Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:45:05.255Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:45:05.255Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "aai-ml",
  "timestamp": 1650786299631,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/artifacts/service-Vfw20220424074136-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:45:05.255Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:45:05.255Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:45:05.255Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "clamp",
  "timestamp": 1650786300953,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/artifacts/service-Vfw20220424074136-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:45:05.255Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:45:05.256Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:45:05.256Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "clamp",
  "timestamp": 1650786302623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/artifacts/service-Vfw20220424074136-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T07:45:05.256Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:45:05.256Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:45:05.256Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "clamp",
  "timestamp": 1650786303628,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:45:05.265Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 846b5679-b33c-4579-8ed1-e7e4b82ecac7
2022-04-24T07:45:05.265Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 846b5679-b33c-4579-8ed1-e7e4b82ecac7 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:45:06.047Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:45:06.048Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-24T07:45:06.051Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:45:06.051Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786304388,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/vfw2956147fb4ea0_modules.json",
  "status": "NOTIFIED"
}
2022-04-24T07:45:06.151Z||pool-200-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T07:45:06.152Z||pool-200-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:45:06.153Z||pool-200-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:45:06.165Z||pool-200-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:45:06.166Z||pool-200-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-04-24T07:45:07.052Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:45:07.053Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-24T07:45:07.055Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:45:07.055Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786304388,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-24T07:45:07.155Z||pool-201-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:45:07.157Z||pool-201-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:45:07.157Z||pool-201-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:45:07.173Z||pool-201-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:45:07.177Z||pool-201-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:45:08.056Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:45:08.057Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-24T07:45:08.065Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:45:08.065Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786304388,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:45:08.160Z||pool-202-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-04-24T07:45:08.161Z||pool-202-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:45:08.161Z||pool-202-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:45:08.203Z||pool-202-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:45:08.203Z||pool-202-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:45:09.066Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:45:09.067Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-24T07:45:09.071Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:45:09.071Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786304388,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-24T07:45:09.170Z||pool-203-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-24T07:45:09.171Z||pool-203-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:45:09.171Z||pool-203-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:45:09.181Z||pool-203-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:45:09.183Z||pool-203-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:45:10.072Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:45:10.078Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-24T07:45:10.081Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:45:10.081Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786304388,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/artifacts/service-Vfw20220424074136-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:45:10.180Z||pool-204-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:45:10.182Z||pool-204-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:45:10.182Z||pool-204-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:45:10.194Z||pool-204-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:45:10.195Z||pool-204-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:45:11.081Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:45:11.082Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-24T07:45:11.085Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:45:11.085Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786304388,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/artifacts/service-Vfw20220424074136-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:45:11.185Z||pool-205-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T07:45:11.186Z||pool-205-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:45:11.187Z||pool-205-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:45:11.202Z||pool-205-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:45:11.204Z||pool-205-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:45:12.088Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "serviceName": "vFW 2022-04-24 07-41-36",
  "serviceVersion": "1.0",
  "serviceUUID": "e7f98ae2-153d-4b29-aa30-b94e9b01f2f0",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "4ecd3949-5c6a-4223-ae91-f4a0f1fceee8",
  "resources": [
    {
      "resourceInstanceName": "vFW 2956147f-b4ea 0",
      "resourceCustomizationUUID": "ccf32ba2-51b7-4adf-a694-48bf4af360fe",
      "resourceName": "vFW 2956147f-b4ea",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "46501fa0-5d7d-4d3f-a7ba-e99b5d53538f",
      "resourceInvariantUUID": "6d0e0919-11c0-43d8-b075-9bbb51ef16cb",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw2956147fb4ea0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/vfw2956147fb4ea0_modules.json",
          "artifactChecksum": "MzgwMTc0NTkyNmQwOTkxMGVjMTk5N2RiNTQ4NmJlNzY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "305b297e-c61f-4250-a55d-5fcebd242651",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "e57f573b-1923-4605-9599-51e8eb3ff85a",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "d2e52ac7-b18f-4272-a4e0-8addd115469e",
            "generatedFromUUID": "e57f573b-1923-4605-9599-51e8eb3ff85a"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "d2e52ac7-b18f-4272-a4e0-8addd115469e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220424074136-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/artifacts/service-Vfw20220424074136-csar.csar",
      "artifactChecksum": "M2QwNTM0Y2YwMjZkMmE0ZTE2OTMyMWQ3YWUwYjYyNWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "409e19b3-8965-4b17-9d6b-47e1ee365371"
    }
  ],
  "workloadContext": "Production"
}
2022-04-24T07:45:12.089Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-24T07:45:12.089Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e7f98ae2-153d-4b29-aa30-b94e9b01f2f0 ASDC
2022-04-24T07:45:12.089Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:846b5679-b33c-4579-8ed1-e7e4b82ecac7
ServiceName:vFW 2022-04-24 07-41-36
ServiceVersion:1.0
ServiceUUID:e7f98ae2-153d-4b29-aa30-b94e9b01f2f0
ServiceInvariantUUID:4ecd3949-5c6a-4223-ae91-f4a0f1fceee8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220424074136-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220424074136/1.0/artifacts/service-Vfw20220424074136-csar.csar
ArtifactUUID:409e19b3-8965-4b17-9d6b-47e1ee365371
ArtifactChecksum:M2QwNTM0Y2YwMjZkMmE0ZTE2OTMyMWQ3YWUwYjYyNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 2956147f-b4ea 0
ResourceCustomizationUUID:ccf32ba2-51b7-4adf-a694-48bf4af360fe
ResourceInvariantUUID:6d0e0919-11c0-43d8-b075-9bbb51ef16cb
ResourceName:vFW 2956147f-b4ea
ResourceType:VF
ResourceUUID:46501fa0-5d7d-4d3f-a7ba-e99b5d53538f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw2956147fb4ea0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/vfw2956147fb4ea0_modules.json
ArtifactUUID:305b297e-c61f-4250-a55d-5fcebd242651
ArtifactChecksum:MzgwMTc0NTkyNmQwOTkxMGVjMTk5N2RiNTQ4NmJlNzY=
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/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/base_vfw.yaml
ArtifactUUID:e57f573b-1923-4605-9599-51e8eb3ff85a
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/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/base_vfw.env
ArtifactUUID:d2e52ac7-b18f-4272-a4e0-8addd115469e
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/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/base_vfw.env
ArtifactUUID:d2e52ac7-b18f-4272-a4e0-8addd115469e
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-24T07:45:12.089Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e7f98ae2-153d-4b29-aa30-b94e9b01f2f0 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-24T07:45:12.145Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-24T07:45:12.146Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-04-24T07:45:12.146Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-04-24T07:45:12.147Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 409e19b3-8965-4b17-9d6b-47e1ee365371 from URL: /sdc/v1/catalog/services/Vfw20220424074136/1.0/artifacts/service-Vfw20220424074136-csar.csar
2022-04-24T07:45:12.147Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-24T07:45:12.147Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220424074136/1.0/artifacts/service-Vfw20220424074136-csar.csar
2022-04-24T07:45:12.941Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-24T07:45:12.947Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220424074136/1.0/artifacts/service-Vfw20220424074136-csar.csar 409e19b3-8965-4b17-9d6b-47e1ee365371 99006
2022-04-24T07:45:12.947Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220424074136/1.0/artifacts/service-Vfw20220424074136-csar.csar ASDC sendASDCNotification
2022-04-24T07:45:12.948Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220424074136/1.0/artifacts/service-Vfw20220424074136-csar.csar
2022-04-24T07:45:12.948Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-24T07:45:12.948Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-24T07:45:12.952Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:45:12.952Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786312947,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/artifacts/service-Vfw20220424074136-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:45:13.051Z||pool-206-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-24T07:45:13.052Z||pool-206-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:45:13.052Z||pool-206-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:45:13.081Z||pool-206-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:45:13.089Z||pool-206-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:45:13.953Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-24T07:45:13.954Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-04-24T07:45:13.954Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 409e19b3-8965-4b17-9d6b-47e1ee365371, URL: /sdc/v1/catalog/services/Vfw20220424074136/1.0/artifacts/service-Vfw20220424074136-csar.csar to file: /app/ASDC/1/service-Vfw20220424074136-csar.csar
2022-04-24T07:45:13.955Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220424074136-csar.csar
2022-04-24T07:45:13.955Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220424074136-csar.csar
2022-04-24T07:45:13.955Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220424074136-csar.csar
2022-04-24T07:45:14.255Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17609228036791164796/Definitions/service-Vfw20220424074136-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-04-24T07:45:17.844Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-24T07:45:17.845Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-04-24T07:45:17.845Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220424074136-csar.csar
2022-04-24T07:45:17.846Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-24T07:45:17.846Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||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-Vfw20220424074136-csar.csar
2022-04-24T07:45:17.846Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||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-Vfw20220424074136-csar.csar
2022-04-24T07:45:17.846Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||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-Vfw20220424074136-csar.csar
2022-04-24T07:45:17.846Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220424074136-csar.csar
2022-04-24T07:45:17.846Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220424074136-csar.csar
2022-04-24T07:45:17.846Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||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-Vfw20220424074136-csar.csar
2022-04-24T07:45:17.846Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||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-Vfw20220424074136-csar.csar
2022-04-24T07:45:17.846Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||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-Vfw20220424074136-csar.csar
2022-04-24T07:45:17.847Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220424074136-csar.csar
2022-04-24T07:45:17.847Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||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-Vfw20220424074136-csar.csar
2022-04-24T07:45:17.847Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220424074136-csar.csar
2022-04-24T07:45:17.847Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||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-Vfw20220424074136-csar.csar
2022-04-24T07:45:17.847Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 2956147f-b4ea 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-Vfw20220424074136-csar.csar
2022-04-24T07:45:17.847Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-04-24T07:45:17.848Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:45:17.848Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-24 07-41-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:45:17.848Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template vFW 2956147f-b4ea 0 is matching search criteria
2022-04-24T07:45:17.848Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-04-24T07:45:17.849Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 2956147f-b4ea 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-24T07:45:17.849Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:45:17.849Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-24 07-41-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:45:17.850Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template vFW 2956147f-b4ea 0 is matching search criteria
2022-04-24T07:45:17.850Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-04-24T07:45:17.850Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 2956147f-b4ea 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-24T07:45:17.851Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:45:17.851Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-24 07-41-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:45:17.851Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:45:17.852Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template vFW 2956147f-b4ea 0 is not matching search criteria
2022-04-24T07:45:17.852Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-24T07:45:17.852Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-24T07:45:17.852Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-24T07:45:17.853Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-24T07:45:17.853Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T07:45:17.853Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-24T07:45:17.853Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-24T07:45:17.853Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-24T07:45:17.853Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-24T07:45:17.854Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-24T07:45:17.854Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-24T07:45:17.854Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-24T07:45:17.855Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-24T07:45:17.855Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-24T07:45:17.855Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T07:45:17.855Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-24T07:45:17.856Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:45:17.856Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-24 07-41-36 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-24T07:45:17.856Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:45:17.857Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template vFW 2956147f-b4ea 0 is matching search criteria
2022-04-24T07:45:17.857Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 2956147f-b4ea 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:45:17.857Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:45:17.858Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template vFW 2956147f-b4ea 0 is matching search criteria
2022-04-24T07:45:17.858Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 2956147f-b4ea 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:45:17.858Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:45:17.858Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template vFW 2956147f-b4ea 0 is matching search criteria
2022-04-24T07:45:17.858Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 2956147f-b4ea 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:45:17.859Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:45:17.859Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template vFW 2956147f-b4ea 0 is not matching search criteria
2022-04-24T07:45:17.859Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-24T07:45:17.859Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-24T07:45:17.860Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-24T07:45:17.860Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-24T07:45:17.860Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-24T07:45:17.860Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-24T07:45:17.861Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-24T07:45:17.861Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-24T07:45:17.861Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-24T07:45:17.861Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-24T07:45:17.862Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T07:45:17.862Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=fd40259c-7f0a-40da-b90a-a573a7a880fa
2022-04-24T07:45:17.862Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:45:17.862Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template vFW 2956147f-b4ea 0 is not matching search criteria
2022-04-24T07:45:17.863Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-24T07:45:17.863Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-24T07:45:17.863Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-24T07:45:17.863Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-24T07:45:17.863Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T07:45:17.864Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-24T07:45:17.864Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-24T07:45:17.864Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-24T07:45:17.864Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-24T07:45:17.865Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-24T07:45:17.865Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-24T07:45:17.865Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T07:45:17.865Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5c8bf28b-d304-485d-98fc-342e4973afec
2022-04-24T07:45:17.865Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:45:17.866Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template vFW 2956147f-b4ea 0 is not matching search criteria
2022-04-24T07:45:17.866Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-24T07:45:17.866Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-24T07:45:17.867Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-24T07:45:17.867Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-24T07:45:17.867Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T07:45:17.867Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-24T07:45:17.867Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-24T07:45:17.867Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-24T07:45:17.868Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-24T07:45:17.868Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-24T07:45:17.868Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-24T07:45:17.868Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-24T07:45:17.869Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=aff4c2fa-7354-44fb-866c-1377781be110
2022-04-24T07:45:17.869Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:45:17.869Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-24 07-41-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:45:17.869Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:45:17.869Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-24 07-41-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:45:17.870Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:45:17.870Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-24 07-41-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:45:17.870Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:45:17.870Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-24 07-41-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:45:17.870Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-04-24 07-41-36
Description:catalog service description
Model UUID:e7f98ae2-153d-4b29-aa30-b94e9b01f2f0
Model Version:NULL
Model InvariantUuid:4ecd3949-5c6a-4223-ae91-f4a0f1fceee8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 2956147f-b4ea
Model UUID:2b44e63c-5b24-4257-adaf-06de1095acf8
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6d0e0919-11c0-43d8-b075-9bbb51ef16cb
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ccf32ba2-51b7-4adf-a694-48bf4af360fe
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2bbaa499-1a82-454c-b710-cd840b38b567
ModelName:Vfw2956147fB4ea..base_vfw..module-0
ModelUuid:b5066cab-d963-4d0c-b8cb-9c81f32fbc4b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:fd40259c-7f0a-40da-b90a-a573a7a880fa
ModelInvariantUuid:34fc9540-00b4-4e90-b373-1a8e3a0daff4
ModelName:vFW 2956147f-b4ea-nodes.vfwCvfc
ModelUuid:16164b1e-3a9d-454e-bc7d-3cb18bab1ec5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:a23db305-dfa8-4fa4-abc6-c23f4cbbaf00
ModelInvariantUuid:ba6c43db-cc0e-4f12-b79d-caac165585ea
ModelName:Vfw2956147fB4ea.compute.nodes.heat.vfw
ModelUuid:ba289ba4-6e28-4d0e-af02-f61cda696d48
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:5c8bf28b-d304-485d-98fc-342e4973afec
ModelInvariantUuid:793415e6-8b4c-4cb4-a8c2-c8144c65740f
ModelName:vFW 2956147f-b4ea-nodes.vsnCvfc
ModelUuid:601becac-d0db-44ac-85ad-0912e4740c03
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:c15735a7-c887-4270-9253-63e1dfc56b41
ModelInvariantUuid:e7384718-490e-4d36-b31a-fcea3a4d80b7
ModelName:Vfw2956147fB4ea.compute.nodes.heat.vsn
ModelUuid:5b56ac78-994d-40c7-9a9e-b25c9dfeacea
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:aff4c2fa-7354-44fb-866c-1377781be110
ModelInvariantUuid:b1a3021c-7a48-4acb-ade2-50834c2d5028
ModelName:vFW 2956147f-b4ea-nodes.vpgCvfc
ModelUuid:22584b0b-81d8-4538-b736-e3fe61cc34fe
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:857faf1f-19e0-45dc-9bb0-a02c61e9a3d4
ModelInvariantUuid:be7b1523-8861-4c45-b0f4-e070d9cee4d3
ModelName:Vfw2956147fB4ea.compute.nodes.heat.vpg
ModelUuid:c1f6c085-0505-44ec-9af8-7b0c2d338b76
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-24T07:45:17.885Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 46501fa0-5d7d-4d3f-a7ba-e99b5d53538f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-24T07:45:17.892Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||INFO|500||vFW 2956147f-b4ea 0
2022-04-24T07:45:17.893Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 46501fa0-5d7d-4d3f-a7ba-e99b5d53538f
2022-04-24T07:45:17.894Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 305b297e-c61f-4250-a55d-5fcebd242651 from URL: /sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/vfw2956147fb4ea0_modules.json
2022-04-24T07:45:17.894Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-24T07:45:17.894Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/vfw2956147fb4ea0_modules.json
2022-04-24T07:45:18.331Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-24T07:45:18.331Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/vfw2956147fb4ea0_modules.json 305b297e-c61f-4250-a55d-5fcebd242651 785
2022-04-24T07:45:18.332Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/vfw2956147fb4ea0_modules.json ASDC sendASDCNotification
2022-04-24T07:45:18.332Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/vfw2956147fb4ea0_modules.json
2022-04-24T07:45:18.332Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-24T07:45:18.332Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-24T07:45:18.335Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:45:18.335Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786318332,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/vfw2956147fb4ea0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:45:18.434Z||pool-207-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:45:18.436Z||pool-207-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:45:18.436Z||pool-207-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:45:18.450Z||pool-207-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:45:18.450Z||pool-207-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:45:19.336Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw2956147fB4ea..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "2bbaa499-1a82-454c-b710-cd840b38b567",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b5066cab-d963-4d0c-b8cb-9c81f32fbc4b",
    "vfModuleModelCustomizationUUID": "e45d151b-89c3-41c0-be1b-8f7739f1c693",
    "isBase": true,
    "artifacts": [
      "e57f573b-1923-4605-9599-51e8eb3ff85a",
      "d2e52ac7-b18f-4272-a4e0-8addd115469e"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-24T07:45:19.342Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw2956147fB4ea..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b5066cab-d963-4d0c-b8cb-9c81f32fbc4b
VfModuleModelInvariantUUID:2bbaa499-1a82-454c-b710-cd840b38b567
VfModuleModelDescription:NULL
Artifacts UUID List:{
e57f573b-1923-4605-9599-51e8eb3ff85a
,
d2e52ac7-b18f-4272-a4e0-8addd115469e

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

isBase:true


}

2022-04-24T07:45:19.346Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw2956147fB4ea..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "2bbaa499-1a82-454c-b710-cd840b38b567",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b5066cab-d963-4d0c-b8cb-9c81f32fbc4b",
    "vfModuleModelCustomizationUUID": "e45d151b-89c3-41c0-be1b-8f7739f1c693",
    "isBase": true,
    "artifacts": [
      "e57f573b-1923-4605-9599-51e8eb3ff85a",
      "d2e52ac7-b18f-4272-a4e0-8addd115469e"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-24T07:45:19.347Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw2956147fB4ea..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b5066cab-d963-4d0c-b8cb-9c81f32fbc4b
VfModuleModelInvariantUUID:2bbaa499-1a82-454c-b710-cd840b38b567
VfModuleModelDescription:NULL
Artifacts UUID List:{
e57f573b-1923-4605-9599-51e8eb3ff85a
,
d2e52ac7-b18f-4272-a4e0-8addd115469e

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

isBase:true


}

2022-04-24T07:45:19.347Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e57f573b-1923-4605-9599-51e8eb3ff85a from URL: /sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/base_vfw.yaml
2022-04-24T07:45:19.347Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-24T07:45:19.347Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/base_vfw.yaml
2022-04-24T07:45:19.882Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-24T07:45:19.883Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/base_vfw.yaml e57f573b-1923-4605-9599-51e8eb3ff85a 20368
2022-04-24T07:45:19.883Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-24T07:45:19.883Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/base_vfw.yaml
2022-04-24T07:45:19.883Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-24T07:45:19.883Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-24T07:45:19.889Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:45:19.889Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786319883,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:45:19.988Z||pool-208-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:45:19.989Z||pool-208-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:45:19.990Z||pool-208-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:45:20.007Z||pool-208-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:45:20.008Z||pool-208-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:45:20.890Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: d2e52ac7-b18f-4272-a4e0-8addd115469e from URL: /sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/base_vfw.env
2022-04-24T07:45:20.890Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-24T07:45:20.891Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/base_vfw.env
2022-04-24T07:45:21.094Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-24T07:45:21.095Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/base_vfw.env d2e52ac7-b18f-4272-a4e0-8addd115469e 2098
2022-04-24T07:45:21.096Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-24T07:45:21.096Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/base_vfw.env
2022-04-24T07:45:21.096Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-24T07:45:21.096Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-24T07:45:21.099Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:45:21.099Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786321096,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:45:21.199Z||pool-209-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:45:21.200Z||pool-209-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:45:21.200Z||pool-209-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:45:21.215Z||pool-209-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:45:21.217Z||pool-209-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:45:22.100Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: e7f98ae2-153d-4b29-aa30-b94e9b01f2f0
2022-04-24T07:45:22.100Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 2956147f-b4ea 0 46501fa0-5d7d-4d3f-a7ba-e99b5d53538f ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-24T07:45:22.129Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2f946822, org.onap.sdc.toscaparser.api.parameters.Input@3cf29d8c, org.onap.sdc.toscaparser.api.parameters.Input@5cda5dce, org.onap.sdc.toscaparser.api.parameters.Input@5e18b724, org.onap.sdc.toscaparser.api.parameters.Input@524101bd]
2022-04-24T07:45:22.131Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:45:22.131Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-24 07-41-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:45:22.131Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-04-24T07:45:22.131Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= ccf32ba2-51b7-4adf-a694-48bf4af360fe
2022-04-24T07:45:22.132Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ccf32ba2-51b7-4adf-a694-48bf4af360fe matches Tosca VF Customization UUID: ccf32ba2-51b7-4adf-a694-48bf4af360fe
2022-04-24T07:45:22.132Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: ccf32ba2-51b7-4adf-a694-48bf4af360fe  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-04-24T07:45:22.136Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:45:22.137Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-24 07-41-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:45:22.138Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id ccf32ba2-51b7-4adf-a694-48bf4af360fe: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-04-24T07:45:22.139Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6f77d603
2022-04-24T07:45:22.139Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:45:22.139Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-24 07-41-36 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-24T07:45:22.139Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e45d151b-89c3-41c0-be1b-8f7739f1c693
2022-04-24T07:45:22.140Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e45d151b-89c3-41c0-be1b-8f7739f1c693
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-04-24T07:45:22.143Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:45:22.143Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template vFW 2956147f-b4ea 0 is matching search criteria
2022-04-24T07:45:22.144Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 2956147f-b4ea 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:45:22.144Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:45:22.145Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template vFW 2956147f-b4ea 0 is matching search criteria
2022-04-24T07:45:22.145Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 2956147f-b4ea 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:45:22.146Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:45:22.146Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template vFW 2956147f-b4ea 0 is not matching search criteria
2022-04-24T07:45:22.146Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-24T07:45:22.147Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-24T07:45:22.147Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-24T07:45:22.147Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-24T07:45:22.147Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-24T07:45:22.148Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-24T07:45:22.148Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-24T07:45:22.148Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-24T07:45:22.148Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-24T07:45:22.149Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-24T07:45:22.149Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T07:45:22.149Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=fd40259c-7f0a-40da-b90a-a573a7a880fa
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-24T07:45:22.152Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:45:22.153Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template vFW 2956147f-b4ea 0 is matching search criteria
2022-04-24T07:45:22.153Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 2956147f-b4ea 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:45:22.153Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:45:22.154Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template vFW 2956147f-b4ea 0 is not matching search criteria
2022-04-24T07:45:22.154Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-24T07:45:22.154Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-24T07:45:22.154Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-24T07:45:22.155Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-24T07:45:22.155Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T07:45:22.155Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-24T07:45:22.155Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-24T07:45:22.156Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-24T07:45:22.156Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-24T07:45:22.156Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-24T07:45:22.156Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-24T07:45:22.157Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T07:45:22.157Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5c8bf28b-d304-485d-98fc-342e4973afec
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-24T07:45:22.160Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:45:22.160Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template vFW 2956147f-b4ea 0 is matching search criteria
2022-04-24T07:45:22.161Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 2956147f-b4ea 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:45:22.161Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:45:22.161Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template vFW 2956147f-b4ea 0 is not matching search criteria
2022-04-24T07:45:22.162Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-24T07:45:22.162Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-24T07:45:22.162Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-24T07:45:22.163Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-24T07:45:22.163Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T07:45:22.163Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-24T07:45:22.164Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-24T07:45:22.164Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-24T07:45:22.164Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-24T07:45:22.165Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-24T07:45:22.165Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-24T07:45:22.165Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-24T07:45:22.166Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=aff4c2fa-7354-44fb-866c-1377781be110
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-24T07:45:22.170Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:45:22.171Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template vFW 2956147f-b4ea 0 is matching search criteria
2022-04-24T07:45:22.171Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 2956147f-b4ea 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:45:22.172Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:45:22.173Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Node template vFW 2956147f-b4ea 0 is matching search criteria
2022-04-24T07:45:22.173Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 2956147f-b4ea 0] matching following query criteria: sdcType=VF, customizationUUID=ccf32ba2-51b7-4adf-a694-48bf4af360fe
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-24T07:45:22.176Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:45:22.176Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-24 07-41-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:45:22.176Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid e7f98ae2-153d-4b29-aa30-b94e9b01f2f0: vFW 2956147f-b4ea
2022-04-24T07:45:22.177Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:45:22.177Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-24 07-41-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:45:22.177Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:45:22.178Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-24 07-41-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:45:22.178Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:45:22.178Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-24 07-41-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:45:22.179Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:45:22.179Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-24 07-41-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:45:22.179Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:45:22.179Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-24 07-41-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:45:22.180Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-04-24 07-41-36 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:45:22.419Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 2956147f-b4ea 46501fa0-5d7d-4d3f-a7ba-e99b5d53538f 1 ASDC deployResourceStructure
2022-04-24T07:45:22.420Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/vfw2956147fb4ea0_modules.json ASDC sendASDCNotification
2022-04-24T07:45:22.420Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/vfw2956147fb4ea0_modules.json
2022-04-24T07:45:22.421Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-24T07:45:22.422Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-24T07:45:22.426Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:45:22.427Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786322420,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/vfw2956147fb4ea0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-24T07:45:22.525Z||pool-210-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-24T07:45:22.526Z||pool-210-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:45:22.526Z||pool-210-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:45:22.549Z||pool-210-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:45:22.550Z||pool-210-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:45:23.428Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-24T07:45:23.430Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/base_vfw.yaml
2022-04-24T07:45:23.430Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-24T07:45:23.430Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-24T07:45:23.434Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:45:23.434Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786323428,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-24T07:45:23.533Z||pool-211-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:45:23.535Z||pool-211-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:45:23.535Z||pool-211-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:45:23.553Z||pool-211-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:45:23.553Z||pool-211-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:45:24.435Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-24T07:45:24.436Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/base_vfw.env
2022-04-24T07:45:24.436Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-24T07:45:24.437Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-24T07:45:24.439Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:45:24.439Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786324435,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-24T07:45:24.539Z||pool-212-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:45:24.541Z||pool-212-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:45:24.541Z||pool-212-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:45:24.555Z||pool-212-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:45:24.556Z||pool-212-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:45:25.440Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220424074136/1.0/artifacts/service-Vfw20220424074136-csar.csar ASDC sendASDCNotification
2022-04-24T07:45:25.441Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220424074136/1.0/artifacts/service-Vfw20220424074136-csar.csar
2022-04-24T07:45:25.445Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-24T07:45:25.446Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-24T07:45:25.449Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:45:25.449Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786325440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/artifacts/service-Vfw20220424074136-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T07:45:25.548Z||pool-213-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-24T07:45:25.550Z||pool-213-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:45:25.550Z||pool-213-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:45:25.564Z||pool-213-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:45:25.565Z||pool-213-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:45:26.450Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 846b5679-b33c-4579-8ed1-e7e4b82ecac7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:45:26.474Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 846b5679-b33c-4579-8ed1-e7e4b82ecac7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:45:26.500Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-24T07:45:26.500Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-24T07:45:26.501Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-24T07:45:56.501Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 846b5679-b33c-4579-8ed1-e7e4b82ecac7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:45:56.520Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 846b5679-b33c-4579-8ed1-e7e4b82ecac7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:45:56.528Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-24T07:45:56.528Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-24T07:45:56.528Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-24T07:46:04.418Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:46:04.420Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:46:04.420Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:46:04.552Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:46:04.553Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:46:04.553Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786304388,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:46:04.555Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:46:26.529Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 846b5679-b33c-4579-8ed1-e7e4b82ecac7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:46:26.548Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 846b5679-b33c-4579-8ed1-e7e4b82ecac7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:46:26.552Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-24T07:46:26.552Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-24T07:46:26.552Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-24T07:46:56.553Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 846b5679-b33c-4579-8ed1-e7e4b82ecac7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:46:56.581Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 846b5679-b33c-4579-8ed1-e7e4b82ecac7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:46:56.586Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-24T07:46:56.586Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-24T07:46:56.586Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-24T07:47:04.419Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:47:04.421Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:47:04.421Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:47:04.954Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:47:04.955Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:47:04.955Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786304388,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/vfw2956147fb4ea0_modules.json",
  "status": "NOTIFIED"
}
2022-04-24T07:47:04.956Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:47:04.956Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:47:04.956Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786304388,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-24T07:47:04.956Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:47:04.957Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:47:04.957Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786304388,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:47:04.957Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:47:04.957Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:47:04.957Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786304388,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-24T07:47:04.957Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:47:04.958Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:47:04.958Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786304388,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/artifacts/service-Vfw20220424074136-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:47:04.958Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:47:04.958Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:47:04.958Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786304388,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/artifacts/service-Vfw20220424074136-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:47:04.958Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:47:04.959Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:47:04.959Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "aai-ml",
  "timestamp": 1650786310648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/artifacts/service-Vfw20220424074136-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-04-24T07:47:04.959Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:47:04.959Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:47:04.959Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "aai-ml",
  "timestamp": 1650786311653,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:47:04.977Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 846b5679-b33c-4579-8ed1-e7e4b82ecac7
2022-04-24T07:47:04.978Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 846b5679-b33c-4579-8ed1-e7e4b82ecac7 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:47:05.006Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:47:05.007Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786312947,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/artifacts/service-Vfw20220424074136-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:47:05.007Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:47:05.008Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:47:05.008Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786318332,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/vfw2956147fb4ea0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:47:05.008Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:47:05.009Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:47:05.009Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786319883,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:47:05.009Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:47:05.009Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:47:05.010Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786321096,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:47:05.010Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:47:05.010Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:47:05.010Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786322420,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/vfw2956147fb4ea0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-24T07:47:05.011Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:47:05.011Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:47:05.011Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786323428,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-24T07:47:05.012Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:47:05.012Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:47:05.012Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786324435,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/resourceInstances/vfw2956147fb4ea0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-24T07:47:05.012Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:47:05.013Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T07:47:05.013Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786325440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424074136/1.0/artifacts/service-Vfw20220424074136-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T07:47:05.013Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:47:26.587Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 846b5679-b33c-4579-8ed1-e7e4b82ecac7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:47:26.611Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 846b5679-b33c-4579-8ed1-e7e4b82ecac7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:47:26.628Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-24T07:47:26.629Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-24T07:47:26.629Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-24T07:47:26.629Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-24T07:47:26.629Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-04-24T07:47:26.629Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:47:26.638Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-24T07:47:56.639Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 846b5679-b33c-4579-8ed1-e7e4b82ecac7 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-24T07:47:56.663Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 846b5679-b33c-4579-8ed1-e7e4b82ecac7 and serviceModelVersionId: e7f98ae2-153d-4b29-aa30-b94e9b01f2f0
2022-04-24T07:47:56.664Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4ecd3949-5c6a-4223-ae91-f4a0f1fceee8
2022-04-24T07:47:56.667Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0
2022-04-24T07:47:56.683Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-04-24T07:47:56.792Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|INFO|500||Invoke
2022-04-24T07:47:56.793Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[846b5679-b33c-4579-8ed1-e7e4b82ecac7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9e1ac589-31c8-431d-b7bc-f6fea848e812], X-ECOMP-RequestID=[846b5679-b33c-4579-8ed1-e7e4b82ecac7], X-TransactionId=[], X-ONAP-RequestID=[846b5679-b33c-4579-8ed1-e7e4b82ecac7], Content-Type=[application/merge-patch+json]}
2022-04-24T07:47:58.365Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|INFO|500||Invoke
2022-04-24T07:47:58.366Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[846b5679-b33c-4579-8ed1-e7e4b82ecac7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[62b6d788-5280-4a55-a1d3-7ed956f2a41d], X-ECOMP-RequestID=[846b5679-b33c-4579-8ed1-e7e4b82ecac7], X-TransactionId=[], X-ONAP-RequestID=[846b5679-b33c-4579-8ed1-e7e4b82ecac7], Content-Type=[application/merge-patch+json]}
2022-04-24T07:47:59.907Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|INFO|500||Invoke
2022-04-24T07:47:59.909Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[846b5679-b33c-4579-8ed1-e7e4b82ecac7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d7aaca44-47e6-42fc-885f-b1ad1ded1b3f], X-ECOMP-RequestID=[846b5679-b33c-4579-8ed1-e7e4b82ecac7], X-TransactionId=[], X-ONAP-RequestID=[846b5679-b33c-4579-8ed1-e7e4b82ecac7], Content-Type=[application/merge-patch+json]}
2022-04-24T07:48:00.935Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-04-24T07:48:00.938Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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)
Caused by: 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.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-04-24T07:48:00.942Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-24T07:48:00.942Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-24T07:48:00.948Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-24T07:48:00.951Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 846b5679-b33c-4579-8ed1-e7e4b82ecac7 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-24T07:48:00.951Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-24T07:48:00.953Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:48:00.957Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:48:00.957Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|DEBUG|500||try to send status {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786480951,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-24T07:48:01.056Z||pool-214-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-24T07:48:01.058Z||pool-214-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:48:01.058Z||pool-214-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:48:01.147Z||pool-214-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:48:01.148Z||pool-214-thread-1|||||INFO|500||cambria reply ok (91 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-24T07:48:01.979Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:48:01.981Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:48:01.982Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:48:04.418Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:48:04.419Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:48:04.419Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:48:05.064Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:48:05.067Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:48:05.067Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650786445141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/resourceInstances/pnf7ded33f87e5c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:48:05.069Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:48:05.069Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:48:05.069Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650786440922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/resourceInstances/pnf7ded33f87e5c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:48:05.070Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:48:05.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:48:05.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "aai-ml",
  "timestamp": 1650786441636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/resourceInstances/pnf7ded33f87e5c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:48:05.070Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:48:05.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:48:05.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650786440922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/resourceInstances/pnf7ded33f87e5c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:48:05.071Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:48:05.071Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:48:05.071Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "aai-ml",
  "timestamp": 1650786441636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/resourceInstances/pnf7ded33f87e5c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:48:05.071Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:48:05.071Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:48:05.071Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650786445141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/resourceInstances/pnf7ded33f87e5c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:48:05.071Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:48:05.072Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:48:05.072Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "policy-id",
  "timestamp": 1650786447821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/resourceInstances/pnf7ded33f87e5c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:48:05.072Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:48:05.072Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:48:05.072Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "aai-ml",
  "timestamp": 1650786441636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/resourceInstances/pnf7ded33f87e5c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:48:05.072Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:48:05.073Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:48:05.073Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650786440922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/resourceInstances/pnf7ded33f87e5c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:48:05.073Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:48:05.073Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:48:05.073Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650786445141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/resourceInstances/pnf7ded33f87e5c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:48:05.073Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:48:05.073Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:48:05.073Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "policy-id",
  "timestamp": 1650786447821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/resourceInstances/pnf7ded33f87e5c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:48:05.074Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:48:05.074Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:48:05.074Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "cds",
  "timestamp": 1650786449809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/resourceInstances/pnf7ded33f87e5c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:48:05.074Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:48:05.074Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:48:05.074Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650786440922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/resourceInstances/pnf7ded33f87e5c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:48:05.074Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:48:05.074Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:48:05.074Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "aai-ml",
  "timestamp": 1650786441636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/resourceInstances/pnf7ded33f87e5c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:48:05.075Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:48:05.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:48:05.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650786445141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/resourceInstances/pnf7ded33f87e5c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:48:05.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:48:05.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:48:05.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "policy-id",
  "timestamp": 1650786447821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/resourceInstances/pnf7ded33f87e5c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:48:05.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:48:05.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:48:05.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "cds",
  "timestamp": 1650786449809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/resourceInstances/pnf7ded33f87e5c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:48:05.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:48:05.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:48:05.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650786440922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/resourceInstances/pnf7ded33f87e5c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:48:05.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:48:05.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:48:05.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "aai-ml",
  "timestamp": 1650786441636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/resourceInstances/pnf7ded33f87e5c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:48:05.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:48:05.094Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:48:05.095Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650786445141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/resourceInstances/pnf7ded33f87e5c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:48:05.095Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:48:05.095Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:48:05.095Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "policy-id",
  "timestamp": 1650786447821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/resourceInstances/pnf7ded33f87e5c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:48:05.095Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:48:05.095Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:48:05.096Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "cds",
  "timestamp": 1650786449809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/resourceInstances/pnf7ded33f87e5c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:48:05.096Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:48:05.096Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:48:05.096Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "aai-ml",
  "timestamp": 1650786441636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/resourceInstances/pnf7ded33f87e5c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:48:05.096Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:48:05.096Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:48:05.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650786440922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/resourceInstances/pnf7ded33f87e5c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-04-24T07:48:05.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:48:05.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:48:05.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650786445141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/resourceInstances/pnf7ded33f87e5c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:48:05.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:48:05.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:48:05.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "policy-id",
  "timestamp": 1650786447821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/resourceInstances/pnf7ded33f87e5c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:48:05.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:48:05.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:48:05.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "cds",
  "timestamp": 1650786449809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/resourceInstances/pnf7ded33f87e5c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:48:05.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:48:05.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:48:05.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "aai-ml",
  "timestamp": 1650786441636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/artifacts/service-DemoPnfPajzzphpfyyqjcgi9ter-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:48:05.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:48:05.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:48:05.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650786440922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/artifacts/service-DemoPnfPajzzphpfyyqjcgi9ter-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:48:05.099Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:48:05.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:48:05.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650786445141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/artifacts/service-DemoPnfPajzzphpfyyqjcgi9ter-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:48:05.099Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:48:05.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:48:05.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "policy-id",
  "timestamp": 1650786447821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/resourceInstances/pnf7ded33f87e5c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:48:05.099Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:48:05.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:48:05.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "cds",
  "timestamp": 1650786449809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/resourceInstances/pnf7ded33f87e5c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:48:05.100Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:48:05.100Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:48:05.100Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "aai-ml",
  "timestamp": 1650786441636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/artifacts/service-DemoPnfPajzzphpfyyqjcgi9ter-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:48:05.100Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:48:05.100Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:48:05.100Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650786440922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/artifacts/service-DemoPnfPajzzphpfyyqjcgi9ter-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:48:05.102Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:48:05.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:48:05.102Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650786445141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/artifacts/service-DemoPnfPajzzphpfyyqjcgi9ter-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:48:05.103Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:48:05.103Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:48:05.103Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "clamp",
  "timestamp": 1650786453721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/resourceInstances/pnf7ded33f87e5c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:48:05.104Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:48:05.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:48:05.104Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "policy-id",
  "timestamp": 1650786447821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/artifacts/service-DemoPnfPajzzphpfyyqjcgi9ter-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:48:05.104Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:48:05.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:48:05.105Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "cds",
  "timestamp": 1650786449809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/resourceInstances/pnf7ded33f87e5c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:48:05.105Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:48:05.105Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:48:05.105Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "aai-ml",
  "timestamp": 1650786454981,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/artifacts/service-DemoPnfPajzzphpfyyqjcgi9ter-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:48:05.106Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:48:05.106Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:48:05.106Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "clamp",
  "timestamp": 1650786453721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/resourceInstances/pnf7ded33f87e5c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:48:05.106Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:48:05.106Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:48:05.106Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650786455801,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/resourceInstances/pnf7ded33f87e5c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:48:05.107Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:48:05.107Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:48:05.107Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "policy-id",
  "timestamp": 1650786447821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/artifacts/service-DemoPnfPajzzphpfyyqjcgi9ter-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:48:05.107Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:48:05.107Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:48:05.108Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650786454885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/resourceInstances/pnf7ded33f87e5c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:48:05.108Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:48:05.108Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:48:05.108Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "cds",
  "timestamp": 1650786449809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/artifacts/service-DemoPnfPajzzphpfyyqjcgi9ter-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:48:05.109Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:48:05.109Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:48:05.109Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "clamp",
  "timestamp": 1650786453721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/resourceInstances/pnf7ded33f87e5c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:48:05.109Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:48:05.109Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:48:05.110Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650786456843,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/resourceInstances/pnf7ded33f87e5c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-04-24T07:48:05.110Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:48:05.110Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:48:05.110Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "policy-id",
  "timestamp": 1650786456762,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/artifacts/service-DemoPnfPajzzphpfyyqjcgi9ter-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:48:05.110Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:48:05.110Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:48:05.110Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650786454885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/resourceInstances/pnf7ded33f87e5c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:48:05.110Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:48:05.110Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:48:05.111Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "cds",
  "timestamp": 1650786449809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/artifacts/service-DemoPnfPajzzphpfyyqjcgi9ter-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:48:05.111Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:48:05.111Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:48:05.111Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "clamp",
  "timestamp": 1650786453721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/resourceInstances/pnf7ded33f87e5c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:48:05.111Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:48:05.111Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:48:05.111Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650786457853,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:48:05.156Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 2d5c49cc-cdd5-4b7c-ae08-087608e4127d
2022-04-24T07:48:05.157Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d5c49cc-cdd5-4b7c-ae08-087608e4127d and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:48:05.239Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:48:05.239Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "policy-id",
  "timestamp": 1650786457768,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/artifacts/service-DemoPnfPajzzphpfyyqjcgi9ter-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T07:48:05.240Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:48:05.241Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:48:05.241Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650786454885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/resourceInstances/pnf7ded33f87e5c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:48:05.241Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:48:05.241Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:48:05.242Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "cds",
  "timestamp": 1650786458703,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/artifacts/service-DemoPnfPajzzphpfyyqjcgi9ter-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:48:05.242Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:48:05.242Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:48:05.242Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "clamp",
  "timestamp": 1650786453721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/resourceInstances/pnf7ded33f87e5c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:48:05.243Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:48:05.243Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:48:05.243Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "policy-id",
  "timestamp": 1650786458771,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:48:05.284Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2d5c49cc-cdd5-4b7c-ae08-087608e4127d
2022-04-24T07:48:05.284Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d5c49cc-cdd5-4b7c-ae08-087608e4127d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:48:05.307Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:48:05.308Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650786454885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/resourceInstances/pnf7ded33f87e5c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:48:05.308Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:48:05.308Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:48:05.308Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "cds",
  "timestamp": 1650786459711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/artifacts/service-DemoPnfPajzzphpfyyqjcgi9ter-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:48:05.334Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2d5c49cc-cdd5-4b7c-ae08-087608e4127d
2022-04-24T07:48:05.334Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d5c49cc-cdd5-4b7c-ae08-087608e4127d and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:48:05.346Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:48:05.346Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "clamp",
  "timestamp": 1650786453721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/resourceInstances/pnf7ded33f87e5c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:48:05.347Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:48:05.347Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:48:05.347Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650786454885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/resourceInstances/pnf7ded33f87e5c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:48:05.348Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:48:05.348Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:48:05.348Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "clamp",
  "timestamp": 1650786453721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/artifacts/service-DemoPnfPajzzphpfyyqjcgi9ter-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:48:05.349Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:48:05.349Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:48:05.349Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650786454885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/resourceInstances/pnf7ded33f87e5c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:48:05.349Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:48:05.350Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:48:05.350Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "aai-ml",
  "timestamp": 1650786460887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/artifacts/service-DemoPnfPajzzphpfyyqjcgi9ter-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-04-24T07:48:05.350Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:48:05.350Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:48:05.350Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "clamp",
  "timestamp": 1650786453721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/artifacts/service-DemoPnfPajzzphpfyyqjcgi9ter-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:48:05.351Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:48:05.351Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:48:05.351Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650786454885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/artifacts/service-DemoPnfPajzzphpfyyqjcgi9ter-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:48:05.352Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:48:05.352Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:48:05.352Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "aai-ml",
  "timestamp": 1650786461892,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:48:05.359Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 2d5c49cc-cdd5-4b7c-ae08-087608e4127d
2022-04-24T07:48:05.359Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d5c49cc-cdd5-4b7c-ae08-087608e4127d and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:48:05.369Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:48:05.369Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650786454885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/artifacts/service-DemoPnfPajzzphpfyyqjcgi9ter-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:48:05.369Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:48:05.369Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:48:05.369Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650786464106,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/artifacts/service-DemoPnfPajzzphpfyyqjcgi9ter-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:48:05.370Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:48:05.370Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:48:05.370Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650786466831,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/artifacts/service-DemoPnfPajzzphpfyyqjcgi9ter-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T07:48:05.370Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:48:05.370Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:48:05.370Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650786467835,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:48:05.387Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2d5c49cc-cdd5-4b7c-ae08-087608e4127d
2022-04-24T07:48:05.388Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d5c49cc-cdd5-4b7c-ae08-087608e4127d and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:48:05.402Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:48:05.402Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "clamp",
  "timestamp": 1650786473643,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/artifacts/service-DemoPnfPajzzphpfyyqjcgi9ter-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:48:05.403Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:48:05.403Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:48:05.403Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "clamp",
  "timestamp": 1650786475651,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/artifacts/service-DemoPnfPajzzphpfyyqjcgi9ter-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T07:48:05.403Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:48:05.403Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:48:05.403Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "clamp",
  "timestamp": 1650786476655,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:48:05.410Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2d5c49cc-cdd5-4b7c-ae08-087608e4127d
2022-04-24T07:48:05.411Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d5c49cc-cdd5-4b7c-ae08-087608e4127d and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:48:05.421Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:48:05.421Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "846b5679-b33c-4579-8ed1-e7e4b82ecac7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786480951,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-24T07:48:05.423Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:48:06.329Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:48:06.330Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|DEBUG|500||received message from topic
2022-04-24T07:48:06.330Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"2d5c49cc-cdd5-4b7c-ae08-087608e4127d","serviceName":"Demo_pNF_PaJZZPhPFyYqJcGI9tEr","serviceVersion":"1.0","serviceUUID":"b8cbb88b-95e0-4fa7-b906-1f97e291885f","serviceDescription":"catalog service description","serviceInvariantUUID":"9440e151-4e01-4704-b5e3-6e3a3b0f39ac","resources":[{"resourceInstanceName":"pNF 7ded33f8-7e5c 0","resourceName":"pNF 7ded33f8-7e5c","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"f658a0be-213d-4cd5-ae36-d35f4b908e8c","resourceInvariantUUID":"5d34782a-3a4b-480c-9353-5ad8ec371cd6","resourceCustomizationUUID":"f34322b7-2c9e-4f73-b910-70562783947c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/resourceInstances/pnf7ded33f87e5c0/artifacts/vf-license-model.xml","artifactChecksum":"MTI3NzhkOTdlZWNjYWNhOWYzYzZlZmE3OTc0MWVjMzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bab3ff9f-de35-4831-9814-dd9b89796024","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/resourceInstances/pnf7ded33f87e5c0/artifacts/pNF.csar","artifactChecksum":"MWYyYzhhZDhmMTQzNmY3MDdmZGFkM2EyNjAwMjY3YzM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b49775f5-253b-459e-99fa-2837d1fc22ee","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/resourceInstances/pnf7ded33f87e5c0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b2e5f4e5-2267-488b-b261-497d061961cf","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/resourceInstances/pnf7ded33f87e5c0/artifacts/vendor-license-model.xml","artifactChecksum":"YWFhNTU1MjkzOTFhMTFhMzRjOWE5OWE3ZmRjMzU2Zjg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4eba5b3e-600b-4587-865d-47ac8fd656cd","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/resourceInstances/pnf7ded33f87e5c0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d804ef4e-9139-41fd-b7a0-d7ca2f3b16c6","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/resourceInstances/pnf7ded33f87e5c0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f9839f8d-35bd-4af0-bc5e-7f63442a45bf","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfPajzzphpfyyqjcgi9ter-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/artifacts/service-DemoPnfPajzzphpfyyqjcgi9ter-template.yml","artifactChecksum":"NzA0NDcyODRjZGNjYTZlYTg0YmU3ZDViNDAxZDUxM2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2ff9b7bc-51bd-4368-bd44-32637bb44af1","artifactVersion":"1"},{"artifactName":"service-DemoPnfPajzzphpfyyqjcgi9ter-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/artifacts/service-DemoPnfPajzzphpfyyqjcgi9ter-csar.csar","artifactChecksum":"NmQ0MDc1OTdmY2M3ZTQwOTY4Njk1YmFlYmI2Mjc0OGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e7573b8b-d324-45aa-9123-b5e41a479997","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-24T07:48:06.334Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:48:06.335Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:48:06.341Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:48:06.341Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|DEBUG|500||try to send status {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786481979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/resourceInstances/pnf7ded33f87e5c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:48:06.438Z||pool-215-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-04-24T07:48:06.439Z||pool-215-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:48:06.440Z||pool-215-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:48:06.462Z||pool-215-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:48:06.462Z||pool-215-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:48:07.347Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:48:07.347Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:48:07.351Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:48:07.351Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|DEBUG|500||try to send status {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786481979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/resourceInstances/pnf7ded33f87e5c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:48:07.450Z||pool-216-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-24T07:48:07.451Z||pool-216-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:48:07.451Z||pool-216-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:48:07.465Z||pool-216-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:48:07.466Z||pool-216-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:48:08.352Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:48:08.353Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:48:08.363Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:48:08.364Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|DEBUG|500||try to send status {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786481979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/resourceInstances/pnf7ded33f87e5c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:48:08.463Z||pool-217-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:48:08.464Z||pool-217-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:48:08.465Z||pool-217-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:48:08.480Z||pool-217-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:48:08.481Z||pool-217-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:48:09.365Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:48:09.365Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:48:09.378Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:48:09.378Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|DEBUG|500||try to send status {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786481979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/resourceInstances/pnf7ded33f87e5c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:48:09.468Z||pool-218-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-04-24T07:48:09.471Z||pool-218-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:48:09.471Z||pool-218-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:48:09.481Z||pool-218-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:48:09.482Z||pool-218-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:48:10.380Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:48:10.383Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:48:10.387Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:48:10.388Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|DEBUG|500||try to send status {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786481979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/resourceInstances/pnf7ded33f87e5c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:48:10.487Z||pool-219-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:48:10.489Z||pool-219-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:48:10.489Z||pool-219-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:48:10.507Z||pool-219-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:48:10.508Z||pool-219-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-04-24T07:48:11.389Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:48:11.390Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:48:11.392Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:48:11.393Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|DEBUG|500||try to send status {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786481979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/resourceInstances/pnf7ded33f87e5c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:48:11.493Z||pool-220-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T07:48:11.494Z||pool-220-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:48:11.494Z||pool-220-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:48:11.505Z||pool-220-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:48:11.506Z||pool-220-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:48:12.394Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:48:12.394Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:48:12.398Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:48:12.398Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|DEBUG|500||try to send status {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786481979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/artifacts/service-DemoPnfPajzzphpfyyqjcgi9ter-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:48:12.498Z||pool-221-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T07:48:12.499Z||pool-221-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:48:12.499Z||pool-221-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:48:12.536Z||pool-221-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:48:12.537Z||pool-221-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:48:13.399Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:48:13.400Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:48:13.403Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:48:13.404Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|DEBUG|500||try to send status {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786481979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/artifacts/service-DemoPnfPajzzphpfyyqjcgi9ter-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:48:13.503Z||pool-222-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:48:13.504Z||pool-222-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:48:13.505Z||pool-222-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:48:13.550Z||pool-222-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:48:13.551Z||pool-222-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:48:14.405Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "serviceName": "Demo_pNF_PaJZZPhPFyYqJcGI9tEr",
  "serviceVersion": "1.0",
  "serviceUUID": "b8cbb88b-95e0-4fa7-b906-1f97e291885f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "9440e151-4e01-4704-b5e3-6e3a3b0f39ac",
  "resources": [
    {
      "resourceInstanceName": "pNF 7ded33f8-7e5c 0",
      "resourceCustomizationUUID": "f34322b7-2c9e-4f73-b910-70562783947c",
      "resourceName": "pNF 7ded33f8-7e5c",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "f658a0be-213d-4cd5-ae36-d35f4b908e8c",
      "resourceInvariantUUID": "5d34782a-3a4b-480c-9353-5ad8ec371cd6",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfPajzzphpfyyqjcgi9ter-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/artifacts/service-DemoPnfPajzzphpfyyqjcgi9ter-csar.csar",
      "artifactChecksum": "NmQ0MDc1OTdmY2M3ZTQwOTY4Njk1YmFlYmI2Mjc0OGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e7573b8b-d324-45aa-9123-b5e41a479997"
    }
  ],
  "workloadContext": "Production"
}
2022-04-24T07:48:14.405Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-24T07:48:14.405Z|846b5679-b33c-4579-8ed1-e7e4b82ecac7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b8cbb88b-95e0-4fa7-b906-1f97e291885f ASDC
2022-04-24T07:48:14.407Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|DEBUG|500||ASDC Notification:
DistributionID:2d5c49cc-cdd5-4b7c-ae08-087608e4127d
ServiceName:Demo_pNF_PaJZZPhPFyYqJcGI9tEr
ServiceVersion:1.0
ServiceUUID:b8cbb88b-95e0-4fa7-b906-1f97e291885f
ServiceInvariantUUID:9440e151-4e01-4704-b5e3-6e3a3b0f39ac
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfPajzzphpfyyqjcgi9ter-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/artifacts/service-DemoPnfPajzzphpfyyqjcgi9ter-csar.csar
ArtifactUUID:e7573b8b-d324-45aa-9123-b5e41a479997
ArtifactChecksum:NmQ0MDc1OTdmY2M3ZTQwOTY4Njk1YmFlYmI2Mjc0OGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 7ded33f8-7e5c 0
ResourceCustomizationUUID:f34322b7-2c9e-4f73-b910-70562783947c
ResourceInvariantUUID:5d34782a-3a4b-480c-9353-5ad8ec371cd6
ResourceName:pNF 7ded33f8-7e5c
ResourceType:PNF
ResourceUUID:f658a0be-213d-4cd5-ae36-d35f4b908e8c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-04-24T07:48:14.407Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b8cbb88b-95e0-4fa7-b906-1f97e291885f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-24T07:48:14.457Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-24T07:48:14.458Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|INFO|500||MSO config path is: /app
2022-04-24T07:48:14.459Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|INFO|500||MSO config path is: /app
2022-04-24T07:48:14.459Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|INFO|500||Trying to download the artifact UUID: e7573b8b-d324-45aa-9123-b5e41a479997 from URL: /sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/artifacts/service-DemoPnfPajzzphpfyyqjcgi9ter-csar.csar
2022-04-24T07:48:14.459Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|INFO|500||DistributionClient - download
2022-04-24T07:48:14.460Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/artifacts/service-DemoPnfPajzzphpfyyqjcgi9ter-csar.csar
2022-04-24T07:48:15.003Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|DEBUG|500||GET Response Status 200
2022-04-24T07:48:15.025Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/artifacts/service-DemoPnfPajzzphpfyyqjcgi9ter-csar.csar e7573b8b-d324-45aa-9123-b5e41a479997 82650
2022-04-24T07:48:15.026Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/artifacts/service-DemoPnfPajzzphpfyyqjcgi9ter-csar.csar ASDC sendASDCNotification
2022-04-24T07:48:15.027Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/artifacts/service-DemoPnfPajzzphpfyyqjcgi9ter-csar.csar
2022-04-24T07:48:15.027Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-24T07:48:15.028Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:48:15.031Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:48:15.032Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|DEBUG|500||try to send status {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786495026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/artifacts/service-DemoPnfPajzzphpfyyqjcgi9ter-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:48:15.131Z||pool-223-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:48:15.132Z||pool-223-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:48:15.132Z||pool-223-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:48:15.259Z||pool-223-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:48:15.260Z||pool-223-thread-1|||||INFO|500||cambria reply ok (128 ms):{"serverTimeMs":1,"count":1}
2022-04-24T07:48:16.033Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-24T07:48:16.034Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|INFO|500||MSO config path is: /app
2022-04-24T07:48:16.034Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|INFO|500||Trying to write artifact UUID: e7573b8b-d324-45aa-9123-b5e41a479997, URL: /sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/artifacts/service-DemoPnfPajzzphpfyyqjcgi9ter-csar.csar to file: /app/ASDC/1/service-DemoPnfPajzzphpfyyqjcgi9ter-csar.csar
2022-04-24T07:48:16.035Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfPajzzphpfyyqjcgi9ter-csar.csar
2022-04-24T07:48:16.036Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfPajzzphpfyyqjcgi9ter-csar.csar
2022-04-24T07:48:16.036Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfPajzzphpfyyqjcgi9ter-csar.csar
2022-04-24T07:48:16.307Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10933744808757637424/Definitions/service-DemoPnfPajzzphpfyyqjcgi9ter-template.yml
2022-04-24T07:48:17.889Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-04-24T07:48:17.889Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|WARN|500||####################################################################################################
2022-04-24T07:48:17.890Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfPajzzphpfyyqjcgi9ter-csar.csar
2022-04-24T07:48:17.890Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-04-24T07:48:17.890Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|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-DemoPnfPajzzphpfyyqjcgi9ter-csar.csar
2022-04-24T07:48:17.891Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfPajzzphpfyyqjcgi9ter-csar.csar
2022-04-24T07:48:17.891Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|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-DemoPnfPajzzphpfyyqjcgi9ter-csar.csar
2022-04-24T07:48:17.891Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|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-DemoPnfPajzzphpfyyqjcgi9ter-csar.csar
2022-04-24T07:48:17.891Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|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-DemoPnfPajzzphpfyyqjcgi9ter-csar.csar
2022-04-24T07:48:17.891Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|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-DemoPnfPajzzphpfyyqjcgi9ter-csar.csar
2022-04-24T07:48:17.892Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 7ded33f8-7e5c 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-DemoPnfPajzzphpfyyqjcgi9ter-csar.csar
2022-04-24T07:48:17.892Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|WARN|500||####################################################################################################
2022-04-24T07:48:17.892Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:48:17.893Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|DEBUG|500||Service Demo_pNF_PaJZZPhPFyYqJcGI9tEr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:48:17.893Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|DEBUG|500||Node template pNF 7ded33f8-7e5c 0 is matching search criteria
2022-04-24T07:48:17.894Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|DEBUG|500||Search for entities recursively
2022-04-24T07:48:17.894Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|DEBUG|500||Found topology templates [pNF 7ded33f8-7e5c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-24T07:48:17.895Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:48:17.895Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|DEBUG|500||Service Demo_pNF_PaJZZPhPFyYqJcGI9tEr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:48:17.895Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|DEBUG|500||Node template pNF 7ded33f8-7e5c 0 is matching search criteria
2022-04-24T07:48:17.895Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|DEBUG|500||Search for entities recursively
2022-04-24T07:48:17.896Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|DEBUG|500||Found topology templates [pNF 7ded33f8-7e5c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-24T07:48:17.896Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:48:17.896Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|DEBUG|500||Service Demo_pNF_PaJZZPhPFyYqJcGI9tEr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:48:17.897Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:48:17.897Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|DEBUG|500||Service Demo_pNF_PaJZZPhPFyYqJcGI9tEr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:48:17.897Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:48:17.898Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|DEBUG|500||Service Demo_pNF_PaJZZPhPFyYqJcGI9tEr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:48:17.898Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:48:17.898Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|DEBUG|500||Service Demo_pNF_PaJZZPhPFyYqJcGI9tEr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:48:17.899Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:48:17.899Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|DEBUG|500||Service Demo_pNF_PaJZZPhPFyYqJcGI9tEr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:48:17.900Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_PaJZZPhPFyYqJcGI9tEr
Description:catalog service description
Model UUID:b8cbb88b-95e0-4fa7-b906-1f97e291885f
Model Version:NULL
Model InvariantUuid:9440e151-4e01-4704-b5e3-6e3a3b0f39ac
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-24T07:48:17.908Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: f658a0be-213d-4cd5-ae36-d35f4b908e8c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-24T07:48:17.913Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|INFO|500||pNF 7ded33f8-7e5c 0
2022-04-24T07:48:17.913Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: f658a0be-213d-4cd5-ae36-d35f4b908e8c
2022-04-24T07:48:17.914Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|DEBUG|500||No resources found for Service: b8cbb88b-95e0-4fa7-b906-1f97e291885f
2022-04-24T07:48:17.914Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|DEBUG|500||Preparing to deploy Service: b8cbb88b-95e0-4fa7-b906-1f97e291885f
2022-04-24T07:48:17.914Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 7ded33f8-7e5c 0 f658a0be-213d-4cd5-ae36-d35f4b908e8c ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-24T07:48:17.921Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@64cd1a5e, org.onap.sdc.toscaparser.api.parameters.Input@63b16ae3, org.onap.sdc.toscaparser.api.parameters.Input@31bc660e, org.onap.sdc.toscaparser.api.parameters.Input@218c3f8c, org.onap.sdc.toscaparser.api.parameters.Input@2d9fce09]
2022-04-24T07:48:17.921Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:48:17.922Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|DEBUG|500||Service Demo_pNF_PaJZZPhPFyYqJcGI9tEr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:48:17.922Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|DEBUG|500|| resourceSeq for service uuid b8cbb88b-95e0-4fa7-b906-1f97e291885f: pNF 7ded33f8-7e5c
2022-04-24T07:48:17.922Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|INFO|500||Processing PNF resource: f658a0be-213d-4cd5-ae36-d35f4b908e8c
2022-04-24T07:48:17.922Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:48:17.922Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|DEBUG|500||Service Demo_pNF_PaJZZPhPFyYqJcGI9tEr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:48:17.923Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|INFO|500||Resource customization UUID: f34322b7-2c9e-4f73-b910-70562783947c is the same as notified resource customizationUUID: f34322b7-2c9e-4f73-b910-70562783947c
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-04-24T07:48:17.964Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 7ded33f8-7e5c f658a0be-213d-4cd5-ae36-d35f4b908e8c 0 ASDC deployResourceStructure
2022-04-24T07:48:17.965Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/artifacts/service-DemoPnfPajzzphpfyyqjcgi9ter-csar.csar ASDC sendASDCNotification
2022-04-24T07:48:17.965Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/artifacts/service-DemoPnfPajzzphpfyyqjcgi9ter-csar.csar
2022-04-24T07:48:17.965Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-24T07:48:17.966Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:48:17.969Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:48:17.969Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|DEBUG|500||try to send status {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786497965,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/artifacts/service-DemoPnfPajzzphpfyyqjcgi9ter-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T07:48:18.068Z||pool-224-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:48:18.070Z||pool-224-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:48:18.070Z||pool-224-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:48:18.093Z||pool-224-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:48:18.094Z||pool-224-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:48:18.973Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2d5c49cc-cdd5-4b7c-ae08-087608e4127d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:48:19.011Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2d5c49cc-cdd5-4b7c-ae08-087608e4127d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:48:19.015Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-24T07:48:19.016Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-24T07:48:19.016Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-24T07:48:19.016Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-24T07:48:19.016Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-24T07:48:19.016Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-04-24T07:48:19.016Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:48:19.031Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-24T07:48:49.032Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 2d5c49cc-cdd5-4b7c-ae08-087608e4127d and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-24T07:48:49.042Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2d5c49cc-cdd5-4b7c-ae08-087608e4127d and serviceModelVersionId: b8cbb88b-95e0-4fa7-b906-1f97e291885f
2022-04-24T07:48:49.043Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9440e151-4e01-4704-b5e3-6e3a3b0f39ac
2022-04-24T07:48:49.045Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0
2022-04-24T07:48:49.053Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-04-24T07:48:49.113Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ecd3949-5c6a-4223-ae91-f4a0f1fceee8/model-vers/model-ver/e7f98ae2-153d-4b29-aa30-b94e9b01f2f0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-24T07:48:49.115Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|INFO|500||Invoke
2022-04-24T07:48:50.656Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-24T07:48:50.658Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|INFO|500||Invoke
2022-04-24T07:48:52.187Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-24T07:48:52.188Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|INFO|500||Invoke
2022-04-24T07:48:53.221Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-04-24T07:48:53.222Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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)
Caused by: 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.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-04-24T07:48:53.223Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-24T07:48:53.223Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-24T07:48:53.230Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-24T07:48:53.231Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2d5c49cc-cdd5-4b7c-ae08-087608e4127d and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-24T07:48:53.231Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-24T07:48:53.232Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:48:53.234Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:48:53.235Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|DEBUG|500||try to send status {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786533231,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-24T07:48:53.334Z||pool-225-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:48:53.335Z||pool-225-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:48:53.336Z||pool-225-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:48:53.353Z||pool-225-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:48:53.354Z||pool-225-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-24T07:48:54.258Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:48:54.259Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:48:54.259Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:49:03.843Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:49:03.844Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:49:03.845Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:49:03.845Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:49:04.418Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:49:04.418Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:49:04.419Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:49:05.057Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:49:05.058Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-24T07:49:05.058Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786481979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/resourceInstances/pnf7ded33f87e5c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:49:05.059Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:49:05.059Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-24T07:49:05.059Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786481979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/resourceInstances/pnf7ded33f87e5c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:49:05.059Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:49:05.060Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-24T07:49:05.060Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786481979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/resourceInstances/pnf7ded33f87e5c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:49:05.060Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:49:05.060Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-24T07:49:05.060Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786481979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/resourceInstances/pnf7ded33f87e5c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:49:05.060Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:49:05.061Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-24T07:49:05.061Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786481979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/resourceInstances/pnf7ded33f87e5c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:49:05.061Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:49:05.061Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-24T07:49:05.061Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786481979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/resourceInstances/pnf7ded33f87e5c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:49:05.062Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:49:05.062Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-24T07:49:05.062Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786481979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/artifacts/service-DemoPnfPajzzphpfyyqjcgi9ter-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:49:05.062Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:49:05.062Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-24T07:49:05.063Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786481979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/artifacts/service-DemoPnfPajzzphpfyyqjcgi9ter-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:49:05.063Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:49:05.063Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-24T07:49:05.063Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786495026,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/artifacts/service-DemoPnfPajzzphpfyyqjcgi9ter-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:49:05.064Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:49:05.064Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-24T07:49:05.064Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786497965,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPajzzphpfyyqjcgi9ter/1.0/artifacts/service-DemoPnfPajzzphpfyyqjcgi9ter-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T07:49:05.064Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:49:05.064Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-24T07:49:05.064Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2d5c49cc-cdd5-4b7c-ae08-087608e4127d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786533231,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-24T07:49:05.065Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:49:13.434Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:49:13.436Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:49:13.438Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:49:13.438Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:49:22.994Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:50:04.387Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:50:04.388Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:50:04.389Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:50:04.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:50:04.418Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:50:04.418Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:50:13.969Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:50:13.985Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:51:04.387Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:51:04.388Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:51:04.388Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:51:04.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:51:04.418Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:51:04.419Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:51:14.002Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:51:14.003Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:52:04.387Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:52:04.390Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:52:04.391Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:52:04.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:52:04.418Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:52:04.418Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:52:13.992Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:52:14.002Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:53:04.387Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:53:04.389Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:53:04.389Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:53:04.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:53:04.418Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:53:04.419Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:53:13.931Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:53:13.986Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:54:04.387Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:54:04.388Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:54:04.388Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:54:04.422Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:54:04.422Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:54:04.423Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:54:05.023Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:54:05.025Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|DEBUG|500||received message from topic
2022-04-24T07:54:05.025Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"c7e881b9-f2ff-4403-9652-51d8d569855c","serviceName":"Demo_pNF_bjOJEP7WxHuLymFNzjiq","serviceVersion":"1.0","serviceUUID":"8992b0bb-efff-43a4-b199-cc1415ba13d6","serviceDescription":"catalog service description","serviceInvariantUUID":"21b561e9-f823-4139-856d-b113de0457ae","resources":[{"resourceInstanceName":"pNF e0f4f8ea-fc56 0","resourceName":"pNF e0f4f8ea-fc56","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7760b3b9-566e-486d-a77d-4680bc699826","resourceInvariantUUID":"a2754409-590e-442b-af0f-0dca5da321eb","resourceCustomizationUUID":"f8edc470-aabe-44b3-a6d5-a8e76a7ef9b2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/resourceInstances/pnfe0f4f8eafc560/artifacts/vf-license-model.xml","artifactChecksum":"MGUxOGU0NGZiNWQxMTFhOGM1N2IyMTU1MDc5YmViY2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"91786117-e13c-4671-b93c-1ed71edf5c62","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/resourceInstances/pnfe0f4f8eafc560/artifacts/pNF.csar","artifactChecksum":"MWYyYzhhZDhmMTQzNmY3MDdmZGFkM2EyNjAwMjY3YzM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9e8138d6-6218-448d-b89c-20c6952d0570","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/resourceInstances/pnfe0f4f8eafc560/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9bbcb7ad-0cfd-4985-8821-9240cdc7bacf","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/resourceInstances/pnfe0f4f8eafc560/artifacts/vendor-license-model.xml","artifactChecksum":"OWEzNjYwZDQzMTJjZjIzZjA3NmU3OThmN2E1N2I1MWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7b10c303-cf52-43fd-b513-b6406b5e64c5","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/resourceInstances/pnfe0f4f8eafc560/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cfe64be3-a8ea-42c1-8493-875bf1977fda","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/resourceInstances/pnfe0f4f8eafc560/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d6c7d20e-fd7d-4d89-89a9-c0fc647fbeae","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfBjojep7wxhulymfnzjiq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/artifacts/service-DemoPnfBjojep7wxhulymfnzjiq-template.yml","artifactChecksum":"NjFjNDE1OTY2NTYwNzM1ODhiZDhmOGRjMTIxYTEwODU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"229114a6-b3dd-493b-8474-22090a1d4e19","artifactVersion":"1"},{"artifactName":"service-DemoPnfBjojep7wxhulymfnzjiq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/artifacts/service-DemoPnfBjojep7wxhulymfnzjiq-csar.csar","artifactChecksum":"MDlmZjIwNTYzMjA3YmE0ZmYzMjIyMzk4MjhiNDgwMjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ee08b5f3-8050-495f-b09a-708837203b6e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-24T07:54:05.037Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:54:05.038Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:54:05.041Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:54:05.041Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|DEBUG|500||try to send status {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786844387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/resourceInstances/pnfe0f4f8eafc560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:54:05.085Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:54:05.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:54:05.088Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "cds",
  "timestamp": 1650786794809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/resourceInstances/pnfe0f4f8eafc560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:54:05.090Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:54:05.090Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:54:05.090Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "policy-id",
  "timestamp": 1650786787821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/resourceInstances/pnfe0f4f8eafc560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:54:05.091Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:54:05.091Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:54:05.092Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "cds",
  "timestamp": 1650786794809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/resourceInstances/pnfe0f4f8eafc560/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:54:05.092Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:54:05.093Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:54:05.093Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "policy-id",
  "timestamp": 1650786787821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/resourceInstances/pnfe0f4f8eafc560/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:54:05.093Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:54:05.093Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:54:05.093Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "cds",
  "timestamp": 1650786794809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/resourceInstances/pnfe0f4f8eafc560/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:54:05.093Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:54:05.093Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:54:05.094Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "policy-id",
  "timestamp": 1650786787821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/resourceInstances/pnfe0f4f8eafc560/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:54:05.094Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:54:05.094Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:54:05.094Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "cds",
  "timestamp": 1650786794809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/resourceInstances/pnfe0f4f8eafc560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:54:05.094Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:54:05.094Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:54:05.094Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "policy-id",
  "timestamp": 1650786787821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/resourceInstances/pnfe0f4f8eafc560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:54:05.094Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:54:05.095Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:54:05.095Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "cds",
  "timestamp": 1650786794809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/resourceInstances/pnfe0f4f8eafc560/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:54:05.095Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:54:05.095Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:54:05.095Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "policy-id",
  "timestamp": 1650786787821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/resourceInstances/pnfe0f4f8eafc560/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:54:05.095Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:54:05.095Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:54:05.095Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650786800922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/resourceInstances/pnfe0f4f8eafc560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:54:05.096Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:54:05.096Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:54:05.096Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "cds",
  "timestamp": 1650786794809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/resourceInstances/pnfe0f4f8eafc560/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:54:05.096Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:54:05.096Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:54:05.097Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "policy-id",
  "timestamp": 1650786787821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/resourceInstances/pnfe0f4f8eafc560/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:54:05.097Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:54:05.097Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:54:05.097Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650786800922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/resourceInstances/pnfe0f4f8eafc560/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:54:05.097Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:54:05.098Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:54:05.098Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "cds",
  "timestamp": 1650786794809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/artifacts/service-DemoPnfBjojep7wxhulymfnzjiq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:54:05.098Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:54:05.098Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:54:05.098Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "policy-id",
  "timestamp": 1650786787821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/artifacts/service-DemoPnfBjojep7wxhulymfnzjiq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:54:05.098Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:54:05.099Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:54:05.099Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "aai-ml",
  "timestamp": 1650786801637,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/resourceInstances/pnfe0f4f8eafc560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:54:05.099Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:54:05.099Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:54:05.099Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650786800922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/resourceInstances/pnfe0f4f8eafc560/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:54:05.099Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:54:05.100Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:54:05.100Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "cds",
  "timestamp": 1650786794809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/artifacts/service-DemoPnfBjojep7wxhulymfnzjiq-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:54:05.100Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:54:05.100Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:54:05.101Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "policy-id",
  "timestamp": 1650786787821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/artifacts/service-DemoPnfBjojep7wxhulymfnzjiq-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:54:05.101Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:54:05.101Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:54:05.101Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "aai-ml",
  "timestamp": 1650786801637,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/resourceInstances/pnfe0f4f8eafc560/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:54:05.101Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:54:05.102Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:54:05.102Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650786800922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/resourceInstances/pnfe0f4f8eafc560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:54:05.102Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:54:05.102Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:54:05.102Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "aai-ml",
  "timestamp": 1650786801637,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/resourceInstances/pnfe0f4f8eafc560/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:54:05.102Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:54:05.103Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:54:05.103Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "cds",
  "timestamp": 1650786805278,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/artifacts/service-DemoPnfBjojep7wxhulymfnzjiq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:54:05.103Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:54:05.103Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:54:05.103Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "policy-id",
  "timestamp": 1650786804825,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/artifacts/service-DemoPnfBjojep7wxhulymfnzjiq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:54:05.104Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:54:05.104Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:54:05.104Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650786800922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/resourceInstances/pnfe0f4f8eafc560/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:54:05.104Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:54:05.104Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:54:05.104Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "aai-ml",
  "timestamp": 1650786801637,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/resourceInstances/pnfe0f4f8eafc560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:54:05.105Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:54:05.105Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:54:05.105Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "cds",
  "timestamp": 1650786806285,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/artifacts/service-DemoPnfBjojep7wxhulymfnzjiq-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:54:05.140Z||pool-226-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-24T07:54:05.142Z||pool-226-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:54:05.142Z||pool-226-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:54:05.146Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c7e881b9-f2ff-4403-9652-51d8d569855c
2022-04-24T07:54:05.146Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7e881b9-f2ff-4403-9652-51d8d569855c and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:54:05.158Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:54:05.159Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "policy-id",
  "timestamp": 1650786805831,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/artifacts/service-DemoPnfBjojep7wxhulymfnzjiq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T07:54:05.160Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:54:05.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:54:05.160Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650786800922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/resourceInstances/pnfe0f4f8eafc560/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-04-24T07:54:05.161Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:54:05.161Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:54:05.161Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650786805141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/resourceInstances/pnfe0f4f8eafc560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:54:05.162Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:54:05.162Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:54:05.162Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "aai-ml",
  "timestamp": 1650786801637,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/resourceInstances/pnfe0f4f8eafc560/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:54:05.163Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:54:05.163Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:54:05.163Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "policy-id",
  "timestamp": 1650786806836,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
2022-04-24T07:54:05.166Z||pool-226-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:54:05.169Z||pool-226-thread-1|||||INFO|500||cambria reply ok (28 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=?
2022-04-24T07:54:05.178Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c7e881b9-f2ff-4403-9652-51d8d569855c
2022-04-24T07:54:05.180Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7e881b9-f2ff-4403-9652-51d8d569855c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:54:05.197Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:54:05.197Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650786805141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/resourceInstances/pnfe0f4f8eafc560/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:54:05.198Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:54:05.198Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:54:05.199Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650786800922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/artifacts/service-DemoPnfBjojep7wxhulymfnzjiq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:54:05.199Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:54:05.199Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:54:05.199Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "aai-ml",
  "timestamp": 1650786801637,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/resourceInstances/pnfe0f4f8eafc560/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:54:05.200Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:54:05.200Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:54:05.200Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650786800922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/artifacts/service-DemoPnfBjojep7wxhulymfnzjiq-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:54:05.200Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:54:05.200Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:54:05.200Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650786805141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/resourceInstances/pnfe0f4f8eafc560/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:54:05.202Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:54:05.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:54:05.202Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "aai-ml",
  "timestamp": 1650786801637,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/artifacts/service-DemoPnfBjojep7wxhulymfnzjiq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:54:05.203Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:54:05.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:54:05.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650786805141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/resourceInstances/pnfe0f4f8eafc560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:54:05.203Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:54:05.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:54:05.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650786809943,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/resourceInstances/pnfe0f4f8eafc560/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:54:05.204Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:54:05.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:54:05.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "aai-ml",
  "timestamp": 1650786801637,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/artifacts/service-DemoPnfBjojep7wxhulymfnzjiq-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:54:05.205Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:54:05.206Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:54:05.217Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650786805141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/resourceInstances/pnfe0f4f8eafc560/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:54:05.217Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:54:05.217Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:54:05.217Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650786810968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/resourceInstances/pnfe0f4f8eafc560/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-04-24T07:54:05.218Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:54:05.218Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:54:05.218Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "aai-ml",
  "timestamp": 1650786810473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/artifacts/service-DemoPnfBjojep7wxhulymfnzjiq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:54:05.218Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:54:05.218Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:54:05.218Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650786805141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/resourceInstances/pnfe0f4f8eafc560/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:54:05.218Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:54:05.218Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:54:05.218Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650786811974,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:54:05.225Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of c7e881b9-f2ff-4403-9652-51d8d569855c
2022-04-24T07:54:05.226Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7e881b9-f2ff-4403-9652-51d8d569855c and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:54:05.239Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:54:05.239Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650786805141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/artifacts/service-DemoPnfBjojep7wxhulymfnzjiq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:54:05.240Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:54:05.240Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:54:05.240Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650786805141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/artifacts/service-DemoPnfBjojep7wxhulymfnzjiq-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:54:05.240Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:54:05.240Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:54:05.241Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "clamp",
  "timestamp": 1650786813721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/resourceInstances/pnfe0f4f8eafc560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:54:05.241Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:54:05.241Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:54:05.241Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "clamp",
  "timestamp": 1650786813721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/resourceInstances/pnfe0f4f8eafc560/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:54:05.241Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:54:05.241Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:54:05.241Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650786814885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/resourceInstances/pnfe0f4f8eafc560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:54:05.241Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:54:05.242Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:54:05.242Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "clamp",
  "timestamp": 1650786813721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/resourceInstances/pnfe0f4f8eafc560/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:54:05.242Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:54:05.242Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:54:05.242Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "aai-ml",
  "timestamp": 1650786816248,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/artifacts/service-DemoPnfBjojep7wxhulymfnzjiq-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-04-24T07:54:05.242Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:54:05.242Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:54:05.242Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650786814885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/resourceInstances/pnfe0f4f8eafc560/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:54:05.242Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:54:05.242Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:54:05.243Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "clamp",
  "timestamp": 1650786813721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/resourceInstances/pnfe0f4f8eafc560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:54:05.243Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:54:05.243Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:54:05.243Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "aai-ml",
  "timestamp": 1650786817255,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:54:05.249Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of c7e881b9-f2ff-4403-9652-51d8d569855c
2022-04-24T07:54:05.249Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7e881b9-f2ff-4403-9652-51d8d569855c and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:54:05.263Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:54:05.264Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650786814885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/resourceInstances/pnfe0f4f8eafc560/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:54:05.264Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:54:05.264Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:54:05.264Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "clamp",
  "timestamp": 1650786813721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/resourceInstances/pnfe0f4f8eafc560/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:54:05.264Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:54:05.264Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:54:05.265Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650786814885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/resourceInstances/pnfe0f4f8eafc560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:54:05.265Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:54:05.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:54:05.266Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "clamp",
  "timestamp": 1650786813721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/resourceInstances/pnfe0f4f8eafc560/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:54:05.266Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:54:05.266Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:54:05.266Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650786814885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/resourceInstances/pnfe0f4f8eafc560/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:54:05.266Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:54:05.267Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:54:05.267Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "clamp",
  "timestamp": 1650786813721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/artifacts/service-DemoPnfBjojep7wxhulymfnzjiq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:54:05.267Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:54:05.267Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:54:05.267Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650786814885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/resourceInstances/pnfe0f4f8eafc560/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:54:05.267Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:54:05.267Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:54:05.267Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "clamp",
  "timestamp": 1650786813721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/artifacts/service-DemoPnfBjojep7wxhulymfnzjiq-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:54:05.268Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:54:05.268Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:54:05.268Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650786814885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/artifacts/service-DemoPnfBjojep7wxhulymfnzjiq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:54:05.268Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:54:05.268Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:54:05.268Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650786814885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/artifacts/service-DemoPnfBjojep7wxhulymfnzjiq-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:54:05.269Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:54:05.269Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:54:05.269Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650786823980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/artifacts/service-DemoPnfBjojep7wxhulymfnzjiq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:54:05.269Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:54:05.269Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:54:05.269Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650786826859,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/artifacts/service-DemoPnfBjojep7wxhulymfnzjiq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T07:54:05.269Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:54:05.269Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:54:05.270Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650786827865,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:54:05.278Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c7e881b9-f2ff-4403-9652-51d8d569855c
2022-04-24T07:54:05.279Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7e881b9-f2ff-4403-9652-51d8d569855c and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:54:05.290Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:54:05.290Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "clamp",
  "timestamp": 1650786832715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/artifacts/service-DemoPnfBjojep7wxhulymfnzjiq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:54:05.290Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:54:05.290Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:54:05.291Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "clamp",
  "timestamp": 1650786835713,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/artifacts/service-DemoPnfBjojep7wxhulymfnzjiq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T07:54:05.291Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:54:05.291Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T07:54:05.291Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "clamp",
  "timestamp": 1650786836719,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:54:05.299Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c7e881b9-f2ff-4403-9652-51d8d569855c
2022-04-24T07:54:05.299Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7e881b9-f2ff-4403-9652-51d8d569855c and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:54:06.042Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:54:06.043Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:54:06.045Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:54:06.045Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|DEBUG|500||try to send status {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786844387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/resourceInstances/pnfe0f4f8eafc560/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:54:06.145Z||pool-227-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:54:06.146Z||pool-227-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:54:06.147Z||pool-227-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:54:06.158Z||pool-227-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:54:06.159Z||pool-227-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:54:07.046Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:54:07.047Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:54:07.049Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:54:07.049Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|DEBUG|500||try to send status {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786844387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/resourceInstances/pnfe0f4f8eafc560/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:54:07.149Z||pool-228-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T07:54:07.150Z||pool-228-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:54:07.150Z||pool-228-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:54:07.168Z||pool-228-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:54:07.168Z||pool-228-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:54:08.050Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:54:08.050Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:54:08.053Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:54:08.053Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|DEBUG|500||try to send status {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786844387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/resourceInstances/pnfe0f4f8eafc560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:54:08.153Z||pool-229-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T07:54:08.154Z||pool-229-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:54:08.154Z||pool-229-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:54:08.171Z||pool-229-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:54:08.172Z||pool-229-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:54:09.054Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:54:09.055Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:54:09.058Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:54:09.059Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|DEBUG|500||try to send status {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786844387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/resourceInstances/pnfe0f4f8eafc560/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:54:09.159Z||pool-230-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T07:54:09.161Z||pool-230-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:54:09.161Z||pool-230-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:54:09.185Z||pool-230-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:54:09.186Z||pool-230-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:54:10.059Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:54:10.060Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:54:10.063Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:54:10.064Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|DEBUG|500||try to send status {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786844387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/resourceInstances/pnfe0f4f8eafc560/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:54:10.163Z||pool-231-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:54:10.164Z||pool-231-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:54:10.164Z||pool-231-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:54:10.189Z||pool-231-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:54:10.190Z||pool-231-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:54:11.064Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:54:11.065Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:54:11.081Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:54:11.081Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|DEBUG|500||try to send status {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786844387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/artifacts/service-DemoPnfBjojep7wxhulymfnzjiq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:54:11.176Z||pool-232-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-04-24T07:54:11.177Z||pool-232-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:54:11.178Z||pool-232-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:54:11.193Z||pool-232-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:54:11.193Z||pool-232-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:54:12.082Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:54:12.083Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:54:12.087Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:54:12.087Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|DEBUG|500||try to send status {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786844387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/artifacts/service-DemoPnfBjojep7wxhulymfnzjiq-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:54:12.187Z||pool-233-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T07:54:12.188Z||pool-233-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:54:12.188Z||pool-233-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:54:12.202Z||pool-233-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:54:12.202Z||pool-233-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-04-24T07:54:13.088Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "serviceName": "Demo_pNF_bjOJEP7WxHuLymFNzjiq",
  "serviceVersion": "1.0",
  "serviceUUID": "8992b0bb-efff-43a4-b199-cc1415ba13d6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "21b561e9-f823-4139-856d-b113de0457ae",
  "resources": [
    {
      "resourceInstanceName": "pNF e0f4f8ea-fc56 0",
      "resourceCustomizationUUID": "f8edc470-aabe-44b3-a6d5-a8e76a7ef9b2",
      "resourceName": "pNF e0f4f8ea-fc56",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "7760b3b9-566e-486d-a77d-4680bc699826",
      "resourceInvariantUUID": "a2754409-590e-442b-af0f-0dca5da321eb",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfBjojep7wxhulymfnzjiq-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/artifacts/service-DemoPnfBjojep7wxhulymfnzjiq-csar.csar",
      "artifactChecksum": "MDlmZjIwNTYzMjA3YmE0ZmYzMjIyMzk4MjhiNDgwMjc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ee08b5f3-8050-495f-b09a-708837203b6e"
    }
  ],
  "workloadContext": "Production"
}
2022-04-24T07:54:13.088Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-24T07:54:13.089Z|2d5c49cc-cdd5-4b7c-ae08-087608e4127d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 8992b0bb-efff-43a4-b199-cc1415ba13d6 ASDC
2022-04-24T07:54:13.089Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|DEBUG|500||ASDC Notification:
DistributionID:c7e881b9-f2ff-4403-9652-51d8d569855c
ServiceName:Demo_pNF_bjOJEP7WxHuLymFNzjiq
ServiceVersion:1.0
ServiceUUID:8992b0bb-efff-43a4-b199-cc1415ba13d6
ServiceInvariantUUID:21b561e9-f823-4139-856d-b113de0457ae
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfBjojep7wxhulymfnzjiq-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/artifacts/service-DemoPnfBjojep7wxhulymfnzjiq-csar.csar
ArtifactUUID:ee08b5f3-8050-495f-b09a-708837203b6e
ArtifactChecksum:MDlmZjIwNTYzMjA3YmE0ZmYzMjIyMzk4MjhiNDgwMjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF e0f4f8ea-fc56 0
ResourceCustomizationUUID:f8edc470-aabe-44b3-a6d5-a8e76a7ef9b2
ResourceInvariantUUID:a2754409-590e-442b-af0f-0dca5da321eb
ResourceName:pNF e0f4f8ea-fc56
ResourceType:PNF
ResourceUUID:7760b3b9-566e-486d-a77d-4680bc699826
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-04-24T07:54:13.089Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8992b0bb-efff-43a4-b199-cc1415ba13d6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-24T07:54:13.126Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-24T07:54:13.127Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|INFO|500||MSO config path is: /app
2022-04-24T07:54:13.128Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|INFO|500||MSO config path is: /app
2022-04-24T07:54:13.128Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|INFO|500||Trying to download the artifact UUID: ee08b5f3-8050-495f-b09a-708837203b6e from URL: /sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/artifacts/service-DemoPnfBjojep7wxhulymfnzjiq-csar.csar
2022-04-24T07:54:13.128Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|INFO|500||DistributionClient - download
2022-04-24T07:54:13.128Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/artifacts/service-DemoPnfBjojep7wxhulymfnzjiq-csar.csar
2022-04-24T07:54:13.496Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|DEBUG|500||GET Response Status 200
2022-04-24T07:54:13.500Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/artifacts/service-DemoPnfBjojep7wxhulymfnzjiq-csar.csar ee08b5f3-8050-495f-b09a-708837203b6e 82657
2022-04-24T07:54:13.501Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/artifacts/service-DemoPnfBjojep7wxhulymfnzjiq-csar.csar ASDC sendASDCNotification
2022-04-24T07:54:13.501Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/artifacts/service-DemoPnfBjojep7wxhulymfnzjiq-csar.csar
2022-04-24T07:54:13.501Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-24T07:54:13.502Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:54:13.505Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:54:13.505Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|DEBUG|500||try to send status {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786853501,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/artifacts/service-DemoPnfBjojep7wxhulymfnzjiq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:54:13.604Z||pool-234-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:54:13.605Z||pool-234-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:54:13.606Z||pool-234-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:54:13.629Z||pool-234-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:54:13.630Z||pool-234-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-04-24T07:54:14.505Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-24T07:54:14.506Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|INFO|500||MSO config path is: /app
2022-04-24T07:54:14.507Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|INFO|500||Trying to write artifact UUID: ee08b5f3-8050-495f-b09a-708837203b6e, URL: /sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/artifacts/service-DemoPnfBjojep7wxhulymfnzjiq-csar.csar to file: /app/ASDC/1/service-DemoPnfBjojep7wxhulymfnzjiq-csar.csar
2022-04-24T07:54:14.507Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfBjojep7wxhulymfnzjiq-csar.csar
2022-04-24T07:54:14.508Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfBjojep7wxhulymfnzjiq-csar.csar
2022-04-24T07:54:14.508Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfBjojep7wxhulymfnzjiq-csar.csar
2022-04-24T07:54:14.676Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17859092689644614597/Definitions/service-DemoPnfBjojep7wxhulymfnzjiq-template.yml
2022-04-24T07:54:15.841Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-04-24T07:54:15.841Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|WARN|500||####################################################################################################
2022-04-24T07:54:15.841Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfBjojep7wxhulymfnzjiq-csar.csar
2022-04-24T07:54:15.842Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-04-24T07:54:15.842Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|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-DemoPnfBjojep7wxhulymfnzjiq-csar.csar
2022-04-24T07:54:15.842Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfBjojep7wxhulymfnzjiq-csar.csar
2022-04-24T07:54:15.842Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|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-DemoPnfBjojep7wxhulymfnzjiq-csar.csar
2022-04-24T07:54:15.842Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|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-DemoPnfBjojep7wxhulymfnzjiq-csar.csar
2022-04-24T07:54:15.842Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|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-DemoPnfBjojep7wxhulymfnzjiq-csar.csar
2022-04-24T07:54:15.842Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|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-DemoPnfBjojep7wxhulymfnzjiq-csar.csar
2022-04-24T07:54:15.842Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF e0f4f8ea-fc56 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-DemoPnfBjojep7wxhulymfnzjiq-csar.csar
2022-04-24T07:54:15.843Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|WARN|500||####################################################################################################
2022-04-24T07:54:15.843Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:54:15.843Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|DEBUG|500||Service Demo_pNF_bjOJEP7WxHuLymFNzjiq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:54:15.843Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|DEBUG|500||Node template pNF e0f4f8ea-fc56 0 is matching search criteria
2022-04-24T07:54:15.844Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|DEBUG|500||Search for entities recursively
2022-04-24T07:54:15.844Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|DEBUG|500||Found topology templates [pNF e0f4f8ea-fc56 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-24T07:54:15.844Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:54:15.844Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|DEBUG|500||Service Demo_pNF_bjOJEP7WxHuLymFNzjiq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:54:15.844Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|DEBUG|500||Node template pNF e0f4f8ea-fc56 0 is matching search criteria
2022-04-24T07:54:15.845Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|DEBUG|500||Search for entities recursively
2022-04-24T07:54:15.845Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|DEBUG|500||Found topology templates [pNF e0f4f8ea-fc56 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-24T07:54:15.845Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:54:15.845Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|DEBUG|500||Service Demo_pNF_bjOJEP7WxHuLymFNzjiq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:54:15.846Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:54:15.846Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|DEBUG|500||Service Demo_pNF_bjOJEP7WxHuLymFNzjiq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:54:15.846Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:54:15.846Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|DEBUG|500||Service Demo_pNF_bjOJEP7WxHuLymFNzjiq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:54:15.846Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:54:15.847Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|DEBUG|500||Service Demo_pNF_bjOJEP7WxHuLymFNzjiq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:54:15.847Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:54:15.847Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|DEBUG|500||Service Demo_pNF_bjOJEP7WxHuLymFNzjiq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:54:15.848Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_bjOJEP7WxHuLymFNzjiq
Description:catalog service description
Model UUID:8992b0bb-efff-43a4-b199-cc1415ba13d6
Model Version:NULL
Model InvariantUuid:21b561e9-f823-4139-856d-b113de0457ae
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-24T07:54:15.858Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: 7760b3b9-566e-486d-a77d-4680bc699826
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-24T07:54:15.863Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|INFO|500||pNF e0f4f8ea-fc56 0
2022-04-24T07:54:15.863Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: 7760b3b9-566e-486d-a77d-4680bc699826
2022-04-24T07:54:15.863Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|DEBUG|500||No resources found for Service: 8992b0bb-efff-43a4-b199-cc1415ba13d6
2022-04-24T07:54:15.863Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|DEBUG|500||Preparing to deploy Service: 8992b0bb-efff-43a4-b199-cc1415ba13d6
2022-04-24T07:54:15.863Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF e0f4f8ea-fc56 0 7760b3b9-566e-486d-a77d-4680bc699826 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-24T07:54:15.871Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@d6a79d0, org.onap.sdc.toscaparser.api.parameters.Input@5ac5cefe, org.onap.sdc.toscaparser.api.parameters.Input@12f1c6fc, org.onap.sdc.toscaparser.api.parameters.Input@6a2d1f01, org.onap.sdc.toscaparser.api.parameters.Input@34d75f6d]
2022-04-24T07:54:15.873Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:54:15.875Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|DEBUG|500||Service Demo_pNF_bjOJEP7WxHuLymFNzjiq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:54:15.876Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|DEBUG|500|| resourceSeq for service uuid 8992b0bb-efff-43a4-b199-cc1415ba13d6: pNF e0f4f8ea-fc56
2022-04-24T07:54:15.877Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|INFO|500||Processing PNF resource: 7760b3b9-566e-486d-a77d-4680bc699826
2022-04-24T07:54:15.877Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:54:15.877Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|DEBUG|500||Service Demo_pNF_bjOJEP7WxHuLymFNzjiq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:54:15.877Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|INFO|500||Resource customization UUID: f8edc470-aabe-44b3-a6d5-a8e76a7ef9b2 is the same as notified resource customizationUUID: f8edc470-aabe-44b3-a6d5-a8e76a7ef9b2
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-04-24T07:54:15.927Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF e0f4f8ea-fc56 7760b3b9-566e-486d-a77d-4680bc699826 0 ASDC deployResourceStructure
2022-04-24T07:54:15.928Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/artifacts/service-DemoPnfBjojep7wxhulymfnzjiq-csar.csar ASDC sendASDCNotification
2022-04-24T07:54:15.928Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/artifacts/service-DemoPnfBjojep7wxhulymfnzjiq-csar.csar
2022-04-24T07:54:15.928Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-24T07:54:15.929Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:54:15.932Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:54:15.932Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|DEBUG|500||try to send status {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786855928,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/artifacts/service-DemoPnfBjojep7wxhulymfnzjiq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T07:54:16.031Z||pool-235-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:54:16.033Z||pool-235-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:54:16.033Z||pool-235-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:54:16.048Z||pool-235-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:54:16.049Z||pool-235-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:54:16.933Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c7e881b9-f2ff-4403-9652-51d8d569855c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:54:16.969Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c7e881b9-f2ff-4403-9652-51d8d569855c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:54:16.975Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-24T07:54:16.975Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-24T07:54:16.976Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-24T07:54:16.976Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-24T07:54:16.976Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-24T07:54:16.976Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-04-24T07:54:16.976Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:54:16.988Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-24T07:54:46.989Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: c7e881b9-f2ff-4403-9652-51d8d569855c and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-24T07:54:46.997Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c7e881b9-f2ff-4403-9652-51d8d569855c and serviceModelVersionId: 8992b0bb-efff-43a4-b199-cc1415ba13d6
2022-04-24T07:54:46.998Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 21b561e9-f823-4139-856d-b113de0457ae
2022-04-24T07:54:46.998Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0
2022-04-24T07:54:47.003Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-04-24T07:54:47.081Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9440e151-4e01-4704-b5e3-6e3a3b0f39ac/model-vers/model-ver/b8cbb88b-95e0-4fa7-b906-1f97e291885f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-24T07:54:47.085Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|INFO|500||Invoke
2022-04-24T07:54:48.607Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-24T07:54:48.609Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|INFO|500||Invoke
2022-04-24T07:54:50.138Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-24T07:54:50.140Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|INFO|500||Invoke
2022-04-24T07:54:51.173Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-04-24T07:54:51.174Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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)
Caused by: 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.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-04-24T07:54:51.184Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-24T07:54:51.184Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-24T07:54:51.193Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-24T07:54:51.194Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c7e881b9-f2ff-4403-9652-51d8d569855c and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-24T07:54:51.194Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-24T07:54:51.195Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:54:51.198Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:54:51.198Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||try to send status {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786891194,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-24T07:54:51.300Z||pool-236-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-24T07:54:51.301Z||pool-236-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:54:51.301Z||pool-236-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:54:51.325Z||pool-236-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:54:51.326Z||pool-236-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-24T07:55:04.387Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:55:04.388Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:55:04.388Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:55:04.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:55:04.418Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:55:04.418Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:55:04.539Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:55:04.540Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T07:55:04.541Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786844387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/resourceInstances/pnfe0f4f8eafc560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:55:04.542Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:55:13.950Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:56:04.389Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:56:04.390Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:56:04.390Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:56:04.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:56:04.419Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:56:04.420Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:56:04.440Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:56:04.441Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T07:56:04.441Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786844387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/resourceInstances/pnfe0f4f8eafc560/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:56:04.441Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:56:04.441Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T07:56:04.442Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786844387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/resourceInstances/pnfe0f4f8eafc560/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:56:04.442Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:56:04.442Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T07:56:04.442Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786844387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/resourceInstances/pnfe0f4f8eafc560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:56:04.442Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:56:04.442Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T07:56:04.442Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786844387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/resourceInstances/pnfe0f4f8eafc560/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:56:04.442Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:56:04.442Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T07:56:04.442Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786844387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/resourceInstances/pnfe0f4f8eafc560/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:56:04.443Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:56:04.443Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T07:56:04.443Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786844387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/artifacts/service-DemoPnfBjojep7wxhulymfnzjiq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:56:04.443Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:56:04.443Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T07:56:04.443Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786844387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/artifacts/service-DemoPnfBjojep7wxhulymfnzjiq-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:56:04.443Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:56:04.443Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T07:56:04.443Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786853501,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/artifacts/service-DemoPnfBjojep7wxhulymfnzjiq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:56:04.443Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:56:04.443Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T07:56:04.443Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786855928,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBjojep7wxhulymfnzjiq/1.0/artifacts/service-DemoPnfBjojep7wxhulymfnzjiq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T07:56:04.443Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:56:04.444Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T07:56:04.444Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c7e881b9-f2ff-4403-9652-51d8d569855c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786891194,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-24T07:56:04.444Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:56:05.020Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:56:05.020Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||received message from topic
2022-04-24T07:56:05.021Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"bf64740b-e47d-484f-9e77-13f29582460d","serviceName":"vFW 2022-04-24 07-53-04","serviceVersion":"1.0","serviceUUID":"a2a699ef-8e83-400e-ba75-e53bd3f8e221","serviceDescription":"catalog service description","serviceInvariantUUID":"cf0d1688-fd84-42f4-aa75-6786ac445d0e","resources":[{"resourceInstanceName":"vFW fdaed929-f659 0","resourceName":"vFW fdaed929-f659","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f3aa9caa-aa32-4517-bbf4-92f7cae72cd2","resourceInvariantUUID":"44f924a6-a37d-4670-a2b6-a76ef91e0018","resourceCustomizationUUID":"2d0592d2-7129-4a09-a313-e0fdfaa59615","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/vf-license-model.xml","artifactChecksum":"YmQ5OGMzZDg3ZDE2MzIyMmVjMDRmY2UzZWM4YjFjOTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3d4577c8-876e-41af-80b6-148068140ab4","artifactVersion":"1"},{"artifactName":"vfwfdaed929f6590_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/vfwfdaed929f6590_modules.json","artifactChecksum":"NzAyOWFkYzZlOTRhODdlZTMzNTM1ODJlYzY0NGMzOGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7ea113b6-7996-4730-98dd-b4f895ec61e3","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1fcd2740-dbc8-4980-816a-fc37ddac8ca9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/vendor-license-model.xml","artifactChecksum":"MDNjN2RmMGU1YWMyOTcyZjFiODYyZTRlZTE5ZTE1OTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"42236b5b-db66-4119-8fe3-fa11aaff1179","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"08b7a23e-49df-4f64-ad94-e3f5021c2bea","artifactVersion":"2","generatedFromUUID":"1fcd2740-dbc8-4980-816a-fc37ddac8ca9"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220424075304-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220424075304/1.0/artifacts/service-Vfw20220424075304-template.yml","artifactChecksum":"OTgzOTRjMzIwNDE5YTNhNTg5OTc0Yzg0NzE3M2Q1Nzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"18af60f2-f8c9-419e-9a57-6c7cb487944a","artifactVersion":"1"},{"artifactName":"service-Vfw20220424075304-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220424075304/1.0/artifacts/service-Vfw20220424075304-csar.csar","artifactChecksum":"MWQ1ZTc0NTM5OGFmNmU5MzdlYzg4N2ZkYTc1NmFlM2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6c7bcf4f-9234-41af-bb76-e57fcff1adf8","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-24T07:56:05.024Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:56:05.025Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:56:05.028Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:56:05.028Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||try to send status {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786964389,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:56:05.128Z||pool-237-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T07:56:05.129Z||pool-237-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:56:05.129Z||pool-237-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:56:05.155Z||pool-237-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:56:05.156Z||pool-237-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-04-24T07:56:06.029Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:56:06.029Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:56:06.032Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:56:06.032Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||try to send status {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786964389,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/vfwfdaed929f6590_modules.json",
  "status": "NOTIFIED"
}
2022-04-24T07:56:06.132Z||pool-238-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:56:06.133Z||pool-238-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:56:06.133Z||pool-238-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:56:06.147Z||pool-238-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:56:06.148Z||pool-238-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:56:07.032Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:56:07.033Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:56:07.035Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:56:07.035Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||try to send status {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786964389,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-24T07:56:07.135Z||pool-239-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:56:07.137Z||pool-239-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:56:07.137Z||pool-239-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:56:07.148Z||pool-239-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:56:07.149Z||pool-239-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:56:08.036Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:56:08.037Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:56:08.041Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:56:08.042Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||try to send status {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786964389,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:56:08.140Z||pool-240-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-04-24T07:56:08.142Z||pool-240-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:56:08.142Z||pool-240-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:56:08.152Z||pool-240-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:56:08.154Z||pool-240-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:56:09.042Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:56:09.043Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:56:09.047Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:56:09.047Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||try to send status {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786964389,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-24T07:56:09.145Z||pool-241-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-04-24T07:56:09.147Z||pool-241-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:56:09.147Z||pool-241-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:56:09.162Z||pool-241-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:56:09.163Z||pool-241-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:56:10.048Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:56:10.049Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:56:10.052Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:56:10.052Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||try to send status {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786964389,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/artifacts/service-Vfw20220424075304-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:56:10.152Z||pool-242-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:56:10.153Z||pool-242-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:56:10.153Z||pool-242-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:56:10.166Z||pool-242-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:56:10.166Z||pool-242-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-04-24T07:56:11.053Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T07:56:11.054Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:56:11.056Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:56:11.056Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||try to send status {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786964389,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/artifacts/service-Vfw20220424075304-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:56:11.155Z||pool-243-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:56:11.157Z||pool-243-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:56:11.157Z||pool-243-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:56:11.175Z||pool-243-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:56:11.175Z||pool-243-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:56:12.057Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "serviceName": "vFW 2022-04-24 07-53-04",
  "serviceVersion": "1.0",
  "serviceUUID": "a2a699ef-8e83-400e-ba75-e53bd3f8e221",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cf0d1688-fd84-42f4-aa75-6786ac445d0e",
  "resources": [
    {
      "resourceInstanceName": "vFW fdaed929-f659 0",
      "resourceCustomizationUUID": "2d0592d2-7129-4a09-a313-e0fdfaa59615",
      "resourceName": "vFW fdaed929-f659",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f3aa9caa-aa32-4517-bbf4-92f7cae72cd2",
      "resourceInvariantUUID": "44f924a6-a37d-4670-a2b6-a76ef91e0018",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwfdaed929f6590_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/vfwfdaed929f6590_modules.json",
          "artifactChecksum": "NzAyOWFkYzZlOTRhODdlZTMzNTM1ODJlYzY0NGMzOGU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7ea113b6-7996-4730-98dd-b4f895ec61e3",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "1fcd2740-dbc8-4980-816a-fc37ddac8ca9",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "08b7a23e-49df-4f64-ad94-e3f5021c2bea",
            "generatedFromUUID": "1fcd2740-dbc8-4980-816a-fc37ddac8ca9"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "08b7a23e-49df-4f64-ad94-e3f5021c2bea",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220424075304-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/artifacts/service-Vfw20220424075304-csar.csar",
      "artifactChecksum": "MWQ1ZTc0NTM5OGFmNmU5MzdlYzg4N2ZkYTc1NmFlM2U\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6c7bcf4f-9234-41af-bb76-e57fcff1adf8"
    }
  ],
  "workloadContext": "Production"
}
2022-04-24T07:56:12.058Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-24T07:56:12.058Z|c7e881b9-f2ff-4403-9652-51d8d569855c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a2a699ef-8e83-400e-ba75-e53bd3f8e221 ASDC
2022-04-24T07:56:12.059Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||ASDC Notification:
DistributionID:bf64740b-e47d-484f-9e77-13f29582460d
ServiceName:vFW 2022-04-24 07-53-04
ServiceVersion:1.0
ServiceUUID:a2a699ef-8e83-400e-ba75-e53bd3f8e221
ServiceInvariantUUID:cf0d1688-fd84-42f4-aa75-6786ac445d0e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220424075304-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220424075304/1.0/artifacts/service-Vfw20220424075304-csar.csar
ArtifactUUID:6c7bcf4f-9234-41af-bb76-e57fcff1adf8
ArtifactChecksum:MWQ1ZTc0NTM5OGFmNmU5MzdlYzg4N2ZkYTc1NmFlM2U=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW fdaed929-f659 0
ResourceCustomizationUUID:2d0592d2-7129-4a09-a313-e0fdfaa59615
ResourceInvariantUUID:44f924a6-a37d-4670-a2b6-a76ef91e0018
ResourceName:vFW fdaed929-f659
ResourceType:VF
ResourceUUID:f3aa9caa-aa32-4517-bbf4-92f7cae72cd2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwfdaed929f6590_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/vfwfdaed929f6590_modules.json
ArtifactUUID:7ea113b6-7996-4730-98dd-b4f895ec61e3
ArtifactChecksum:NzAyOWFkYzZlOTRhODdlZTMzNTM1ODJlYzY0NGMzOGU=
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/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/base_vfw.yaml
ArtifactUUID:1fcd2740-dbc8-4980-816a-fc37ddac8ca9
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/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/base_vfw.env
ArtifactUUID:08b7a23e-49df-4f64-ad94-e3f5021c2bea
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/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/base_vfw.env
ArtifactUUID:08b7a23e-49df-4f64-ad94-e3f5021c2bea
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-24T07:56:12.059Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a2a699ef-8e83-400e-ba75-e53bd3f8e221 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:56:12.107Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-24T07:56:12.108Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|INFO|500||MSO config path is: /app
2022-04-24T07:56:12.109Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|INFO|500||MSO config path is: /app
2022-04-24T07:56:12.109Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|INFO|500||Trying to download the artifact UUID: 6c7bcf4f-9234-41af-bb76-e57fcff1adf8 from URL: /sdc/v1/catalog/services/Vfw20220424075304/1.0/artifacts/service-Vfw20220424075304-csar.csar
2022-04-24T07:56:12.109Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|INFO|500||DistributionClient - download
2022-04-24T07:56:12.109Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220424075304/1.0/artifacts/service-Vfw20220424075304-csar.csar
2022-04-24T07:56:12.829Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||GET Response Status 200
2022-04-24T07:56:12.833Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220424075304/1.0/artifacts/service-Vfw20220424075304-csar.csar 6c7bcf4f-9234-41af-bb76-e57fcff1adf8 99049
2022-04-24T07:56:12.834Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220424075304/1.0/artifacts/service-Vfw20220424075304-csar.csar ASDC sendASDCNotification
2022-04-24T07:56:12.834Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220424075304/1.0/artifacts/service-Vfw20220424075304-csar.csar
2022-04-24T07:56:12.834Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-24T07:56:12.834Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:56:12.836Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:56:12.836Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||try to send status {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786972834,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/artifacts/service-Vfw20220424075304-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:56:12.936Z||pool-244-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:56:12.937Z||pool-244-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:56:12.937Z||pool-244-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:56:12.960Z||pool-244-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:56:12.961Z||pool-244-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:56:13.837Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-24T07:56:13.838Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|INFO|500||MSO config path is: /app
2022-04-24T07:56:13.839Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|INFO|500||Trying to write artifact UUID: 6c7bcf4f-9234-41af-bb76-e57fcff1adf8, URL: /sdc/v1/catalog/services/Vfw20220424075304/1.0/artifacts/service-Vfw20220424075304-csar.csar to file: /app/ASDC/1/service-Vfw20220424075304-csar.csar
2022-04-24T07:56:13.839Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220424075304-csar.csar
2022-04-24T07:56:13.840Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220424075304-csar.csar
2022-04-24T07:56:13.840Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220424075304-csar.csar
2022-04-24T07:56:14.130Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16666197430973216749/Definitions/service-Vfw20220424075304-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_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-04-24T07:56:17.102Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-04-24T07:56:17.104Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|WARN|500||####################################################################################################
2022-04-24T07:56:17.104Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220424075304-csar.csar
2022-04-24T07:56:17.104Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-24T07:56:17.104Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|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-Vfw20220424075304-csar.csar
2022-04-24T07:56:17.104Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|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-Vfw20220424075304-csar.csar
2022-04-24T07:56:17.104Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|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-Vfw20220424075304-csar.csar
2022-04-24T07:56:17.105Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220424075304-csar.csar
2022-04-24T07:56:17.105Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220424075304-csar.csar
2022-04-24T07:56:17.105Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|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-Vfw20220424075304-csar.csar
2022-04-24T07:56:17.105Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|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-Vfw20220424075304-csar.csar
2022-04-24T07:56:17.106Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|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-Vfw20220424075304-csar.csar
2022-04-24T07:56:17.106Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220424075304-csar.csar
2022-04-24T07:56:17.106Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|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-Vfw20220424075304-csar.csar
2022-04-24T07:56:17.106Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220424075304-csar.csar
2022-04-24T07:56:17.107Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW fdaed929-f659 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-Vfw20220424075304-csar.csar
2022-04-24T07:56:17.107Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|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-Vfw20220424075304-csar.csar
2022-04-24T07:56:17.107Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|WARN|500||####################################################################################################
2022-04-24T07:56:17.108Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:56:17.108Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Service vFW 2022-04-24 07-53-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:56:17.109Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template vFW fdaed929-f659 0 is matching search criteria
2022-04-24T07:56:17.109Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Search for entities recursively
2022-04-24T07:56:17.110Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Found topology templates [vFW fdaed929-f659 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-24T07:56:17.110Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:56:17.110Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Service vFW 2022-04-24 07-53-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:56:17.111Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template vFW fdaed929-f659 0 is matching search criteria
2022-04-24T07:56:17.111Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Search for entities recursively
2022-04-24T07:56:17.111Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Found topology templates [vFW fdaed929-f659 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-24T07:56:17.112Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:56:17.112Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Service vFW 2022-04-24 07-53-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:56:17.112Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:56:17.112Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template vFW fdaed929-f659 0 is not matching search criteria
2022-04-24T07:56:17.113Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-24T07:56:17.113Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-24T07:56:17.113Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-24T07:56:17.113Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-24T07:56:17.114Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-24T07:56:17.114Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T07:56:17.115Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-04-24T07:56:17.115Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-24T07:56:17.115Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-04-24T07:56:17.115Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-24T07:56:17.115Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-24T07:56:17.115Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-24T07:56:17.116Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-24T07:56:17.116Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-04-24T07:56:17.116Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T07:56:17.116Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-24T07:56:17.116Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:56:17.117Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Service vFW 2022-04-24 07-53-04 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-24T07:56:17.117Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:56:17.117Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template vFW fdaed929-f659 0 is matching search criteria
2022-04-24T07:56:17.117Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Found topology templates [vFW fdaed929-f659 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:56:17.118Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:56:17.118Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template vFW fdaed929-f659 0 is matching search criteria
2022-04-24T07:56:17.118Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Found topology templates [vFW fdaed929-f659 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:56:17.118Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:56:17.119Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template vFW fdaed929-f659 0 is matching search criteria
2022-04-24T07:56:17.119Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Found topology templates [vFW fdaed929-f659 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:56:17.119Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:56:17.119Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template vFW fdaed929-f659 0 is not matching search criteria
2022-04-24T07:56:17.119Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-24T07:56:17.120Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-24T07:56:17.120Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-24T07:56:17.120Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-24T07:56:17.120Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-04-24T07:56:17.120Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-24T07:56:17.121Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-24T07:56:17.121Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-24T07:56:17.121Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-24T07:56:17.121Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-04-24T07:56:17.121Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T07:56:17.121Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=db320a36-113c-45a4-be19-5c23a81bf98a
2022-04-24T07:56:17.122Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:56:17.122Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template vFW fdaed929-f659 0 is not matching search criteria
2022-04-24T07:56:17.122Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-24T07:56:17.122Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-24T07:56:17.122Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-24T07:56:17.123Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-24T07:56:17.123Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-24T07:56:17.123Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T07:56:17.123Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-04-24T07:56:17.123Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-24T07:56:17.124Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-24T07:56:17.124Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-24T07:56:17.124Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-04-24T07:56:17.124Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T07:56:17.124Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c3318326-5485-4aa6-9c80-456ecb4c8894
2022-04-24T07:56:17.125Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:56:17.125Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template vFW fdaed929-f659 0 is not matching search criteria
2022-04-24T07:56:17.125Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-24T07:56:17.125Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-24T07:56:17.125Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-24T07:56:17.125Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-24T07:56:17.126Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-24T07:56:17.126Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T07:56:17.126Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-04-24T07:56:17.126Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-24T07:56:17.126Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-04-24T07:56:17.127Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-24T07:56:17.127Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-24T07:56:17.127Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-24T07:56:17.127Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ddc8cfd4-c8aa-4409-879c-19243a32b90e
2022-04-24T07:56:17.127Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:56:17.128Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Service vFW 2022-04-24 07-53-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:56:17.128Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:56:17.128Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Service vFW 2022-04-24 07-53-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:56:17.128Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:56:17.128Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Service vFW 2022-04-24 07-53-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:56:17.128Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:56:17.129Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Service vFW 2022-04-24 07-53-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:56:17.129Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-04-24 07-53-04
Description:catalog service description
Model UUID:a2a699ef-8e83-400e-ba75-e53bd3f8e221
Model Version:NULL
Model InvariantUuid:cf0d1688-fd84-42f4-aa75-6786ac445d0e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW fdaed929-f659
Model UUID:d82322b6-5ccf-46a9-8b30-06ca67f9ad27
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:44f924a6-a37d-4670-a2b6-a76ef91e0018
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:2d0592d2-7129-4a09-a313-e0fdfaa59615
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:022ff54c-33f3-4a71-ab3f-1883e739ab1f
ModelName:VfwFdaed929F659..base_vfw..module-0
ModelUuid:2d24266c-1971-4d14-97c3-b3f65a06ba56
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:db320a36-113c-45a4-be19-5c23a81bf98a
ModelInvariantUuid:bf21f19e-4ec4-482e-bd40-295151d1c560
ModelName:vFW fdaed929-f659-nodes.vfwCvfc
ModelUuid:92373a96-ba3b-4e63-a16f-1d999e8f60cc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:462d3e37-6ffb-4331-a7cd-06eea7712b36
ModelInvariantUuid:d329811f-72d9-4f1f-a942-c67e607ecdb9
ModelName:VfwFdaed929F659.compute.nodes.heat.vfw
ModelUuid:7ff718b2-b759-46cb-9779-9df39c5b5d6d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c3318326-5485-4aa6-9c80-456ecb4c8894
ModelInvariantUuid:687d3a34-4360-4351-a788-f7a5d464c6ed
ModelName:vFW fdaed929-f659-nodes.vsnCvfc
ModelUuid:12391f8d-249a-4fa8-9d27-55c0e64a5faa
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:242631e4-7beb-4870-8f6e-81c7c57f6684
ModelInvariantUuid:9dc0289e-0371-48ff-9a8b-811ab3bf228a
ModelName:VfwFdaed929F659.compute.nodes.heat.vsn
ModelUuid:db18d753-154f-406b-b06e-2c63d78484b9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:ddc8cfd4-c8aa-4409-879c-19243a32b90e
ModelInvariantUuid:c2d3d796-970d-450d-8750-9f3de5f3d926
ModelName:vFW fdaed929-f659-nodes.vpgCvfc
ModelUuid:115a1c3f-7a89-41ea-8c42-9cdfefc5c418
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:bb316845-cd5c-4c0d-a748-ccdc5dc08cfd
ModelInvariantUuid:212c50a2-a864-4c3d-b815-45adc0820e85
ModelName:VfwFdaed929F659.compute.nodes.heat.vpg
ModelUuid:1d8b156c-c5de-4df0-9896-a4f7807daa4e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-24T07:56:17.137Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: f3aa9caa-aa32-4517-bbf4-92f7cae72cd2
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-24T07:56:17.141Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|INFO|500||vFW fdaed929-f659 0
2022-04-24T07:56:17.141Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: f3aa9caa-aa32-4517-bbf4-92f7cae72cd2
2022-04-24T07:56:17.141Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|INFO|500||Trying to download the artifact UUID: 7ea113b6-7996-4730-98dd-b4f895ec61e3 from URL: /sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/vfwfdaed929f6590_modules.json
2022-04-24T07:56:17.141Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|INFO|500||DistributionClient - download
2022-04-24T07:56:17.142Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/vfwfdaed929f6590_modules.json
2022-04-24T07:56:17.529Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||GET Response Status 200
2022-04-24T07:56:17.530Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/vfwfdaed929f6590_modules.json 7ea113b6-7996-4730-98dd-b4f895ec61e3 785
2022-04-24T07:56:17.530Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/vfwfdaed929f6590_modules.json ASDC sendASDCNotification
2022-04-24T07:56:17.530Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/vfwfdaed929f6590_modules.json
2022-04-24T07:56:17.531Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-24T07:56:17.531Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:56:17.535Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:56:17.536Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||try to send status {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786977530,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/vfwfdaed929f6590_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:56:17.635Z||pool-245-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:56:17.636Z||pool-245-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:56:17.636Z||pool-245-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:56:17.664Z||pool-245-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:56:17.665Z||pool-245-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:56:18.537Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwFdaed929F659..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "022ff54c-33f3-4a71-ab3f-1883e739ab1f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2d24266c-1971-4d14-97c3-b3f65a06ba56",
    "vfModuleModelCustomizationUUID": "61a79a30-49be-4190-a008-4597e4991a41",
    "isBase": true,
    "artifacts": [
      "1fcd2740-dbc8-4980-816a-fc37ddac8ca9",
      "08b7a23e-49df-4f64-ad94-e3f5021c2bea"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-24T07:56:18.553Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwFdaed929F659..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2d24266c-1971-4d14-97c3-b3f65a06ba56
VfModuleModelInvariantUUID:022ff54c-33f3-4a71-ab3f-1883e739ab1f
VfModuleModelDescription:NULL
Artifacts UUID List:{
1fcd2740-dbc8-4980-816a-fc37ddac8ca9
,
08b7a23e-49df-4f64-ad94-e3f5021c2bea

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

isBase:true


}

2022-04-24T07:56:18.557Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwFdaed929F659..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "022ff54c-33f3-4a71-ab3f-1883e739ab1f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2d24266c-1971-4d14-97c3-b3f65a06ba56",
    "vfModuleModelCustomizationUUID": "61a79a30-49be-4190-a008-4597e4991a41",
    "isBase": true,
    "artifacts": [
      "1fcd2740-dbc8-4980-816a-fc37ddac8ca9",
      "08b7a23e-49df-4f64-ad94-e3f5021c2bea"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-24T07:56:18.558Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwFdaed929F659..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2d24266c-1971-4d14-97c3-b3f65a06ba56
VfModuleModelInvariantUUID:022ff54c-33f3-4a71-ab3f-1883e739ab1f
VfModuleModelDescription:NULL
Artifacts UUID List:{
1fcd2740-dbc8-4980-816a-fc37ddac8ca9
,
08b7a23e-49df-4f64-ad94-e3f5021c2bea

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

isBase:true


}

2022-04-24T07:56:18.558Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|INFO|500||Trying to download the artifact UUID: 1fcd2740-dbc8-4980-816a-fc37ddac8ca9 from URL: /sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/base_vfw.yaml
2022-04-24T07:56:18.558Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|INFO|500||DistributionClient - download
2022-04-24T07:56:18.559Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/base_vfw.yaml
2022-04-24T07:56:18.746Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||GET Response Status 200
2022-04-24T07:56:18.747Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/base_vfw.yaml 1fcd2740-dbc8-4980-816a-fc37ddac8ca9 20368
2022-04-24T07:56:18.748Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-24T07:56:18.748Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/base_vfw.yaml
2022-04-24T07:56:18.748Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-24T07:56:18.749Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:56:18.752Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:56:18.752Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||try to send status {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786978748,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:56:18.851Z||pool-246-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:56:18.853Z||pool-246-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:56:18.853Z||pool-246-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:56:18.864Z||pool-246-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:56:18.865Z||pool-246-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:56:19.752Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|INFO|500||Trying to download the artifact UUID: 08b7a23e-49df-4f64-ad94-e3f5021c2bea from URL: /sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/base_vfw.env
2022-04-24T07:56:19.753Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|INFO|500||DistributionClient - download
2022-04-24T07:56:19.753Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/base_vfw.env
2022-04-24T07:56:20.127Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||GET Response Status 200
2022-04-24T07:56:20.127Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/base_vfw.env 08b7a23e-49df-4f64-ad94-e3f5021c2bea 2098
2022-04-24T07:56:20.128Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-24T07:56:20.128Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/base_vfw.env
2022-04-24T07:56:20.128Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-24T07:56:20.128Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:56:20.132Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:56:20.132Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||try to send status {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786980128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:56:20.230Z||pool-247-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-04-24T07:56:20.231Z||pool-247-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:56:20.232Z||pool-247-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:56:20.247Z||pool-247-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:56:20.247Z||pool-247-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:56:21.133Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Preparing to deploy Service: a2a699ef-8e83-400e-ba75-e53bd3f8e221
2022-04-24T07:56:21.133Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW fdaed929-f659 0 f3aa9caa-aa32-4517-bbf4-92f7cae72cd2 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-24T07:56:21.155Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@66358ec0, org.onap.sdc.toscaparser.api.parameters.Input@82bb138, org.onap.sdc.toscaparser.api.parameters.Input@38f84740, org.onap.sdc.toscaparser.api.parameters.Input@31bb5289, org.onap.sdc.toscaparser.api.parameters.Input@7bb289f0]
2022-04-24T07:56:21.160Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:56:21.161Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Service vFW 2022-04-24 07-53-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:56:21.161Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||VF Category is: Generic 
2022-04-24T07:56:21.161Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||VFCustomizationUUID= 2d0592d2-7129-4a09-a313-e0fdfaa59615
2022-04-24T07:56:21.162Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2d0592d2-7129-4a09-a313-e0fdfaa59615 matches Tosca VF Customization UUID: 2d0592d2-7129-4a09-a313-e0fdfaa59615
2022-04-24T07:56:21.162Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||vfCustomizationUUID: 2d0592d2-7129-4a09-a313-e0fdfaa59615  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-04-24T07:56:21.166Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:56:21.168Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Service vFW 2022-04-24 07-53-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:56:21.169Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||resource request for resource customization id 2d0592d2-7129-4a09-a313-e0fdfaa59615: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-04-24T07:56:21.170Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3fb9fa0c
2022-04-24T07:56:21.170Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:56:21.170Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Service vFW 2022-04-24 07-53-04 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-24T07:56:21.171Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 61a79a30-49be-4190-a008-4597e4991a41
2022-04-24T07:56:21.171Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 61a79a30-49be-4190-a008-4597e4991a41
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-04-24T07:56:21.176Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:56:21.177Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template vFW fdaed929-f659 0 is matching search criteria
2022-04-24T07:56:21.177Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Found topology templates [vFW fdaed929-f659 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:56:21.177Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:56:21.178Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template vFW fdaed929-f659 0 is matching search criteria
2022-04-24T07:56:21.178Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Found topology templates [vFW fdaed929-f659 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:56:21.178Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:56:21.179Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template vFW fdaed929-f659 0 is not matching search criteria
2022-04-24T07:56:21.179Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-24T07:56:21.179Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-24T07:56:21.180Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-24T07:56:21.180Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-24T07:56:21.180Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-04-24T07:56:21.181Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-24T07:56:21.181Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-24T07:56:21.181Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-24T07:56:21.182Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-24T07:56:21.182Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-04-24T07:56:21.182Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T07:56:21.182Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=db320a36-113c-45a4-be19-5c23a81bf98a
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-24T07:56:21.187Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:56:21.187Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template vFW fdaed929-f659 0 is matching search criteria
2022-04-24T07:56:21.188Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Found topology templates [vFW fdaed929-f659 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:56:21.189Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:56:21.189Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template vFW fdaed929-f659 0 is not matching search criteria
2022-04-24T07:56:21.189Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-24T07:56:21.190Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-24T07:56:21.190Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-24T07:56:21.190Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-24T07:56:21.190Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-24T07:56:21.191Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T07:56:21.191Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-04-24T07:56:21.191Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-24T07:56:21.191Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-24T07:56:21.192Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-24T07:56:21.192Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-04-24T07:56:21.192Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T07:56:21.192Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c3318326-5485-4aa6-9c80-456ecb4c8894
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-24T07:56:21.196Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:56:21.197Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template vFW fdaed929-f659 0 is matching search criteria
2022-04-24T07:56:21.198Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Found topology templates [vFW fdaed929-f659 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:56:21.202Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:56:21.203Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template vFW fdaed929-f659 0 is not matching search criteria
2022-04-24T07:56:21.203Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-24T07:56:21.203Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-24T07:56:21.204Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-24T07:56:21.204Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-24T07:56:21.204Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-24T07:56:21.204Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T07:56:21.205Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-04-24T07:56:21.205Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-24T07:56:21.205Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-04-24T07:56:21.205Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-24T07:56:21.206Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-24T07:56:21.206Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-24T07:56:21.206Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ddc8cfd4-c8aa-4409-879c-19243a32b90e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-24T07:56:21.210Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:56:21.210Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template vFW fdaed929-f659 0 is matching search criteria
2022-04-24T07:56:21.211Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Found topology templates [vFW fdaed929-f659 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T07:56:21.211Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:56:21.211Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Node template vFW fdaed929-f659 0 is matching search criteria
2022-04-24T07:56:21.211Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Found topology templates [vFW fdaed929-f659 0] matching following query criteria: sdcType=VF, customizationUUID=2d0592d2-7129-4a09-a313-e0fdfaa59615
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-24T07:56:21.214Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:56:21.215Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Service vFW 2022-04-24 07-53-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:56:21.215Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500|| resourceSeq for service uuid a2a699ef-8e83-400e-ba75-e53bd3f8e221: vFW fdaed929-f659
2022-04-24T07:56:21.215Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:56:21.215Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Service vFW 2022-04-24 07-53-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:56:21.216Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:56:21.216Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Service vFW 2022-04-24 07-53-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:56:21.216Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:56:21.217Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Service vFW 2022-04-24 07-53-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:56:21.217Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:56:21.217Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Service vFW 2022-04-24 07-53-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:56:21.218Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T07:56:21.218Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Service vFW 2022-04-24 07-53-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T07:56:21.218Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|INFO|500||Saving Service: vFW 2022-04-24 07-53-04 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:56:21.434Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW fdaed929-f659 f3aa9caa-aa32-4517-bbf4-92f7cae72cd2 1 ASDC deployResourceStructure
2022-04-24T07:56:21.435Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/vfwfdaed929f6590_modules.json ASDC sendASDCNotification
2022-04-24T07:56:21.435Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/vfwfdaed929f6590_modules.json
2022-04-24T07:56:21.436Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-24T07:56:21.436Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:56:21.439Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:56:21.439Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||try to send status {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786981435,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/vfwfdaed929f6590_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-24T07:56:21.539Z||pool-248-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T07:56:21.540Z||pool-248-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:56:21.540Z||pool-248-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:56:21.554Z||pool-248-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:56:21.555Z||pool-248-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-24T07:56:22.440Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-24T07:56:22.441Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/base_vfw.yaml
2022-04-24T07:56:22.441Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-24T07:56:22.442Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:56:22.445Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:56:22.445Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||try to send status {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786982440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-24T07:56:22.545Z||pool-249-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:56:22.547Z||pool-249-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:56:22.547Z||pool-249-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:56:22.592Z||pool-249-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:56:22.593Z||pool-249-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":1,"count":1}
2022-04-24T07:56:23.447Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-24T07:56:23.447Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/base_vfw.env
2022-04-24T07:56:23.448Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-24T07:56:23.448Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:56:23.457Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:56:23.458Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||try to send status {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786983447,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-24T07:56:23.557Z||pool-250-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:56:23.558Z||pool-250-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:56:23.558Z||pool-250-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:56:23.618Z||pool-250-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:56:23.619Z||pool-250-thread-1|||||INFO|500||cambria reply ok (62 ms):{"serverTimeMs":1,"count":1}
2022-04-24T07:56:24.459Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220424075304/1.0/artifacts/service-Vfw20220424075304-csar.csar ASDC sendASDCNotification
2022-04-24T07:56:24.459Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220424075304/1.0/artifacts/service-Vfw20220424075304-csar.csar
2022-04-24T07:56:24.459Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-24T07:56:24.460Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:56:24.464Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:56:24.464Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||try to send status {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786984459,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/artifacts/service-Vfw20220424075304-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T07:56:24.562Z||pool-251-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-04-24T07:56:24.563Z||pool-251-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:56:24.563Z||pool-251-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:56:24.575Z||pool-251-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:56:24.577Z||pool-251-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-04-24T07:56:25.466Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bf64740b-e47d-484f-9e77-13f29582460d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:56:25.486Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bf64740b-e47d-484f-9e77-13f29582460d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:56:25.489Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-24T07:56:25.489Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-24T07:56:25.490Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-24T07:56:55.490Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bf64740b-e47d-484f-9e77-13f29582460d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:56:55.505Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bf64740b-e47d-484f-9e77-13f29582460d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:56:55.509Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-24T07:56:55.509Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-24T07:56:55.509Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-24T07:57:04.418Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:57:04.419Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:57:04.420Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:57:04.448Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:57:04.451Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T07:57:04.451Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "aai-ml",
  "timestamp": 1650786921636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:57:04.454Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:57:04.454Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T07:57:04.454Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "cds",
  "timestamp": 1650786929808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:57:04.454Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:57:04.454Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T07:57:04.455Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650786925141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:57:04.455Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:57:04.455Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T07:57:04.456Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "policy-id",
  "timestamp": 1650786927821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:57:04.456Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:57:04.456Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T07:57:04.457Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650786920922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:57:04.457Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:57:04.457Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T07:57:04.457Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "aai-ml",
  "timestamp": 1650786921636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/vfwfdaed929f6590_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:57:04.458Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:57:04.458Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T07:57:04.458Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "cds",
  "timestamp": 1650786929808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/vfwfdaed929f6590_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:57:04.458Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:57:04.459Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T07:57:04.459Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650786925141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/vfwfdaed929f6590_modules.json",
  "status": "NOTIFIED"
}
2022-04-24T07:57:04.459Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:57:04.460Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T07:57:04.460Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "policy-id",
  "timestamp": 1650786927821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/vfwfdaed929f6590_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:57:04.460Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:57:04.460Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T07:57:04.461Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650786920922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/vfwfdaed929f6590_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:57:04.461Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:57:04.461Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T07:57:04.461Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "aai-ml",
  "timestamp": 1650786921636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:57:04.462Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:57:04.462Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T07:57:04.462Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "cds",
  "timestamp": 1650786929808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:57:04.462Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:57:04.462Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T07:57:04.462Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650786925141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-24T07:57:04.462Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:57:04.463Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T07:57:04.463Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "policy-id",
  "timestamp": 1650786927821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-24T07:57:04.463Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:57:04.463Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T07:57:04.463Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650786920922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:57:04.464Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:57:04.464Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T07:57:04.464Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "cds",
  "timestamp": 1650786929808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:57:04.464Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:57:04.464Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T07:57:04.465Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "aai-ml",
  "timestamp": 1650786921636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:57:04.465Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:57:04.465Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T07:57:04.465Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "policy-id",
  "timestamp": 1650786927821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:57:04.465Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:57:04.465Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T07:57:04.466Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650786925141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:57:04.466Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:57:04.466Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T07:57:04.466Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650786920922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:57:04.466Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:57:04.467Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T07:57:04.467Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "aai-ml",
  "timestamp": 1650786921636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:57:04.467Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:57:04.467Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T07:57:04.467Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "cds",
  "timestamp": 1650786929808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:57:04.468Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:57:04.468Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T07:57:04.468Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650786925141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-24T07:57:04.469Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:57:04.469Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T07:57:04.469Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "policy-id",
  "timestamp": 1650786927821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:57:04.469Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:57:04.470Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T07:57:04.470Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650786920922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:57:04.470Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:57:04.470Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T07:57:04.470Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "clamp",
  "timestamp": 1650786933721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:57:04.470Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:57:04.470Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T07:57:04.470Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "aai-ml",
  "timestamp": 1650786921636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/artifacts/service-Vfw20220424075304-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:57:04.471Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:57:04.471Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T07:57:04.471Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "cds",
  "timestamp": 1650786929808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/artifacts/service-Vfw20220424075304-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:57:04.471Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:57:04.471Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T07:57:04.471Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650786925141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/artifacts/service-Vfw20220424075304-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:57:04.471Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:57:04.472Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T07:57:04.472Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "policy-id",
  "timestamp": 1650786927821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/artifacts/service-Vfw20220424075304-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:57:04.472Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:57:04.472Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T07:57:04.472Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650786920922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/artifacts/service-Vfw20220424075304-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:57:04.472Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:57:04.472Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T07:57:04.472Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "clamp",
  "timestamp": 1650786933721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/vfwfdaed929f6590_modules.json",
  "status": "NOTIFIED"
}
2022-04-24T07:57:04.473Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:57:04.473Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T07:57:04.473Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650786934885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:57:04.474Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:57:04.474Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T07:57:04.474Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "aai-ml",
  "timestamp": 1650786921636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/artifacts/service-Vfw20220424075304-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:57:04.474Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:57:04.475Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T07:57:04.475Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "cds",
  "timestamp": 1650786929808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/artifacts/service-Vfw20220424075304-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:57:04.475Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:57:04.476Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T07:57:04.476Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650786925141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/artifacts/service-Vfw20220424075304-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:57:04.476Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:57:04.476Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T07:57:04.476Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "policy-id",
  "timestamp": 1650786927821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/artifacts/service-Vfw20220424075304-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:57:04.476Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:57:04.477Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T07:57:04.477Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650786920922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/artifacts/service-Vfw20220424075304-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:57:04.477Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:57:04.477Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T07:57:04.477Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "clamp",
  "timestamp": 1650786933721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:57:04.477Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:57:04.477Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T07:57:04.477Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650786934885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/vfwfdaed929f6590_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:57:04.478Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:57:04.478Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T07:57:04.478Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "clamp",
  "timestamp": 1650786933721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:57:04.478Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:57:04.478Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T07:57:04.478Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "cds",
  "timestamp": 1650786937895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/artifacts/service-Vfw20220424075304-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:57:04.478Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:57:04.478Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T07:57:04.479Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "aai-ml",
  "timestamp": 1650786937158,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/artifacts/service-Vfw20220424075304-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:57:04.479Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:57:04.479Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T07:57:04.479Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650786937176,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/vfwfdaed929f6590_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:57:04.479Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:57:04.479Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T07:57:04.479Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "policy-id",
  "timestamp": 1650786937555,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/artifacts/service-Vfw20220424075304-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:57:04.479Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:57:04.479Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T07:57:04.479Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650786934885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:57:04.479Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:57:04.480Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T07:57:04.480Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "clamp",
  "timestamp": 1650786933721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:57:04.480Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:57:04.480Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T07:57:04.480Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "cds",
  "timestamp": 1650786938904,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/artifacts/service-Vfw20220424075304-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:57:04.489Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bf64740b-e47d-484f-9e77-13f29582460d
2022-04-24T07:57:04.490Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bf64740b-e47d-484f-9e77-13f29582460d and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:57:04.503Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T07:57:04.503Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "policy-id",
  "timestamp": 1650786938560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/artifacts/service-Vfw20220424075304-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T07:57:04.504Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:57:04.504Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T07:57:04.504Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650786938373,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:57:04.504Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:57:04.504Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T07:57:04.505Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650786934885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:57:04.505Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:57:04.505Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T07:57:04.505Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "clamp",
  "timestamp": 1650786933721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/artifacts/service-Vfw20220424075304-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:57:04.506Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:57:04.506Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T07:57:04.506Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "policy-id",
  "timestamp": 1650786939563,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:57:04.512Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bf64740b-e47d-484f-9e77-13f29582460d
2022-04-24T07:57:04.512Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bf64740b-e47d-484f-9e77-13f29582460d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:57:04.522Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T07:57:04.522Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650786934885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:57:04.523Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:57:04.523Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T07:57:04.523Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650786939774,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:57:04.523Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:57:04.524Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T07:57:04.524Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "clamp",
  "timestamp": 1650786933721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/artifacts/service-Vfw20220424075304-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:57:04.524Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:57:04.524Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T07:57:04.524Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650786934885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/artifacts/service-Vfw20220424075304-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:57:04.525Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:57:04.525Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T07:57:04.525Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650786940840,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:57:04.534Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bf64740b-e47d-484f-9e77-13f29582460d
2022-04-24T07:57:04.535Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bf64740b-e47d-484f-9e77-13f29582460d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-04-24T07:57:04.543Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T07:57:04.543Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650786934885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/artifacts/service-Vfw20220424075304-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:57:04.544Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:57:04.544Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T07:57:04.544Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650786941843,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/vfwfdaed929f6590_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-24T07:57:04.544Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:57:04.545Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T07:57:04.545Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650786943128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/artifacts/service-Vfw20220424075304-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:57:04.545Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:57:04.545Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T07:57:04.545Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "aai-ml",
  "timestamp": 1650786947322,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/artifacts/service-Vfw20220424075304-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-04-24T07:57:04.546Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:57:04.546Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T07:57:04.546Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "aai-ml",
  "timestamp": 1650786948326,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:57:04.553Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of bf64740b-e47d-484f-9e77-13f29582460d
2022-04-24T07:57:04.554Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bf64740b-e47d-484f-9e77-13f29582460d and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:57:04.564Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T07:57:04.565Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650786948320,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/artifacts/service-Vfw20220424075304-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T07:57:04.565Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:57:04.565Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T07:57:04.566Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650786949327,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:57:04.573Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bf64740b-e47d-484f-9e77-13f29582460d
2022-04-24T07:57:04.573Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bf64740b-e47d-484f-9e77-13f29582460d and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:57:04.589Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T07:57:04.589Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "clamp",
  "timestamp": 1650786953734,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/artifacts/service-Vfw20220424075304-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:57:04.589Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:57:04.590Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T07:57:04.590Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "clamp",
  "timestamp": 1650786955744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/artifacts/service-Vfw20220424075304-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T07:57:04.591Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:57:04.591Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T07:57:04.591Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "clamp",
  "timestamp": 1650786956749,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:57:04.598Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bf64740b-e47d-484f-9e77-13f29582460d
2022-04-24T07:57:04.599Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bf64740b-e47d-484f-9e77-13f29582460d and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T07:57:25.510Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bf64740b-e47d-484f-9e77-13f29582460d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:57:25.521Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bf64740b-e47d-484f-9e77-13f29582460d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T07:57:25.525Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-24T07:57:25.525Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-24T07:57:25.525Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-24T07:57:25.526Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-24T07:57:25.526Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-04-24T07:57:25.526Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T07:57:25.535Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-24T07:57:55.536Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: bf64740b-e47d-484f-9e77-13f29582460d and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-24T07:57:55.544Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bf64740b-e47d-484f-9e77-13f29582460d and serviceModelVersionId: a2a699ef-8e83-400e-ba75-e53bd3f8e221
2022-04-24T07:57:55.545Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cf0d1688-fd84-42f4-aa75-6786ac445d0e
2022-04-24T07:57:55.547Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0
2022-04-24T07:57:55.559Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21b561e9-f823-4139-856d-b113de0457ae/model-vers/model-ver/8992b0bb-efff-43a4-b199-cc1415ba13d6?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-04-24T07:57:55.635Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|INFO|500||Invoke
2022-04-24T07:57:55.636Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bf64740b-e47d-484f-9e77-13f29582460d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[828fe4b7-dcbf-498b-bc1c-bea5e18e3748], X-ECOMP-RequestID=[bf64740b-e47d-484f-9e77-13f29582460d], X-TransactionId=[], X-ONAP-RequestID=[bf64740b-e47d-484f-9e77-13f29582460d], Content-Type=[application/merge-patch+json]}
2022-04-24T07:57:57.181Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|INFO|500||Invoke
2022-04-24T07:57:57.181Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bf64740b-e47d-484f-9e77-13f29582460d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5bb6d51f-02f5-476d-9f04-4b820bfc9dea], X-ECOMP-RequestID=[bf64740b-e47d-484f-9e77-13f29582460d], X-TransactionId=[], X-ONAP-RequestID=[bf64740b-e47d-484f-9e77-13f29582460d], Content-Type=[application/merge-patch+json]}
2022-04-24T07:57:58.716Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|INFO|500||Invoke
2022-04-24T07:57:58.717Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bf64740b-e47d-484f-9e77-13f29582460d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[284be6ef-c3b0-42c9-a367-128dbe3a1b33], X-ECOMP-RequestID=[bf64740b-e47d-484f-9e77-13f29582460d], X-TransactionId=[], X-ONAP-RequestID=[bf64740b-e47d-484f-9e77-13f29582460d], Content-Type=[application/merge-patch+json]}
2022-04-24T07:57:59.748Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-04-24T07:57:59.749Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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)
Caused by: 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.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-04-24T07:57:59.750Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-24T07:57:59.750Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-24T07:57:59.758Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-24T07:57:59.759Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bf64740b-e47d-484f-9e77-13f29582460d and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-24T07:57:59.759Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-24T07:57:59.760Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T07:57:59.763Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T07:57:59.763Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||try to send status {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650787079759,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-24T07:57:59.863Z||pool-252-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T07:57:59.864Z||pool-252-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T07:57:59.864Z||pool-252-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:57:59.878Z||pool-252-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:57:59.878Z||pool-252-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-24T07:58:00.779Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:58:00.780Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:58:00.780Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:58:04.418Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:58:04.420Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:58:04.420Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:58:04.449Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:58:04.450Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-24T07:58:04.450Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786964389,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:58:04.451Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:58:04.451Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-24T07:58:04.451Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786964389,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/vfwfdaed929f6590_modules.json",
  "status": "NOTIFIED"
}
2022-04-24T07:58:04.451Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:58:04.451Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-24T07:58:04.451Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786964389,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-24T07:58:04.452Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:58:04.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-24T07:58:04.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786964389,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:58:04.452Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:58:04.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-24T07:58:04.453Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786964389,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-24T07:58:04.453Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:58:04.453Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-24T07:58:04.453Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786964389,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/artifacts/service-Vfw20220424075304-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T07:58:04.453Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:58:04.453Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-24T07:58:04.454Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786964389,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/artifacts/service-Vfw20220424075304-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T07:58:04.454Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-24T07:58:04.454Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-24T07:58:04.454Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786972834,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/artifacts/service-Vfw20220424075304-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:58:04.454Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:58:04.454Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-24T07:58:04.454Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786977530,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/vfwfdaed929f6590_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:58:04.455Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:58:04.455Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-24T07:58:04.455Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786978748,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:58:04.455Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:58:04.455Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-24T07:58:04.455Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786980128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-24T07:58:04.455Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:58:04.455Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-24T07:58:04.455Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786981435,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/vfwfdaed929f6590_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-24T07:58:04.456Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:58:04.456Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-24T07:58:04.456Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786982440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-24T07:58:04.456Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:58:04.456Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-24T07:58:04.456Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786983447,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/resourceInstances/vfwfdaed929f6590/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-24T07:58:04.456Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:58:04.457Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-24T07:58:04.457Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650786984459,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424075304/1.0/artifacts/service-Vfw20220424075304-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T07:58:04.457Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:58:10.347Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:58:10.348Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:58:10.348Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:58:10.348Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:58:19.902Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:59:04.388Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:59:04.388Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:59:04.389Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:59:04.418Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T07:59:04.418Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T07:59:04.419Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T07:59:04.957Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T07:59:04.958Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-24T07:59:04.958Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf64740b-e47d-484f-9e77-13f29582460d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650787079759,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-24T07:59:04.960Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T07:59:13.954Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:00:04.387Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T08:00:04.388Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T08:00:04.389Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:00:04.418Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T08:00:04.420Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T08:00:04.420Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:00:13.934Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:00:13.996Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:01:04.387Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T08:01:04.389Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T08:01:04.389Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:01:04.418Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T08:01:04.419Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T08:01:04.419Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:01:14.002Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:01:14.006Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:02:04.388Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T08:02:04.389Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T08:02:04.389Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:02:04.418Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T08:02:04.418Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T08:02:04.419Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:02:13.950Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:02:13.967Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:03:04.387Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T08:03:04.388Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T08:03:04.389Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:03:04.418Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T08:03:04.419Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T08:03:04.419Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:03:05.019Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:03:05.020Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||received message from topic
2022-04-24T08:03:05.020Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"b48e617f-7ee2-4240-8098-f19b80805df3","serviceName":"Demo_pNF_5WgvLgj1naSdFnCwnQQz","serviceVersion":"1.0","serviceUUID":"618986d2-7aa3-4ed3-8d1a-e09a8b9ce390","serviceDescription":"catalog service description","serviceInvariantUUID":"ccffcf49-f7c2-4066-9d0b-a66eadc20434","resources":[{"resourceInstanceName":"pNF 6ae11aeb-398e 0","resourceName":"pNF 6ae11aeb-398e","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a70e8eed-331e-484b-b107-f0cbc9aa3568","resourceInvariantUUID":"8b9480e7-d2b9-4bde-8de5-6115e7376961","resourceCustomizationUUID":"504a043c-9aa2-41b6-a5a9-a70b27aab681","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/resourceInstances/pnf6ae11aeb398e0/artifacts/vf-license-model.xml","artifactChecksum":"Y2ZiMWMyOWY3ZGNkM2MyYzA1ZjBiZjdjMTQ0NDNhMGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2a8a23c4-6ecf-43a5-b9de-619e1d620d27","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/resourceInstances/pnf6ae11aeb398e0/artifacts/pNF.csar","artifactChecksum":"MWYyYzhhZDhmMTQzNmY3MDdmZGFkM2EyNjAwMjY3YzM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4827a803-79ab-448b-bd7c-1e438ae12c47","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/resourceInstances/pnf6ae11aeb398e0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"76d2cda2-c4f9-4863-9831-191a4bb2b7f5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/resourceInstances/pnf6ae11aeb398e0/artifacts/vendor-license-model.xml","artifactChecksum":"M2I5ZmU4N2FkN2FmM2U3MDg3NjE1ZTQ1YTNhYWU5YzU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3bbe57a8-f5ec-4990-badb-af61f536d298","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/resourceInstances/pnf6ae11aeb398e0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8cca3014-11cd-46c2-b9e3-a8b93a338a9f","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/resourceInstances/pnf6ae11aeb398e0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bcbf39d7-7f9e-48ca-8be6-00847567e72a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf5wgvlgj1nasdfncwnqqz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/artifacts/service-DemoPnf5wgvlgj1nasdfncwnqqz-template.yml","artifactChecksum":"MGVkM2JmNzY4NGM5NjI1NWVjOTNjYTVhNWUwMWJkMDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2b29c1c2-af20-486c-af1c-ffce23f0db6e","artifactVersion":"1"},{"artifactName":"service-DemoPnf5wgvlgj1nasdfncwnqqz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/artifacts/service-DemoPnf5wgvlgj1nasdfncwnqqz-csar.csar","artifactChecksum":"ZTM4MmZkYTJmMzI1NWYyMjg1MTk2MzA0ZGU4MGFjM2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1f8049dc-bdc2-40d1-9253-90b9313d974b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-24T08:03:05.023Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T08:03:05.023Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T08:03:05.027Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T08:03:05.027Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||try to send status {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650787384387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/resourceInstances/pnf6ae11aeb398e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:03:05.061Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:03:05.063Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||received message from topic
2022-04-24T08:03:05.063Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "clamp",
  "timestamp": 1650787353721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/resourceInstances/pnf6ae11aeb398e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:03:05.064Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:03:05.064Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||received message from topic
2022-04-24T08:03:05.065Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "cds",
  "timestamp": 1650787349809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/resourceInstances/pnf6ae11aeb398e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:03:05.065Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:03:05.065Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||received message from topic
2022-04-24T08:03:05.065Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650787354885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/resourceInstances/pnf6ae11aeb398e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:03:05.066Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:03:05.066Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||received message from topic
2022-04-24T08:03:05.066Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "policy-id",
  "timestamp": 1650787347821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/resourceInstances/pnf6ae11aeb398e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:03:05.066Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:03:05.066Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||received message from topic
2022-04-24T08:03:05.066Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "clamp",
  "timestamp": 1650787353721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/resourceInstances/pnf6ae11aeb398e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:03:05.066Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:03:05.066Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||received message from topic
2022-04-24T08:03:05.067Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "cds",
  "timestamp": 1650787349809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/resourceInstances/pnf6ae11aeb398e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:03:05.067Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:03:05.067Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||received message from topic
2022-04-24T08:03:05.067Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650787354885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/resourceInstances/pnf6ae11aeb398e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:03:05.067Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:03:05.067Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||received message from topic
2022-04-24T08:03:05.067Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "policy-id",
  "timestamp": 1650787347821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/resourceInstances/pnf6ae11aeb398e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:03:05.067Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:03:05.067Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||received message from topic
2022-04-24T08:03:05.067Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "clamp",
  "timestamp": 1650787353721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/resourceInstances/pnf6ae11aeb398e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:03:05.067Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:03:05.067Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||received message from topic
2022-04-24T08:03:05.067Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "cds",
  "timestamp": 1650787349809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/resourceInstances/pnf6ae11aeb398e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:03:05.068Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:03:05.068Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||received message from topic
2022-04-24T08:03:05.068Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650787354885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/resourceInstances/pnf6ae11aeb398e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:03:05.068Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:03:05.068Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||received message from topic
2022-04-24T08:03:05.068Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "policy-id",
  "timestamp": 1650787347821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/resourceInstances/pnf6ae11aeb398e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:03:05.069Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:03:05.069Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||received message from topic
2022-04-24T08:03:05.069Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "clamp",
  "timestamp": 1650787353721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/resourceInstances/pnf6ae11aeb398e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:03:05.069Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:03:05.069Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||received message from topic
2022-04-24T08:03:05.069Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "cds",
  "timestamp": 1650787349809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/resourceInstances/pnf6ae11aeb398e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:03:05.069Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:03:05.069Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||received message from topic
2022-04-24T08:03:05.069Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650787354885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/resourceInstances/pnf6ae11aeb398e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:03:05.070Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:03:05.070Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||received message from topic
2022-04-24T08:03:05.070Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "policy-id",
  "timestamp": 1650787347821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/resourceInstances/pnf6ae11aeb398e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:03:05.070Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:03:05.070Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||received message from topic
2022-04-24T08:03:05.070Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "clamp",
  "timestamp": 1650787353721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/resourceInstances/pnf6ae11aeb398e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:03:05.070Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:03:05.070Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||received message from topic
2022-04-24T08:03:05.070Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650787354885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/resourceInstances/pnf6ae11aeb398e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:03:05.070Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:03:05.070Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||received message from topic
2022-04-24T08:03:05.071Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "cds",
  "timestamp": 1650787349809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/resourceInstances/pnf6ae11aeb398e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:03:05.071Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:03:05.071Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||received message from topic
2022-04-24T08:03:05.071Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "policy-id",
  "timestamp": 1650787347821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/resourceInstances/pnf6ae11aeb398e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:03:05.071Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:03:05.071Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||received message from topic
2022-04-24T08:03:05.071Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650787360922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/resourceInstances/pnf6ae11aeb398e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:03:05.071Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:03:05.071Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||received message from topic
2022-04-24T08:03:05.071Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "clamp",
  "timestamp": 1650787353721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/resourceInstances/pnf6ae11aeb398e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:03:05.071Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:03:05.071Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||received message from topic
2022-04-24T08:03:05.072Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "cds",
  "timestamp": 1650787349809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/resourceInstances/pnf6ae11aeb398e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:03:05.072Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:03:05.072Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||received message from topic
2022-04-24T08:03:05.072Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650787354885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/resourceInstances/pnf6ae11aeb398e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:03:05.072Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:03:05.072Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||received message from topic
2022-04-24T08:03:05.072Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "policy-id",
  "timestamp": 1650787347821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/resourceInstances/pnf6ae11aeb398e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:03:05.072Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:03:05.072Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||received message from topic
2022-04-24T08:03:05.073Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650787360922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/resourceInstances/pnf6ae11aeb398e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:03:05.073Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:03:05.074Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||received message from topic
2022-04-24T08:03:05.074Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "clamp",
  "timestamp": 1650787353721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/artifacts/service-DemoPnf5wgvlgj1nasdfncwnqqz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:03:05.074Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:03:05.074Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||received message from topic
2022-04-24T08:03:05.074Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "cds",
  "timestamp": 1650787349809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/artifacts/service-DemoPnf5wgvlgj1nasdfncwnqqz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:03:05.074Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:03:05.075Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||received message from topic
2022-04-24T08:03:05.075Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650787354885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/artifacts/service-DemoPnf5wgvlgj1nasdfncwnqqz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:03:05.075Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:03:05.075Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||received message from topic
2022-04-24T08:03:05.075Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "policy-id",
  "timestamp": 1650787347821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/artifacts/service-DemoPnf5wgvlgj1nasdfncwnqqz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:03:05.075Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:03:05.075Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||received message from topic
2022-04-24T08:03:05.076Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650787360922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/resourceInstances/pnf6ae11aeb398e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:03:05.076Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:03:05.076Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||received message from topic
2022-04-24T08:03:05.076Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "clamp",
  "timestamp": 1650787353721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/artifacts/service-DemoPnf5wgvlgj1nasdfncwnqqz-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T08:03:05.076Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:03:05.077Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||received message from topic
2022-04-24T08:03:05.077Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "cds",
  "timestamp": 1650787349809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/artifacts/service-DemoPnf5wgvlgj1nasdfncwnqqz-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T08:03:05.077Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:03:05.077Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||received message from topic
2022-04-24T08:03:05.077Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650787354885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/artifacts/service-DemoPnf5wgvlgj1nasdfncwnqqz-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T08:03:05.077Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:03:05.077Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||received message from topic
2022-04-24T08:03:05.078Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "policy-id",
  "timestamp": 1650787347821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/artifacts/service-DemoPnf5wgvlgj1nasdfncwnqqz-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T08:03:05.078Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:03:05.078Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||received message from topic
2022-04-24T08:03:05.078Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650787360922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/resourceInstances/pnf6ae11aeb398e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:03:05.078Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:03:05.078Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||received message from topic
2022-04-24T08:03:05.078Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650787364574,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/artifacts/service-DemoPnf5wgvlgj1nasdfncwnqqz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T08:03:05.078Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:03:05.079Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||received message from topic
2022-04-24T08:03:05.079Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "cds",
  "timestamp": 1650787365483,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/artifacts/service-DemoPnf5wgvlgj1nasdfncwnqqz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T08:03:05.079Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:03:05.079Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||received message from topic
2022-04-24T08:03:05.079Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "policy-id",
  "timestamp": 1650787365040,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/artifacts/service-DemoPnf5wgvlgj1nasdfncwnqqz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T08:03:05.079Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:03:05.079Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||received message from topic
2022-04-24T08:03:05.079Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650787360922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/resourceInstances/pnf6ae11aeb398e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:03:05.080Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:03:05.080Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||received message from topic
2022-04-24T08:03:05.080Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "cds",
  "timestamp": 1650787366493,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/artifacts/service-DemoPnf5wgvlgj1nasdfncwnqqz-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T08:03:05.116Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b48e617f-7ee2-4240-8098-f19b80805df3
2022-04-24T08:03:05.116Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId b48e617f-7ee2-4240-8098-f19b80805df3 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T08:03:05.127Z||pool-253-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-04-24T08:03:05.127Z||pool-253-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T08:03:05.128Z||pool-253-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:03:05.157Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||received message from topic
2022-04-24T08:03:05.158Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "policy-id",
  "timestamp": 1650787366045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/artifacts/service-DemoPnf5wgvlgj1nasdfncwnqqz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T08:03:05.158Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:03:05.158Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||received message from topic
2022-04-24T08:03:05.158Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650787360922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/resourceInstances/pnf6ae11aeb398e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-04-24T08:03:05.159Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:03:05.159Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||received message from topic
2022-04-24T08:03:05.159Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650787365141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/resourceInstances/pnf6ae11aeb398e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:03:05.159Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:03:05.159Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||received message from topic
2022-04-24T08:03:05.159Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "policy-id",
  "timestamp": 1650787367049,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T08:03:05.168Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b48e617f-7ee2-4240-8098-f19b80805df3
2022-04-24T08:03:05.168Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId b48e617f-7ee2-4240-8098-f19b80805df3 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T08:03:05.180Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||received message from topic
2022-04-24T08:03:05.181Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650787360922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/artifacts/service-DemoPnf5wgvlgj1nasdfncwnqqz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:03:05.181Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:03:05.181Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||received message from topic
2022-04-24T08:03:05.181Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650787365141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/resourceInstances/pnf6ae11aeb398e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:03:05.182Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:03:05.182Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||received message from topic
2022-04-24T08:03:05.182Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650787367457,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/artifacts/service-DemoPnf5wgvlgj1nasdfncwnqqz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T08:03:05.182Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:03:05.182Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||received message from topic
2022-04-24T08:03:05.182Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650787360922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/artifacts/service-DemoPnf5wgvlgj1nasdfncwnqqz-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:03:05.183Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:03:05.183Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||received message from topic
2022-04-24T08:03:05.183Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650787365141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/resourceInstances/pnf6ae11aeb398e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:03:05.183Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:03:05.183Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||received message from topic
2022-04-24T08:03:05.183Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650787368463,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T08:03:05.191Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b48e617f-7ee2-4240-8098-f19b80805df3
2022-04-24T08:03:05.192Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId b48e617f-7ee2-4240-8098-f19b80805df3 and ComponentName SDNC
2022-04-24T08:03:05.193Z||pool-253-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:03:05.193Z||pool-253-thread-1|||||INFO|500||cambria reply ok (66 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T08:03:05.204Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||received message from topic
2022-04-24T08:03:05.204Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650787365141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/resourceInstances/pnf6ae11aeb398e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:03:05.204Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:03:05.205Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||received message from topic
2022-04-24T08:03:05.205Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650787370376,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/resourceInstances/pnf6ae11aeb398e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-24T08:03:05.205Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:03:05.205Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||received message from topic
2022-04-24T08:03:05.206Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650787365141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/resourceInstances/pnf6ae11aeb398e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:03:05.206Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:03:05.206Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||received message from topic
2022-04-24T08:03:05.206Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650787371401,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/resourceInstances/pnf6ae11aeb398e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-04-24T08:03:05.206Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:03:05.206Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||received message from topic
2022-04-24T08:03:05.206Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650787365141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/resourceInstances/pnf6ae11aeb398e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:03:05.207Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:03:05.207Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||received message from topic
2022-04-24T08:03:05.207Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650787372406,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T08:03:05.213Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of b48e617f-7ee2-4240-8098-f19b80805df3
2022-04-24T08:03:05.214Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId b48e617f-7ee2-4240-8098-f19b80805df3 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T08:03:05.224Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||received message from topic
2022-04-24T08:03:05.224Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650787365141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/artifacts/service-DemoPnf5wgvlgj1nasdfncwnqqz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:03:05.225Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:03:05.225Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||received message from topic
2022-04-24T08:03:05.225Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "aai-ml",
  "timestamp": 1650787371636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/resourceInstances/pnf6ae11aeb398e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:03:05.225Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:03:05.225Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||received message from topic
2022-04-24T08:03:05.225Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650787365141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/artifacts/service-DemoPnf5wgvlgj1nasdfncwnqqz-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T08:03:05.226Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:03:05.226Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||received message from topic
2022-04-24T08:03:05.226Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "aai-ml",
  "timestamp": 1650787371636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/resourceInstances/pnf6ae11aeb398e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:03:05.226Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:03:05.226Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||received message from topic
2022-04-24T08:03:05.226Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "clamp",
  "timestamp": 1650787373817,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/artifacts/service-DemoPnf5wgvlgj1nasdfncwnqqz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T08:03:05.227Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:03:05.227Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||received message from topic
2022-04-24T08:03:05.227Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "aai-ml",
  "timestamp": 1650787371636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/resourceInstances/pnf6ae11aeb398e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:03:05.227Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:03:05.227Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||received message from topic
2022-04-24T08:03:05.227Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "aai-ml",
  "timestamp": 1650787371636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/resourceInstances/pnf6ae11aeb398e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:03:05.228Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:03:05.228Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||received message from topic
2022-04-24T08:03:05.228Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "clamp",
  "timestamp": 1650787375826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/artifacts/service-DemoPnf5wgvlgj1nasdfncwnqqz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T08:03:05.228Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:03:05.228Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||received message from topic
2022-04-24T08:03:05.228Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "aai-ml",
  "timestamp": 1650787371636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/resourceInstances/pnf6ae11aeb398e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:03:05.229Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:03:05.229Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||received message from topic
2022-04-24T08:03:05.229Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "clamp",
  "timestamp": 1650787376834,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T08:03:05.237Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b48e617f-7ee2-4240-8098-f19b80805df3
2022-04-24T08:03:05.237Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId b48e617f-7ee2-4240-8098-f19b80805df3 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T08:03:05.246Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||received message from topic
2022-04-24T08:03:05.247Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "aai-ml",
  "timestamp": 1650787371636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/resourceInstances/pnf6ae11aeb398e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:03:05.247Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:03:05.247Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||received message from topic
2022-04-24T08:03:05.247Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "aai-ml",
  "timestamp": 1650787371636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/artifacts/service-DemoPnf5wgvlgj1nasdfncwnqqz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:03:05.248Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:03:05.248Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||received message from topic
2022-04-24T08:03:05.248Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "aai-ml",
  "timestamp": 1650787371636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/artifacts/service-DemoPnf5wgvlgj1nasdfncwnqqz-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T08:03:05.248Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:03:05.249Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||received message from topic
2022-04-24T08:03:05.249Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "aai-ml",
  "timestamp": 1650787380825,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/artifacts/service-DemoPnf5wgvlgj1nasdfncwnqqz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T08:03:05.249Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:03:06.033Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T08:03:06.034Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T08:03:06.037Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T08:03:06.037Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||try to send status {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650787384387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/resourceInstances/pnf6ae11aeb398e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:03:06.137Z||pool-254-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T08:03:06.138Z||pool-254-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T08:03:06.138Z||pool-254-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:03:06.162Z||pool-254-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:03:06.163Z||pool-254-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-04-24T08:03:07.038Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T08:03:07.038Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T08:03:07.041Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T08:03:07.042Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||try to send status {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650787384387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/resourceInstances/pnf6ae11aeb398e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:03:07.141Z||pool-255-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T08:03:07.143Z||pool-255-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T08:03:07.143Z||pool-255-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:03:07.159Z||pool-255-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:03:07.160Z||pool-255-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-24T08:03:08.043Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T08:03:08.043Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T08:03:08.046Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T08:03:08.046Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||try to send status {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650787384387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/resourceInstances/pnf6ae11aeb398e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:03:08.146Z||pool-256-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T08:03:08.147Z||pool-256-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T08:03:08.148Z||pool-256-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:03:08.161Z||pool-256-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:03:08.162Z||pool-256-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-24T08:03:09.047Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T08:03:09.048Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T08:03:09.051Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T08:03:09.051Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||try to send status {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650787384387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/resourceInstances/pnf6ae11aeb398e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:03:09.151Z||pool-257-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T08:03:09.152Z||pool-257-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T08:03:09.153Z||pool-257-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:03:09.164Z||pool-257-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:03:09.165Z||pool-257-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-04-24T08:03:10.052Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T08:03:10.053Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T08:03:10.056Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T08:03:10.057Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||try to send status {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650787384387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/resourceInstances/pnf6ae11aeb398e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:03:10.156Z||pool-258-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T08:03:10.158Z||pool-258-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T08:03:10.158Z||pool-258-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:03:10.185Z||pool-258-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:03:10.188Z||pool-258-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-04-24T08:03:11.062Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T08:03:11.081Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T08:03:11.087Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T08:03:11.088Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||try to send status {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650787384387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/artifacts/service-DemoPnf5wgvlgj1nasdfncwnqqz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:03:11.187Z||pool-259-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-24T08:03:11.188Z||pool-259-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T08:03:11.188Z||pool-259-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:03:11.200Z||pool-259-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:03:11.201Z||pool-259-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-24T08:03:12.089Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T08:03:12.089Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T08:03:12.094Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T08:03:12.094Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||try to send status {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650787384387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/artifacts/service-DemoPnf5wgvlgj1nasdfncwnqqz-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T08:03:12.193Z||pool-260-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-24T08:03:12.194Z||pool-260-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T08:03:12.194Z||pool-260-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:03:12.221Z||pool-260-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:03:12.222Z||pool-260-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-04-24T08:03:13.098Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "serviceName": "Demo_pNF_5WgvLgj1naSdFnCwnQQz",
  "serviceVersion": "1.0",
  "serviceUUID": "618986d2-7aa3-4ed3-8d1a-e09a8b9ce390",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "ccffcf49-f7c2-4066-9d0b-a66eadc20434",
  "resources": [
    {
      "resourceInstanceName": "pNF 6ae11aeb-398e 0",
      "resourceCustomizationUUID": "504a043c-9aa2-41b6-a5a9-a70b27aab681",
      "resourceName": "pNF 6ae11aeb-398e",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "a70e8eed-331e-484b-b107-f0cbc9aa3568",
      "resourceInvariantUUID": "8b9480e7-d2b9-4bde-8de5-6115e7376961",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf5wgvlgj1nasdfncwnqqz-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/artifacts/service-DemoPnf5wgvlgj1nasdfncwnqqz-csar.csar",
      "artifactChecksum": "ZTM4MmZkYTJmMzI1NWYyMjg1MTk2MzA0ZGU4MGFjM2E\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1f8049dc-bdc2-40d1-9253-90b9313d974b"
    }
  ],
  "workloadContext": "Production"
}
2022-04-24T08:03:13.098Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-24T08:03:13.098Z|bf64740b-e47d-484f-9e77-13f29582460d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 618986d2-7aa3-4ed3-8d1a-e09a8b9ce390 ASDC
2022-04-24T08:03:13.099Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||ASDC Notification:
DistributionID:b48e617f-7ee2-4240-8098-f19b80805df3
ServiceName:Demo_pNF_5WgvLgj1naSdFnCwnQQz
ServiceVersion:1.0
ServiceUUID:618986d2-7aa3-4ed3-8d1a-e09a8b9ce390
ServiceInvariantUUID:ccffcf49-f7c2-4066-9d0b-a66eadc20434
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf5wgvlgj1nasdfncwnqqz-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/artifacts/service-DemoPnf5wgvlgj1nasdfncwnqqz-csar.csar
ArtifactUUID:1f8049dc-bdc2-40d1-9253-90b9313d974b
ArtifactChecksum:ZTM4MmZkYTJmMzI1NWYyMjg1MTk2MzA0ZGU4MGFjM2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 6ae11aeb-398e 0
ResourceCustomizationUUID:504a043c-9aa2-41b6-a5a9-a70b27aab681
ResourceInvariantUUID:8b9480e7-d2b9-4bde-8de5-6115e7376961
ResourceName:pNF 6ae11aeb-398e
ResourceType:PNF
ResourceUUID:a70e8eed-331e-484b-b107-f0cbc9aa3568
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-04-24T08:03:13.100Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 618986d2-7aa3-4ed3-8d1a-e09a8b9ce390 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-24T08:03:13.136Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-24T08:03:13.137Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|INFO|500||MSO config path is: /app
2022-04-24T08:03:13.138Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|INFO|500||MSO config path is: /app
2022-04-24T08:03:13.138Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|INFO|500||Trying to download the artifact UUID: 1f8049dc-bdc2-40d1-9253-90b9313d974b from URL: /sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/artifacts/service-DemoPnf5wgvlgj1nasdfncwnqqz-csar.csar
2022-04-24T08:03:13.138Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|INFO|500||DistributionClient - download
2022-04-24T08:03:13.138Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/artifacts/service-DemoPnf5wgvlgj1nasdfncwnqqz-csar.csar
2022-04-24T08:03:13.723Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||GET Response Status 200
2022-04-24T08:03:13.729Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/artifacts/service-DemoPnf5wgvlgj1nasdfncwnqqz-csar.csar 1f8049dc-bdc2-40d1-9253-90b9313d974b 82656
2022-04-24T08:03:13.730Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/artifacts/service-DemoPnf5wgvlgj1nasdfncwnqqz-csar.csar ASDC sendASDCNotification
2022-04-24T08:03:13.730Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/artifacts/service-DemoPnf5wgvlgj1nasdfncwnqqz-csar.csar
2022-04-24T08:03:13.731Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-24T08:03:13.731Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T08:03:13.735Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T08:03:13.735Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||try to send status {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650787393730,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/artifacts/service-DemoPnf5wgvlgj1nasdfncwnqqz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T08:03:13.835Z||pool-261-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T08:03:13.837Z||pool-261-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T08:03:13.838Z||pool-261-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:03:13.859Z||pool-261-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:03:13.859Z||pool-261-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-04-24T08:03:14.736Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-24T08:03:14.737Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|INFO|500||MSO config path is: /app
2022-04-24T08:03:14.738Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|INFO|500||Trying to write artifact UUID: 1f8049dc-bdc2-40d1-9253-90b9313d974b, URL: /sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/artifacts/service-DemoPnf5wgvlgj1nasdfncwnqqz-csar.csar to file: /app/ASDC/1/service-DemoPnf5wgvlgj1nasdfncwnqqz-csar.csar
2022-04-24T08:03:14.738Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf5wgvlgj1nasdfncwnqqz-csar.csar
2022-04-24T08:03:14.739Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf5wgvlgj1nasdfncwnqqz-csar.csar
2022-04-24T08:03:14.739Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf5wgvlgj1nasdfncwnqqz-csar.csar
2022-04-24T08:03:15.035Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9974721664789159125/Definitions/service-DemoPnf5wgvlgj1nasdfncwnqqz-template.yml
2022-04-24T08:03:16.442Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-04-24T08:03:16.443Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|WARN|500||####################################################################################################
2022-04-24T08:03:16.443Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf5wgvlgj1nasdfncwnqqz-csar.csar
2022-04-24T08:03:16.444Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-04-24T08:03:16.444Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6ae11aeb-398e 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-DemoPnf5wgvlgj1nasdfncwnqqz-csar.csar
2022-04-24T08:03:16.444Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|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-DemoPnf5wgvlgj1nasdfncwnqqz-csar.csar
2022-04-24T08:03:16.444Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf5wgvlgj1nasdfncwnqqz-csar.csar
2022-04-24T08:03:16.444Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|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-DemoPnf5wgvlgj1nasdfncwnqqz-csar.csar
2022-04-24T08:03:16.444Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|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-DemoPnf5wgvlgj1nasdfncwnqqz-csar.csar
2022-04-24T08:03:16.444Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|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-DemoPnf5wgvlgj1nasdfncwnqqz-csar.csar
2022-04-24T08:03:16.445Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|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-DemoPnf5wgvlgj1nasdfncwnqqz-csar.csar
2022-04-24T08:03:16.445Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|WARN|500||####################################################################################################
2022-04-24T08:03:16.445Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:03:16.445Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||Service Demo_pNF_5WgvLgj1naSdFnCwnQQz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T08:03:16.446Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||Node template pNF 6ae11aeb-398e 0 is matching search criteria
2022-04-24T08:03:16.446Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||Search for entities recursively
2022-04-24T08:03:16.447Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||Found topology templates [pNF 6ae11aeb-398e 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-24T08:03:16.447Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:03:16.448Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||Service Demo_pNF_5WgvLgj1naSdFnCwnQQz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T08:03:16.448Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||Node template pNF 6ae11aeb-398e 0 is matching search criteria
2022-04-24T08:03:16.448Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||Search for entities recursively
2022-04-24T08:03:16.448Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||Found topology templates [pNF 6ae11aeb-398e 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-24T08:03:16.449Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:03:16.449Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||Service Demo_pNF_5WgvLgj1naSdFnCwnQQz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T08:03:16.449Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:03:16.449Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||Service Demo_pNF_5WgvLgj1naSdFnCwnQQz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T08:03:16.450Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:03:16.450Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||Service Demo_pNF_5WgvLgj1naSdFnCwnQQz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T08:03:16.450Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:03:16.450Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||Service Demo_pNF_5WgvLgj1naSdFnCwnQQz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T08:03:16.450Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:03:16.451Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||Service Demo_pNF_5WgvLgj1naSdFnCwnQQz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T08:03:16.451Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_5WgvLgj1naSdFnCwnQQz
Description:catalog service description
Model UUID:618986d2-7aa3-4ed3-8d1a-e09a8b9ce390
Model Version:NULL
Model InvariantUuid:ccffcf49-f7c2-4066-9d0b-a66eadc20434
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-24T08:03:16.460Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: a70e8eed-331e-484b-b107-f0cbc9aa3568
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-24T08:03:16.465Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|INFO|500||pNF 6ae11aeb-398e 0
2022-04-24T08:03:16.465Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: a70e8eed-331e-484b-b107-f0cbc9aa3568
2022-04-24T08:03:16.465Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||No resources found for Service: 618986d2-7aa3-4ed3-8d1a-e09a8b9ce390
2022-04-24T08:03:16.465Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||Preparing to deploy Service: 618986d2-7aa3-4ed3-8d1a-e09a8b9ce390
2022-04-24T08:03:16.466Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 6ae11aeb-398e 0 a70e8eed-331e-484b-b107-f0cbc9aa3568 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-24T08:03:16.471Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3cde10d7, org.onap.sdc.toscaparser.api.parameters.Input@503cd098, org.onap.sdc.toscaparser.api.parameters.Input@4d9d068e, org.onap.sdc.toscaparser.api.parameters.Input@11494dc6, org.onap.sdc.toscaparser.api.parameters.Input@5dddaf90]
2022-04-24T08:03:16.472Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:03:16.472Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||Service Demo_pNF_5WgvLgj1naSdFnCwnQQz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T08:03:16.472Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500|| resourceSeq for service uuid 618986d2-7aa3-4ed3-8d1a-e09a8b9ce390: pNF 6ae11aeb-398e
2022-04-24T08:03:16.473Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|INFO|500||Processing PNF resource: a70e8eed-331e-484b-b107-f0cbc9aa3568
2022-04-24T08:03:16.473Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:03:16.473Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||Service Demo_pNF_5WgvLgj1naSdFnCwnQQz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T08:03:16.473Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|INFO|500||Resource customization UUID: 504a043c-9aa2-41b6-a5a9-a70b27aab681 is the same as notified resource customizationUUID: 504a043c-9aa2-41b6-a5a9-a70b27aab681
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-04-24T08:03:16.528Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 6ae11aeb-398e a70e8eed-331e-484b-b107-f0cbc9aa3568 0 ASDC deployResourceStructure
2022-04-24T08:03:16.528Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/artifacts/service-DemoPnf5wgvlgj1nasdfncwnqqz-csar.csar ASDC sendASDCNotification
2022-04-24T08:03:16.528Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/artifacts/service-DemoPnf5wgvlgj1nasdfncwnqqz-csar.csar
2022-04-24T08:03:16.529Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-24T08:03:16.529Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T08:03:16.531Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T08:03:16.531Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||try to send status {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650787396528,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/artifacts/service-DemoPnf5wgvlgj1nasdfncwnqqz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T08:03:16.631Z||pool-262-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T08:03:16.632Z||pool-262-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T08:03:16.633Z||pool-262-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:03:16.658Z||pool-262-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:03:16.660Z||pool-262-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-04-24T08:03:17.535Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b48e617f-7ee2-4240-8098-f19b80805df3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T08:03:17.550Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b48e617f-7ee2-4240-8098-f19b80805df3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T08:03:17.553Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-24T08:03:17.554Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-24T08:03:17.554Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-24T08:03:47.554Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b48e617f-7ee2-4240-8098-f19b80805df3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T08:03:47.577Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b48e617f-7ee2-4240-8098-f19b80805df3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T08:03:47.581Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-24T08:03:47.581Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-24T08:03:47.581Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-24T08:04:04.417Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T08:04:04.419Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T08:04:04.419Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:04:04.555Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:04:04.556Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||received message from topic
2022-04-24T08:04:04.557Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650787384387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/resourceInstances/pnf6ae11aeb398e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:04:04.558Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:04:17.582Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b48e617f-7ee2-4240-8098-f19b80805df3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T08:04:17.599Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b48e617f-7ee2-4240-8098-f19b80805df3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T08:04:17.603Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-24T08:04:17.604Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-24T08:04:17.604Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-24T08:04:47.604Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b48e617f-7ee2-4240-8098-f19b80805df3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T08:04:47.620Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b48e617f-7ee2-4240-8098-f19b80805df3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T08:04:47.625Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-24T08:04:47.625Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-24T08:04:47.625Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-24T08:05:04.419Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T08:05:04.420Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T08:05:04.420Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:05:04.960Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:05:04.961Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||received message from topic
2022-04-24T08:05:04.961Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650787384387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/resourceInstances/pnf6ae11aeb398e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:05:04.962Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:05:04.962Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||received message from topic
2022-04-24T08:05:04.963Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650787384387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/resourceInstances/pnf6ae11aeb398e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:05:04.963Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:05:04.963Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||received message from topic
2022-04-24T08:05:04.963Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "aai-ml",
  "timestamp": 1650787386902,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/artifacts/service-DemoPnf5wgvlgj1nasdfncwnqqz-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-04-24T08:05:04.963Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:05:04.963Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||received message from topic
2022-04-24T08:05:04.963Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650787384387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/resourceInstances/pnf6ae11aeb398e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:05:04.963Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:05:04.963Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||received message from topic
2022-04-24T08:05:04.964Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "aai-ml",
  "timestamp": 1650787387906,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T08:05:04.984Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of b48e617f-7ee2-4240-8098-f19b80805df3
2022-04-24T08:05:04.985Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId b48e617f-7ee2-4240-8098-f19b80805df3 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T08:05:04.997Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||received message from topic
2022-04-24T08:05:04.997Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650787384387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/resourceInstances/pnf6ae11aeb398e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:05:04.997Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:05:04.997Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||received message from topic
2022-04-24T08:05:04.998Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650787384387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/resourceInstances/pnf6ae11aeb398e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:05:04.998Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:05:04.998Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||received message from topic
2022-04-24T08:05:04.998Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650787384387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/artifacts/service-DemoPnf5wgvlgj1nasdfncwnqqz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:05:04.998Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:05:04.998Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||received message from topic
2022-04-24T08:05:04.998Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650787384387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/artifacts/service-DemoPnf5wgvlgj1nasdfncwnqqz-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T08:05:04.998Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:05:04.999Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||received message from topic
2022-04-24T08:05:04.999Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650787393730,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/artifacts/service-DemoPnf5wgvlgj1nasdfncwnqqz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T08:05:04.999Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:05:04.999Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||received message from topic
2022-04-24T08:05:04.999Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650787396528,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5wgvlgj1nasdfncwnqqz/1.0/artifacts/service-DemoPnf5wgvlgj1nasdfncwnqqz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T08:05:04.999Z|e679ef75-1c43-4492-acc9-cc5e27bf3914|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b37f482-69d8-4422-93fc-e59daa6f4660/model-vers/model-ver/6ab6f2c2-e7c4-408e-9987-3918643ad06f?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:05:17.626Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b48e617f-7ee2-4240-8098-f19b80805df3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T08:05:17.652Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b48e617f-7ee2-4240-8098-f19b80805df3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T08:05:17.658Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-24T08:05:17.658Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-24T08:05:17.659Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-24T08:05:17.659Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-24T08:05:17.659Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-24T08:05:17.659Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-04-24T08:05:17.660Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T08:05:17.681Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-24T08:05:47.693Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: b48e617f-7ee2-4240-8098-f19b80805df3 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-24T08:05:47.709Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b48e617f-7ee2-4240-8098-f19b80805df3 and serviceModelVersionId: 618986d2-7aa3-4ed3-8d1a-e09a8b9ce390
2022-04-24T08:05:47.710Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ccffcf49-f7c2-4066-9d0b-a66eadc20434
2022-04-24T08:05:47.714Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0
2022-04-24T08:05:47.730Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-04-24T08:05:47.808Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf0d1688-fd84-42f4-aa75-6786ac445d0e/model-vers/model-ver/a2a699ef-8e83-400e-ba75-e53bd3f8e221?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-24T08:05:47.812Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|INFO|500||Invoke
2022-04-24T08:05:49.340Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-24T08:05:49.342Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|INFO|500||Invoke
2022-04-24T08:05:50.882Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-24T08:05:50.883Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|INFO|500||Invoke
2022-04-24T08:05:51.909Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-04-24T08:05:51.911Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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)
Caused by: 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.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-04-24T08:05:51.912Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-24T08:05:51.912Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-24T08:05:51.918Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-24T08:05:51.919Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b48e617f-7ee2-4240-8098-f19b80805df3 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-24T08:05:51.919Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-24T08:05:51.920Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T08:05:51.925Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T08:05:51.926Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||try to send status {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650787551919,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-24T08:05:52.025Z||pool-263-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T08:05:52.026Z||pool-263-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T08:05:52.027Z||pool-263-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:05:52.044Z||pool-263-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:05:52.045Z||pool-263-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-24T08:05:52.954Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T08:05:52.955Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T08:05:52.955Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:06:03.221Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:06:03.222Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T08:06:03.222Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T08:06:03.222Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:06:04.418Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T08:06:04.418Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T08:06:04.419Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:06:05.041Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:06:05.042Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|DEBUG|500||received message from topic
2022-04-24T08:06:05.042Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b48e617f-7ee2-4240-8098-f19b80805df3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650787551919,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-24T08:06:05.044Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:06:12.850Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:06:12.850Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T08:06:12.851Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T08:06:12.852Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:06:22.431Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:07:04.387Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T08:07:04.388Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T08:07:04.388Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:07:04.418Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T08:07:04.419Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T08:07:04.419Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:07:05.034Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:07:05.035Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||received message from topic
2022-04-24T08:07:05.035Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"1bd890a7-7385-4365-9b8d-564113331375","serviceName":"vFW 2022-04-24 08-03-49","serviceVersion":"1.0","serviceUUID":"84d70253-72fc-4f25-8358-6b15c6f364f7","serviceDescription":"catalog service description","serviceInvariantUUID":"f292730b-3895-4306-aa60-08bd9daf6d82","resources":[{"resourceInstanceName":"vFW 51f52326-5448 0","resourceName":"vFW 51f52326-5448","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"82168406-319f-4880-9e7c-78457ab82fc4","resourceInvariantUUID":"6d913f2e-8724-4fde-96c2-c86384d95567","resourceCustomizationUUID":"52b9caf6-6af7-416f-ab8c-c766fc8aad83","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/vf-license-model.xml","artifactChecksum":"MDU1YTMyNTlhMDRmYTM0NThhNzI5MmM2YmFmZjhmYmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"01f15654-d065-4326-be7c-6fdc8e6ed8ba","artifactVersion":"1"},{"artifactName":"vfw51f5232654480_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/vfw51f5232654480_modules.json","artifactChecksum":"NGE0YzE0ZDI2ZGFiNzZkODUyYzA5ODhhODQxNjc2NjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"93e0bd49-8b6b-47d5-bf48-7f049b1c1b1a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b2a18001-138c-4036-94ea-ce33ec17514f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/vendor-license-model.xml","artifactChecksum":"Y2YxMTg2YWM4OTZkODY1MzNiOTI4YTUxOThhMzliNTM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f7b5e525-d1e3-4194-a263-23c3da9268dd","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2d5a1407-9a9c-4ecd-a478-e61a5486ec1d","artifactVersion":"2","generatedFromUUID":"b2a18001-138c-4036-94ea-ce33ec17514f"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220424080349-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220424080349/1.0/artifacts/service-Vfw20220424080349-template.yml","artifactChecksum":"ZDAyN2UyMDZhNjMxNjVlZTg2NmRmYmViZTRiYzAyNDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b879c6e1-9bac-4d32-aa33-c7e0817cbacc","artifactVersion":"1"},{"artifactName":"service-Vfw20220424080349-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220424080349/1.0/artifacts/service-Vfw20220424080349-csar.csar","artifactChecksum":"YzY3OWZmMTEzNWQ1ODlmYTM3ZjAyYjE4OGRhNjM5NzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e150226a-d26b-4549-94e9-e5143a3ea7df","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-24T08:07:05.039Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T08:07:05.039Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T08:07:05.042Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T08:07:05.042Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||try to send status {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650787624387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:07:05.081Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:07:05.083Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T08:07:05.083Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650787585141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:07:05.084Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:07:05.084Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T08:07:05.084Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "cds",
  "timestamp": 1650787589809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:07:05.085Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:07:05.085Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T08:07:05.085Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "policy-id",
  "timestamp": 1650787587821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:07:05.085Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:07:05.085Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T08:07:05.085Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "clamp",
  "timestamp": 1650787593721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:07:05.085Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:07:05.086Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T08:07:05.086Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650787585141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/vfw51f5232654480_modules.json",
  "status": "NOTIFIED"
}
2022-04-24T08:07:05.086Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:07:05.086Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T08:07:05.086Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "cds",
  "timestamp": 1650787589809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/vfw51f5232654480_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:07:05.086Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:07:05.087Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T08:07:05.087Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "policy-id",
  "timestamp": 1650787587821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/vfw51f5232654480_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:07:05.087Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:07:05.087Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T08:07:05.087Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "clamp",
  "timestamp": 1650787593721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/vfw51f5232654480_modules.json",
  "status": "NOTIFIED"
}
2022-04-24T08:07:05.088Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:07:05.088Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T08:07:05.088Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650787585141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-24T08:07:05.089Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:07:05.089Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T08:07:05.089Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "cds",
  "timestamp": 1650787589809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:07:05.089Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:07:05.089Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T08:07:05.089Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "policy-id",
  "timestamp": 1650787587821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-24T08:07:05.090Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:07:05.090Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T08:07:05.090Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650787594885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:07:05.090Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:07:05.090Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T08:07:05.090Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "clamp",
  "timestamp": 1650787593721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:07:05.090Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:07:05.091Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T08:07:05.091Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650787585141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:07:05.091Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:07:05.091Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T08:07:05.091Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "cds",
  "timestamp": 1650787589809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:07:05.092Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:07:05.092Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T08:07:05.092Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "policy-id",
  "timestamp": 1650787587821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:07:05.092Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:07:05.092Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T08:07:05.092Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650787594885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/vfw51f5232654480_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:07:05.092Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:07:05.093Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T08:07:05.093Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "clamp",
  "timestamp": 1650787593721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:07:05.093Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:07:05.093Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T08:07:05.093Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650787585141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-24T08:07:05.093Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:07:05.094Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T08:07:05.094Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "cds",
  "timestamp": 1650787589809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:07:05.094Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:07:05.094Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T08:07:05.094Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "policy-id",
  "timestamp": 1650787587821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:07:05.095Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:07:05.095Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T08:07:05.095Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650787594885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:07:05.095Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:07:05.096Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T08:07:05.096Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "clamp",
  "timestamp": 1650787593721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:07:05.096Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:07:05.096Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T08:07:05.097Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650787585141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/artifacts/service-Vfw20220424080349-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:07:05.097Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:07:05.097Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T08:07:05.097Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "cds",
  "timestamp": 1650787589809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/artifacts/service-Vfw20220424080349-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:07:05.098Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:07:05.098Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T08:07:05.098Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "policy-id",
  "timestamp": 1650787587821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/artifacts/service-Vfw20220424080349-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:07:05.098Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:07:05.098Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T08:07:05.099Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650787594885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:07:05.099Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:07:05.099Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T08:07:05.099Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "clamp",
  "timestamp": 1650787593721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/artifacts/service-Vfw20220424080349-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:07:05.100Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:07:05.100Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T08:07:05.101Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650787585141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/artifacts/service-Vfw20220424080349-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T08:07:05.101Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:07:05.101Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T08:07:05.102Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "cds",
  "timestamp": 1650787589809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/artifacts/service-Vfw20220424080349-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T08:07:05.102Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:07:05.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T08:07:05.102Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "policy-id",
  "timestamp": 1650787587821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/artifacts/service-Vfw20220424080349-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T08:07:05.103Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:07:05.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T08:07:05.103Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650787594885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:07:05.103Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:07:05.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T08:07:05.104Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "clamp",
  "timestamp": 1650787593721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/artifacts/service-Vfw20220424080349-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T08:07:05.104Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:07:05.105Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T08:07:05.105Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650787594885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/artifacts/service-Vfw20220424080349-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:07:05.105Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:07:05.105Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T08:07:05.105Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650787600922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:07:05.106Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:07:05.106Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T08:07:05.106Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "policy-id",
  "timestamp": 1650787601397,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/artifacts/service-Vfw20220424080349-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T08:07:05.106Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:07:05.107Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T08:07:05.107Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "cds",
  "timestamp": 1650787601887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/artifacts/service-Vfw20220424080349-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T08:07:05.107Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:07:05.107Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T08:07:05.107Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650787601193,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/vfw51f5232654480_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-24T08:07:05.108Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:07:05.108Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T08:07:05.109Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650787594885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/artifacts/service-Vfw20220424080349-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T08:07:05.109Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:07:05.109Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T08:07:05.110Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650787600922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/vfw51f5232654480_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:07:05.110Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:07:05.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T08:07:05.110Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "policy-id",
  "timestamp": 1650787602403,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/artifacts/service-Vfw20220424080349-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T08:07:05.111Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:07:05.111Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T08:07:05.111Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "cds",
  "timestamp": 1650787602897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/artifacts/service-Vfw20220424080349-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T08:07:05.142Z||pool-264-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T08:07:05.143Z||pool-264-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T08:07:05.143Z||pool-264-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:07:05.147Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1bd890a7-7385-4365-9b8d-564113331375
2022-04-24T08:07:05.148Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1bd890a7-7385-4365-9b8d-564113331375 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T08:07:05.161Z||pool-264-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:07:05.162Z||pool-264-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-24T08:07:05.172Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T08:07:05.173Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650787602598,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-24T08:07:05.173Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:07:05.174Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T08:07:05.174Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650787600922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:07:05.174Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:07:05.174Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T08:07:05.174Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "policy-id",
  "timestamp": 1650787603407,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T08:07:05.181Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1bd890a7-7385-4365-9b8d-564113331375
2022-04-24T08:07:05.181Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1bd890a7-7385-4365-9b8d-564113331375 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T08:07:05.195Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T08:07:05.195Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650787603253,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/artifacts/service-Vfw20220424080349-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T08:07:05.195Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:07:05.195Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T08:07:05.195Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650787600922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:07:05.196Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:07:05.196Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T08:07:05.196Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650787604149,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-24T08:07:05.197Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:07:05.197Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T08:07:05.197Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650787600922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:07:05.197Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:07:05.197Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T08:07:05.198Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650787605223,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T08:07:05.207Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1bd890a7-7385-4365-9b8d-564113331375
2022-04-24T08:07:05.207Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1bd890a7-7385-4365-9b8d-564113331375 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-04-24T08:07:05.215Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T08:07:05.216Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650787600922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/artifacts/service-Vfw20220424080349-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:07:05.216Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:07:05.217Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T08:07:05.217Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650787606229,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/vfw51f5232654480_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-24T08:07:05.217Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:07:05.217Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T08:07:05.217Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650787600922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/artifacts/service-Vfw20220424080349-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:07:05.218Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:07:05.218Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T08:07:05.218Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650787608978,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/artifacts/service-Vfw20220424080349-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T08:07:05.218Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:07:05.218Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T08:07:05.218Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650787609983,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T08:07:05.242Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1bd890a7-7385-4365-9b8d-564113331375
2022-04-24T08:07:05.242Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1bd890a7-7385-4365-9b8d-564113331375 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T08:07:05.259Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T08:07:05.259Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "aai-ml",
  "timestamp": 1650787611636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:07:05.259Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:07:05.259Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T08:07:05.260Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "clamp",
  "timestamp": 1650787612863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/artifacts/service-Vfw20220424080349-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T08:07:05.260Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:07:05.260Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T08:07:05.260Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "aai-ml",
  "timestamp": 1650787611636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/vfw51f5232654480_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:07:05.260Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:07:05.260Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T08:07:05.261Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "aai-ml",
  "timestamp": 1650787611636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:07:05.261Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:07:05.261Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T08:07:05.261Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "clamp",
  "timestamp": 1650787614873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/artifacts/service-Vfw20220424080349-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T08:07:05.261Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:07:05.261Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T08:07:05.261Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "aai-ml",
  "timestamp": 1650787611636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:07:05.261Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:07:05.261Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T08:07:05.261Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "clamp",
  "timestamp": 1650787615881,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T08:07:05.268Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1bd890a7-7385-4365-9b8d-564113331375
2022-04-24T08:07:05.268Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1bd890a7-7385-4365-9b8d-564113331375 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T08:07:05.279Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T08:07:05.280Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "aai-ml",
  "timestamp": 1650787611636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:07:05.280Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:07:05.281Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T08:07:05.281Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "aai-ml",
  "timestamp": 1650787611636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/artifacts/service-Vfw20220424080349-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:07:05.281Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:07:05.281Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T08:07:05.281Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "aai-ml",
  "timestamp": 1650787611636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/artifacts/service-Vfw20220424080349-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T08:07:05.281Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:07:05.283Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T08:07:05.283Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "aai-ml",
  "timestamp": 1650787619732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/artifacts/service-Vfw20220424080349-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T08:07:05.283Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:07:06.044Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T08:07:06.045Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T08:07:06.050Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T08:07:06.050Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||try to send status {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650787624387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/vfw51f5232654480_modules.json",
  "status": "NOTIFIED"
}
2022-04-24T08:07:06.149Z||pool-265-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T08:07:06.151Z||pool-265-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T08:07:06.151Z||pool-265-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:07:06.162Z||pool-265-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:07:06.163Z||pool-265-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-24T08:07:07.051Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T08:07:07.052Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T08:07:07.054Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T08:07:07.054Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||try to send status {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650787624387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-24T08:07:07.154Z||pool-266-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T08:07:07.155Z||pool-266-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T08:07:07.155Z||pool-266-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:07:07.167Z||pool-266-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:07:07.167Z||pool-266-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-24T08:07:08.055Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T08:07:08.056Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T08:07:08.061Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T08:07:08.061Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||try to send status {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650787624387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:07:08.161Z||pool-267-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T08:07:08.162Z||pool-267-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T08:07:08.162Z||pool-267-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:07:08.175Z||pool-267-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:07:08.176Z||pool-267-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-24T08:07:09.064Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T08:07:09.066Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T08:07:09.073Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T08:07:09.074Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||try to send status {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650787624387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-24T08:07:09.170Z||pool-268-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-04-24T08:07:09.171Z||pool-268-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T08:07:09.172Z||pool-268-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:07:09.197Z||pool-268-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:07:09.198Z||pool-268-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-04-24T08:07:10.077Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T08:07:10.077Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T08:07:10.087Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T08:07:10.088Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||try to send status {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650787624387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/artifacts/service-Vfw20220424080349-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:07:10.180Z||pool-269-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-04-24T08:07:10.182Z||pool-269-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T08:07:10.182Z||pool-269-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:07:10.196Z||pool-269-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:07:10.197Z||pool-269-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-24T08:07:11.089Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T08:07:11.090Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T08:07:11.093Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T08:07:11.093Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||try to send status {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650787624387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/artifacts/service-Vfw20220424080349-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T08:07:11.193Z||pool-270-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T08:07:11.194Z||pool-270-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T08:07:11.194Z||pool-270-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:07:11.205Z||pool-270-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:07:11.206Z||pool-270-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-04-24T08:07:12.094Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "serviceName": "vFW 2022-04-24 08-03-49",
  "serviceVersion": "1.0",
  "serviceUUID": "84d70253-72fc-4f25-8358-6b15c6f364f7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "f292730b-3895-4306-aa60-08bd9daf6d82",
  "resources": [
    {
      "resourceInstanceName": "vFW 51f52326-5448 0",
      "resourceCustomizationUUID": "52b9caf6-6af7-416f-ab8c-c766fc8aad83",
      "resourceName": "vFW 51f52326-5448",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "82168406-319f-4880-9e7c-78457ab82fc4",
      "resourceInvariantUUID": "6d913f2e-8724-4fde-96c2-c86384d95567",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw51f5232654480_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/vfw51f5232654480_modules.json",
          "artifactChecksum": "NGE0YzE0ZDI2ZGFiNzZkODUyYzA5ODhhODQxNjc2NjE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "93e0bd49-8b6b-47d5-bf48-7f049b1c1b1a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "b2a18001-138c-4036-94ea-ce33ec17514f",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "2d5a1407-9a9c-4ecd-a478-e61a5486ec1d",
            "generatedFromUUID": "b2a18001-138c-4036-94ea-ce33ec17514f"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "2d5a1407-9a9c-4ecd-a478-e61a5486ec1d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220424080349-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/artifacts/service-Vfw20220424080349-csar.csar",
      "artifactChecksum": "YzY3OWZmMTEzNWQ1ODlmYTM3ZjAyYjE4OGRhNjM5NzM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e150226a-d26b-4549-94e9-e5143a3ea7df"
    }
  ],
  "workloadContext": "Production"
}
2022-04-24T08:07:12.095Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-24T08:07:12.095Z|b48e617f-7ee2-4240-8098-f19b80805df3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 84d70253-72fc-4f25-8358-6b15c6f364f7 ASDC
2022-04-24T08:07:12.096Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||ASDC Notification:
DistributionID:1bd890a7-7385-4365-9b8d-564113331375
ServiceName:vFW 2022-04-24 08-03-49
ServiceVersion:1.0
ServiceUUID:84d70253-72fc-4f25-8358-6b15c6f364f7
ServiceInvariantUUID:f292730b-3895-4306-aa60-08bd9daf6d82
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220424080349-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220424080349/1.0/artifacts/service-Vfw20220424080349-csar.csar
ArtifactUUID:e150226a-d26b-4549-94e9-e5143a3ea7df
ArtifactChecksum:YzY3OWZmMTEzNWQ1ODlmYTM3ZjAyYjE4OGRhNjM5NzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 51f52326-5448 0
ResourceCustomizationUUID:52b9caf6-6af7-416f-ab8c-c766fc8aad83
ResourceInvariantUUID:6d913f2e-8724-4fde-96c2-c86384d95567
ResourceName:vFW 51f52326-5448
ResourceType:VF
ResourceUUID:82168406-319f-4880-9e7c-78457ab82fc4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw51f5232654480_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/vfw51f5232654480_modules.json
ArtifactUUID:93e0bd49-8b6b-47d5-bf48-7f049b1c1b1a
ArtifactChecksum:NGE0YzE0ZDI2ZGFiNzZkODUyYzA5ODhhODQxNjc2NjE=
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/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/base_vfw.yaml
ArtifactUUID:b2a18001-138c-4036-94ea-ce33ec17514f
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/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/base_vfw.env
ArtifactUUID:2d5a1407-9a9c-4ecd-a478-e61a5486ec1d
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/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/base_vfw.env
ArtifactUUID:2d5a1407-9a9c-4ecd-a478-e61a5486ec1d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-24T08:07:12.096Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 84d70253-72fc-4f25-8358-6b15c6f364f7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-24T08:07:12.179Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-24T08:07:12.181Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|INFO|500||MSO config path is: /app
2022-04-24T08:07:12.181Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|INFO|500||MSO config path is: /app
2022-04-24T08:07:12.181Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|INFO|500||Trying to download the artifact UUID: e150226a-d26b-4549-94e9-e5143a3ea7df from URL: /sdc/v1/catalog/services/Vfw20220424080349/1.0/artifacts/service-Vfw20220424080349-csar.csar
2022-04-24T08:07:12.181Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|INFO|500||DistributionClient - download
2022-04-24T08:07:12.182Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220424080349/1.0/artifacts/service-Vfw20220424080349-csar.csar
2022-04-24T08:07:12.621Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||GET Response Status 200
2022-04-24T08:07:12.626Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220424080349/1.0/artifacts/service-Vfw20220424080349-csar.csar e150226a-d26b-4549-94e9-e5143a3ea7df 99059
2022-04-24T08:07:12.627Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220424080349/1.0/artifacts/service-Vfw20220424080349-csar.csar ASDC sendASDCNotification
2022-04-24T08:07:12.627Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220424080349/1.0/artifacts/service-Vfw20220424080349-csar.csar
2022-04-24T08:07:12.627Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-24T08:07:12.628Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T08:07:12.631Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T08:07:12.631Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||try to send status {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650787632627,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/artifacts/service-Vfw20220424080349-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T08:07:12.731Z||pool-271-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T08:07:12.732Z||pool-271-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T08:07:12.732Z||pool-271-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:07:12.786Z||pool-271-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:07:12.793Z||pool-271-thread-1|||||INFO|500||cambria reply ok (62 ms):{"serverTimeMs":0,"count":1}
2022-04-24T08:07:13.632Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-24T08:07:13.634Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|INFO|500||MSO config path is: /app
2022-04-24T08:07:13.634Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|INFO|500||Trying to write artifact UUID: e150226a-d26b-4549-94e9-e5143a3ea7df, URL: /sdc/v1/catalog/services/Vfw20220424080349/1.0/artifacts/service-Vfw20220424080349-csar.csar to file: /app/ASDC/1/service-Vfw20220424080349-csar.csar
2022-04-24T08:07:13.635Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220424080349-csar.csar
2022-04-24T08:07:13.635Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220424080349-csar.csar
2022-04-24T08:07:13.636Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220424080349-csar.csar
2022-04-24T08:07:14.186Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15964163657527251024/Definitions/service-Vfw20220424080349-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-04-24T08:07:18.068Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-04-24T08:07:18.069Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|WARN|500||####################################################################################################
2022-04-24T08:07:18.069Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220424080349-csar.csar
2022-04-24T08:07:18.070Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-24T08:07:18.070Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|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-Vfw20220424080349-csar.csar
2022-04-24T08:07:18.070Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|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-Vfw20220424080349-csar.csar
2022-04-24T08:07:18.070Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|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-Vfw20220424080349-csar.csar
2022-04-24T08:07:18.070Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220424080349-csar.csar
2022-04-24T08:07:18.071Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220424080349-csar.csar
2022-04-24T08:07:18.071Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|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-Vfw20220424080349-csar.csar
2022-04-24T08:07:18.071Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 51f52326-5448 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-Vfw20220424080349-csar.csar
2022-04-24T08:07:18.071Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|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-Vfw20220424080349-csar.csar
2022-04-24T08:07:18.071Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|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-Vfw20220424080349-csar.csar
2022-04-24T08:07:18.072Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220424080349-csar.csar
2022-04-24T08:07:18.072Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|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-Vfw20220424080349-csar.csar
2022-04-24T08:07:18.072Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220424080349-csar.csar
2022-04-24T08:07:18.072Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|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-Vfw20220424080349-csar.csar
2022-04-24T08:07:18.072Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|WARN|500||####################################################################################################
2022-04-24T08:07:18.073Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:07:18.073Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Service vFW 2022-04-24 08-03-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T08:07:18.073Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template vFW 51f52326-5448 0 is matching search criteria
2022-04-24T08:07:18.074Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Search for entities recursively
2022-04-24T08:07:18.074Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Found topology templates [vFW 51f52326-5448 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-24T08:07:18.074Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:07:18.075Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Service vFW 2022-04-24 08-03-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T08:07:18.075Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template vFW 51f52326-5448 0 is matching search criteria
2022-04-24T08:07:18.075Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Search for entities recursively
2022-04-24T08:07:18.076Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Found topology templates [vFW 51f52326-5448 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-24T08:07:18.076Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:07:18.076Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Service vFW 2022-04-24 08-03-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T08:07:18.077Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:07:18.077Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template vFW 51f52326-5448 0 is not matching search criteria
2022-04-24T08:07:18.078Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-24T08:07:18.078Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-24T08:07:18.078Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-24T08:07:18.078Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-24T08:07:18.079Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-24T08:07:18.079Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-04-24T08:07:18.079Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T08:07:18.079Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-24T08:07:18.080Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-04-24T08:07:18.080Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-24T08:07:18.080Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-24T08:07:18.081Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-24T08:07:18.081Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-24T08:07:18.081Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-04-24T08:07:18.082Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T08:07:18.082Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-24T08:07:18.082Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:07:18.083Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Service vFW 2022-04-24 08-03-49 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-24T08:07:18.083Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:07:18.083Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template vFW 51f52326-5448 0 is matching search criteria
2022-04-24T08:07:18.084Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Found topology templates [vFW 51f52326-5448 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T08:07:18.084Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:07:18.085Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template vFW 51f52326-5448 0 is matching search criteria
2022-04-24T08:07:18.085Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Found topology templates [vFW 51f52326-5448 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T08:07:18.085Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:07:18.085Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template vFW 51f52326-5448 0 is matching search criteria
2022-04-24T08:07:18.086Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Found topology templates [vFW 51f52326-5448 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T08:07:18.086Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:07:18.086Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template vFW 51f52326-5448 0 is not matching search criteria
2022-04-24T08:07:18.087Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-24T08:07:18.087Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-24T08:07:18.087Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-24T08:07:18.088Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-24T08:07:18.088Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-04-24T08:07:18.088Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-24T08:07:18.089Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-24T08:07:18.089Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-24T08:07:18.089Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-24T08:07:18.089Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-04-24T08:07:18.092Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T08:07:18.092Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=419680ae-7e08-4cea-ae0c-166468f9e33c
2022-04-24T08:07:18.093Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:07:18.093Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template vFW 51f52326-5448 0 is not matching search criteria
2022-04-24T08:07:18.093Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-24T08:07:18.093Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-24T08:07:18.094Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-24T08:07:18.094Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-24T08:07:18.095Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-24T08:07:18.095Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-04-24T08:07:18.095Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T08:07:18.096Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-24T08:07:18.096Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-24T08:07:18.096Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-24T08:07:18.096Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-04-24T08:07:18.097Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T08:07:18.097Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d637d779-9528-40f2-9070-1ae97f2e5581
2022-04-24T08:07:18.097Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:07:18.097Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template vFW 51f52326-5448 0 is not matching search criteria
2022-04-24T08:07:18.098Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-24T08:07:18.098Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-24T08:07:18.098Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-24T08:07:18.098Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-24T08:07:18.099Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-24T08:07:18.099Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-04-24T08:07:18.099Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T08:07:18.099Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-24T08:07:18.099Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-04-24T08:07:18.100Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-24T08:07:18.100Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-24T08:07:18.100Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-24T08:07:18.101Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a0fc7ac5-806d-440c-9404-6f87bbde350f
2022-04-24T08:07:18.101Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:07:18.102Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Service vFW 2022-04-24 08-03-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T08:07:18.102Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:07:18.102Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Service vFW 2022-04-24 08-03-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T08:07:18.103Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:07:18.103Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Service vFW 2022-04-24 08-03-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T08:07:18.103Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:07:18.104Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Service vFW 2022-04-24 08-03-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T08:07:18.104Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-04-24 08-03-49
Description:catalog service description
Model UUID:84d70253-72fc-4f25-8358-6b15c6f364f7
Model Version:NULL
Model InvariantUuid:f292730b-3895-4306-aa60-08bd9daf6d82
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 51f52326-5448
Model UUID:6d880af4-668e-4748-b654-dd69b5c61e0b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6d913f2e-8724-4fde-96c2-c86384d95567
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:52b9caf6-6af7-416f-ab8c-c766fc8aad83
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:bf9b848b-3d0b-42ec-9784-e59484a35e84
ModelName:Vfw51f523265448..base_vfw..module-0
ModelUuid:a515def8-3d76-4129-a6ea-4a6d3fee9275
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:419680ae-7e08-4cea-ae0c-166468f9e33c
ModelInvariantUuid:0141a2cf-bddf-4be2-9b19-88c4affed1cd
ModelName:vFW 51f52326-5448-nodes.vfwCvfc
ModelUuid:b840b6b9-6ea4-4c92-ac55-9cee5eeca7f8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:33f899d9-1b19-4fbf-82e9-630acff29518
ModelInvariantUuid:0c6156df-48bd-4b5a-8b52-a3a45009bde4
ModelName:Vfw51f523265448.compute.nodes.heat.vfw
ModelUuid:6b933ccb-fe6e-4032-8f20-ea225b870da7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:d637d779-9528-40f2-9070-1ae97f2e5581
ModelInvariantUuid:72920e68-3d96-43bf-86bd-1f8094deaf4a
ModelName:vFW 51f52326-5448-nodes.vsnCvfc
ModelUuid:234f0bf9-bc04-4cb7-a488-e648baddc3f7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:84848901-ac4f-46e1-aaa2-191dc716c5cd
ModelInvariantUuid:418239a7-708e-4913-9bb6-6605f41943c7
ModelName:Vfw51f523265448.compute.nodes.heat.vsn
ModelUuid:fb7da821-850e-4df2-8609-3185ba7321dc
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:a0fc7ac5-806d-440c-9404-6f87bbde350f
ModelInvariantUuid:c884dc8c-91e9-4f8f-ba45-782b9fb2ec0f
ModelName:vFW 51f52326-5448-nodes.vpgCvfc
ModelUuid:735c898b-285f-428a-89d3-d821a83abd66
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:e45c5962-1297-49b0-8bd2-f48064c5ffcd
ModelInvariantUuid:bb19ba32-b428-4680-ae33-3bc1a3f50724
ModelName:Vfw51f523265448.compute.nodes.heat.vpg
ModelUuid:03adca67-a3b5-42fe-97c5-446a15526198
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-24T08:07:18.114Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 82168406-319f-4880-9e7c-78457ab82fc4
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-24T08:07:18.118Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|INFO|500||vFW 51f52326-5448 0
2022-04-24T08:07:18.118Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 82168406-319f-4880-9e7c-78457ab82fc4
2022-04-24T08:07:18.118Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|INFO|500||Trying to download the artifact UUID: 93e0bd49-8b6b-47d5-bf48-7f049b1c1b1a from URL: /sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/vfw51f5232654480_modules.json
2022-04-24T08:07:18.119Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|INFO|500||DistributionClient - download
2022-04-24T08:07:18.119Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/vfw51f5232654480_modules.json
2022-04-24T08:07:18.619Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||GET Response Status 200
2022-04-24T08:07:18.620Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/vfw51f5232654480_modules.json 93e0bd49-8b6b-47d5-bf48-7f049b1c1b1a 785
2022-04-24T08:07:18.620Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/vfw51f5232654480_modules.json ASDC sendASDCNotification
2022-04-24T08:07:18.620Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/vfw51f5232654480_modules.json
2022-04-24T08:07:18.620Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-24T08:07:18.621Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T08:07:18.623Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T08:07:18.624Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||try to send status {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650787638620,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/vfw51f5232654480_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-24T08:07:18.723Z||pool-272-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T08:07:18.725Z||pool-272-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T08:07:18.725Z||pool-272-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:07:18.754Z||pool-272-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:07:18.754Z||pool-272-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-04-24T08:07:19.624Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw51f523265448..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "bf9b848b-3d0b-42ec-9784-e59484a35e84",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a515def8-3d76-4129-a6ea-4a6d3fee9275",
    "vfModuleModelCustomizationUUID": "32d3889d-1735-4827-8cff-c91aae4dcf77",
    "isBase": true,
    "artifacts": [
      "b2a18001-138c-4036-94ea-ce33ec17514f",
      "2d5a1407-9a9c-4ecd-a478-e61a5486ec1d"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-24T08:07:19.630Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw51f523265448..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a515def8-3d76-4129-a6ea-4a6d3fee9275
VfModuleModelInvariantUUID:bf9b848b-3d0b-42ec-9784-e59484a35e84
VfModuleModelDescription:NULL
Artifacts UUID List:{
b2a18001-138c-4036-94ea-ce33ec17514f
,
2d5a1407-9a9c-4ecd-a478-e61a5486ec1d

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

isBase:true


}

2022-04-24T08:07:19.634Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw51f523265448..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "bf9b848b-3d0b-42ec-9784-e59484a35e84",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a515def8-3d76-4129-a6ea-4a6d3fee9275",
    "vfModuleModelCustomizationUUID": "32d3889d-1735-4827-8cff-c91aae4dcf77",
    "isBase": true,
    "artifacts": [
      "b2a18001-138c-4036-94ea-ce33ec17514f",
      "2d5a1407-9a9c-4ecd-a478-e61a5486ec1d"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-24T08:07:19.635Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw51f523265448..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a515def8-3d76-4129-a6ea-4a6d3fee9275
VfModuleModelInvariantUUID:bf9b848b-3d0b-42ec-9784-e59484a35e84
VfModuleModelDescription:NULL
Artifacts UUID List:{
b2a18001-138c-4036-94ea-ce33ec17514f
,
2d5a1407-9a9c-4ecd-a478-e61a5486ec1d

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

isBase:true


}

2022-04-24T08:07:19.635Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|INFO|500||Trying to download the artifact UUID: b2a18001-138c-4036-94ea-ce33ec17514f from URL: /sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/base_vfw.yaml
2022-04-24T08:07:19.635Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|INFO|500||DistributionClient - download
2022-04-24T08:07:19.636Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/base_vfw.yaml
2022-04-24T08:07:20.080Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||GET Response Status 200
2022-04-24T08:07:20.081Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/base_vfw.yaml b2a18001-138c-4036-94ea-ce33ec17514f 20368
2022-04-24T08:07:20.082Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-24T08:07:20.082Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/base_vfw.yaml
2022-04-24T08:07:20.082Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-24T08:07:20.083Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T08:07:20.086Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T08:07:20.086Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||try to send status {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650787640082,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-24T08:07:20.185Z||pool-273-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T08:07:20.187Z||pool-273-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T08:07:20.187Z||pool-273-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:07:20.199Z||pool-273-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:07:20.200Z||pool-273-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-24T08:07:21.087Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|INFO|500||Trying to download the artifact UUID: 2d5a1407-9a9c-4ecd-a478-e61a5486ec1d from URL: /sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/base_vfw.env
2022-04-24T08:07:21.088Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|INFO|500||DistributionClient - download
2022-04-24T08:07:21.088Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/base_vfw.env
2022-04-24T08:07:21.288Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||GET Response Status 200
2022-04-24T08:07:21.289Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/base_vfw.env 2d5a1407-9a9c-4ecd-a478-e61a5486ec1d 2098
2022-04-24T08:07:21.290Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-24T08:07:21.290Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/base_vfw.env
2022-04-24T08:07:21.291Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-24T08:07:21.292Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T08:07:21.294Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T08:07:21.295Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||try to send status {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650787641290,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-24T08:07:21.395Z||pool-274-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T08:07:21.396Z||pool-274-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T08:07:21.396Z||pool-274-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:07:21.410Z||pool-274-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:07:21.411Z||pool-274-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-04-24T08:07:22.296Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Preparing to deploy Service: 84d70253-72fc-4f25-8358-6b15c6f364f7
2022-04-24T08:07:22.297Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 51f52326-5448 0 82168406-319f-4880-9e7c-78457ab82fc4 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-24T08:07:22.335Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1a44e079, org.onap.sdc.toscaparser.api.parameters.Input@5b7d08ae, org.onap.sdc.toscaparser.api.parameters.Input@2128e19d, org.onap.sdc.toscaparser.api.parameters.Input@1a8e056, org.onap.sdc.toscaparser.api.parameters.Input@3c529f32]
2022-04-24T08:07:22.338Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:07:22.338Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Service vFW 2022-04-24 08-03-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T08:07:22.339Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||VF Category is: Generic 
2022-04-24T08:07:22.339Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||VFCustomizationUUID= 52b9caf6-6af7-416f-ab8c-c766fc8aad83
2022-04-24T08:07:22.339Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 52b9caf6-6af7-416f-ab8c-c766fc8aad83 matches Tosca VF Customization UUID: 52b9caf6-6af7-416f-ab8c-c766fc8aad83
2022-04-24T08:07:22.340Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||vfCustomizationUUID: 52b9caf6-6af7-416f-ab8c-c766fc8aad83  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-04-24T08:07:22.345Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:07:22.346Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Service vFW 2022-04-24 08-03-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T08:07:22.347Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||resource request for resource customization id 52b9caf6-6af7-416f-ab8c-c766fc8aad83: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-04-24T08:07:22.348Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2ff70334
2022-04-24T08:07:22.348Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:07:22.349Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Service vFW 2022-04-24 08-03-49 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-24T08:07:22.353Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 32d3889d-1735-4827-8cff-c91aae4dcf77
2022-04-24T08:07:22.354Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 32d3889d-1735-4827-8cff-c91aae4dcf77
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-04-24T08:07:22.368Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:07:22.369Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template vFW 51f52326-5448 0 is matching search criteria
2022-04-24T08:07:22.369Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Found topology templates [vFW 51f52326-5448 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T08:07:22.370Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:07:22.370Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template vFW 51f52326-5448 0 is matching search criteria
2022-04-24T08:07:22.370Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Found topology templates [vFW 51f52326-5448 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T08:07:22.372Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:07:22.372Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template vFW 51f52326-5448 0 is not matching search criteria
2022-04-24T08:07:22.372Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-24T08:07:22.372Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-24T08:07:22.373Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-24T08:07:22.373Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-24T08:07:22.373Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-04-24T08:07:22.374Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-24T08:07:22.374Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-24T08:07:22.374Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-24T08:07:22.374Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-24T08:07:22.375Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-04-24T08:07:22.375Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T08:07:22.375Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=419680ae-7e08-4cea-ae0c-166468f9e33c
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-24T08:07:22.383Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:07:22.384Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template vFW 51f52326-5448 0 is matching search criteria
2022-04-24T08:07:22.384Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Found topology templates [vFW 51f52326-5448 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T08:07:22.384Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:07:22.385Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template vFW 51f52326-5448 0 is not matching search criteria
2022-04-24T08:07:22.385Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-24T08:07:22.385Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-24T08:07:22.386Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-24T08:07:22.386Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-24T08:07:22.386Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-24T08:07:22.387Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-04-24T08:07:22.387Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T08:07:22.387Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-24T08:07:22.387Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-24T08:07:22.388Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-24T08:07:22.388Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-04-24T08:07:22.388Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T08:07:22.388Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d637d779-9528-40f2-9070-1ae97f2e5581
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-24T08:07:22.394Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:07:22.395Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template vFW 51f52326-5448 0 is matching search criteria
2022-04-24T08:07:22.396Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Found topology templates [vFW 51f52326-5448 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T08:07:22.396Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:07:22.397Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template vFW 51f52326-5448 0 is not matching search criteria
2022-04-24T08:07:22.397Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-24T08:07:22.397Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-24T08:07:22.398Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-24T08:07:22.398Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-24T08:07:22.399Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-24T08:07:22.399Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-04-24T08:07:22.400Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T08:07:22.400Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-24T08:07:22.401Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-04-24T08:07:22.401Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-24T08:07:22.401Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-24T08:07:22.402Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-24T08:07:22.402Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a0fc7ac5-806d-440c-9404-6f87bbde350f
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-24T08:07:22.409Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:07:22.409Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template vFW 51f52326-5448 0 is matching search criteria
2022-04-24T08:07:22.410Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Found topology templates [vFW 51f52326-5448 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T08:07:22.410Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:07:22.411Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Node template vFW 51f52326-5448 0 is matching search criteria
2022-04-24T08:07:22.411Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Found topology templates [vFW 51f52326-5448 0] matching following query criteria: sdcType=VF, customizationUUID=52b9caf6-6af7-416f-ab8c-c766fc8aad83
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-24T08:07:22.415Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:07:22.415Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Service vFW 2022-04-24 08-03-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T08:07:22.416Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500|| resourceSeq for service uuid 84d70253-72fc-4f25-8358-6b15c6f364f7: vFW 51f52326-5448
2022-04-24T08:07:22.416Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:07:22.417Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Service vFW 2022-04-24 08-03-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T08:07:22.417Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:07:22.418Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Service vFW 2022-04-24 08-03-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T08:07:22.418Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:07:22.418Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Service vFW 2022-04-24 08-03-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T08:07:22.419Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:07:22.419Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Service vFW 2022-04-24 08-03-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T08:07:22.419Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:07:22.420Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Service vFW 2022-04-24 08-03-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T08:07:22.421Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|INFO|500||Saving Service: vFW 2022-04-24 08-03-49 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T08:07:22.788Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 51f52326-5448 82168406-319f-4880-9e7c-78457ab82fc4 1 ASDC deployResourceStructure
2022-04-24T08:07:22.789Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/vfw51f5232654480_modules.json ASDC sendASDCNotification
2022-04-24T08:07:22.789Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/vfw51f5232654480_modules.json
2022-04-24T08:07:22.790Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-24T08:07:22.790Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T08:07:22.793Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T08:07:22.793Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||try to send status {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650787642789,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/vfw51f5232654480_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-24T08:07:22.892Z||pool-275-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T08:07:22.894Z||pool-275-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T08:07:22.894Z||pool-275-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:07:22.913Z||pool-275-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:07:22.914Z||pool-275-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-04-24T08:07:23.794Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-24T08:07:23.794Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/base_vfw.yaml
2022-04-24T08:07:23.795Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-24T08:07:23.795Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T08:07:23.798Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T08:07:23.798Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||try to send status {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650787643794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-24T08:07:23.898Z||pool-276-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T08:07:23.899Z||pool-276-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T08:07:23.899Z||pool-276-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:07:23.911Z||pool-276-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:07:23.912Z||pool-276-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-24T08:07:24.799Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-24T08:07:24.800Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/base_vfw.env
2022-04-24T08:07:24.801Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-24T08:07:24.801Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T08:07:24.804Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T08:07:24.805Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||try to send status {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650787644799,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-24T08:07:24.904Z||pool-277-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T08:07:24.905Z||pool-277-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T08:07:24.906Z||pool-277-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:07:24.973Z||pool-277-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:07:24.973Z||pool-277-thread-1|||||INFO|500||cambria reply ok (68 ms):{"serverTimeMs":0,"count":1}
2022-04-24T08:07:25.806Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220424080349/1.0/artifacts/service-Vfw20220424080349-csar.csar ASDC sendASDCNotification
2022-04-24T08:07:25.806Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220424080349/1.0/artifacts/service-Vfw20220424080349-csar.csar
2022-04-24T08:07:25.807Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-24T08:07:25.807Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T08:07:25.810Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T08:07:25.810Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||try to send status {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650787645806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/artifacts/service-Vfw20220424080349-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T08:07:25.910Z||pool-278-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T08:07:25.911Z||pool-278-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T08:07:25.911Z||pool-278-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:07:25.953Z||pool-278-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:07:25.953Z||pool-278-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-04-24T08:07:26.811Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1bd890a7-7385-4365-9b8d-564113331375
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T08:07:26.829Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1bd890a7-7385-4365-9b8d-564113331375
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T08:07:26.833Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-24T08:07:26.833Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-24T08:07:26.834Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-24T08:07:56.834Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1bd890a7-7385-4365-9b8d-564113331375
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T08:07:56.849Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1bd890a7-7385-4365-9b8d-564113331375
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T08:07:56.853Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-24T08:07:56.854Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-24T08:07:56.854Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-24T08:08:04.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T08:08:04.420Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T08:08:04.420Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:08:04.552Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:08:04.553Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T08:08:04.553Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650787624387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:08:04.554Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:08:26.855Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1bd890a7-7385-4365-9b8d-564113331375
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T08:08:26.869Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1bd890a7-7385-4365-9b8d-564113331375
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T08:08:26.873Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-24T08:08:26.873Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-24T08:08:26.873Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-24T08:08:56.873Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1bd890a7-7385-4365-9b8d-564113331375
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T08:08:56.891Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1bd890a7-7385-4365-9b8d-564113331375
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T08:08:56.894Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-24T08:08:56.894Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-24T08:08:56.895Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-24T08:09:04.417Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T08:09:04.418Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T08:09:04.419Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:09:04.965Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:09:04.966Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T08:09:04.969Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650787624387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/vfw51f5232654480_modules.json",
  "status": "NOTIFIED"
}
2022-04-24T08:09:04.970Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:09:04.970Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T08:09:04.970Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650787624387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-24T08:09:04.970Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:09:04.970Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T08:09:04.970Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650787624387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:09:04.970Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:09:04.970Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T08:09:04.970Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650787624387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-24T08:09:04.970Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:09:04.970Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T08:09:04.971Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650787624387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/artifacts/service-Vfw20220424080349-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:09:04.971Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:09:04.971Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T08:09:04.971Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650787624387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/artifacts/service-Vfw20220424080349-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T08:09:04.971Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:09:04.971Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T08:09:04.971Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "aai-ml",
  "timestamp": 1650787630490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/artifacts/service-Vfw20220424080349-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-04-24T08:09:04.971Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:09:04.971Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T08:09:04.971Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "aai-ml",
  "timestamp": 1650787631494,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T08:09:04.986Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 1bd890a7-7385-4365-9b8d-564113331375
2022-04-24T08:09:04.986Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1bd890a7-7385-4365-9b8d-564113331375 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T08:09:04.998Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T08:09:04.999Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650787632627,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/artifacts/service-Vfw20220424080349-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T08:09:04.999Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:09:04.999Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T08:09:04.999Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650787638620,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/vfw51f5232654480_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-24T08:09:04.999Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:09:04.999Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T08:09:04.999Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650787640082,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-24T08:09:04.999Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:09:04.999Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T08:09:05.000Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650787641290,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-24T08:09:05.000Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:09:05.000Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T08:09:05.000Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650787642789,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/vfw51f5232654480_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-24T08:09:05.000Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:09:05.000Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T08:09:05.000Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650787643794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-24T08:09:05.000Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:09:05.000Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T08:09:05.001Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650787644799,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/resourceInstances/vfw51f5232654480/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-24T08:09:05.001Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:09:05.001Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T08:09:05.001Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650787645806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424080349/1.0/artifacts/service-Vfw20220424080349-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T08:09:05.001Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:09:26.895Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1bd890a7-7385-4365-9b8d-564113331375
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T08:09:26.910Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1bd890a7-7385-4365-9b8d-564113331375
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T08:09:26.916Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-24T08:09:26.917Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-24T08:09:26.917Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-24T08:09:26.917Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-24T08:09:26.917Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-04-24T08:09:26.917Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T08:09:26.923Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-24T08:09:56.926Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 1bd890a7-7385-4365-9b8d-564113331375 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-24T08:09:56.935Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1bd890a7-7385-4365-9b8d-564113331375 and serviceModelVersionId: 84d70253-72fc-4f25-8358-6b15c6f364f7
2022-04-24T08:09:56.936Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f292730b-3895-4306-aa60-08bd9daf6d82
2022-04-24T08:09:56.938Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0
2022-04-24T08:09:56.948Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccffcf49-f7c2-4066-9d0b-a66eadc20434/model-vers/model-ver/618986d2-7aa3-4ed3-8d1a-e09a8b9ce390?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-04-24T08:09:57.029Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||Invoke
2022-04-24T08:09:57.030Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1bd890a7-7385-4365-9b8d-564113331375], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0273cd17-27cd-4d9f-b8ac-e63ec43c2501], X-ECOMP-RequestID=[1bd890a7-7385-4365-9b8d-564113331375], X-TransactionId=[], X-ONAP-RequestID=[1bd890a7-7385-4365-9b8d-564113331375], Content-Type=[application/merge-patch+json]}
2022-04-24T08:09:58.597Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||Invoke
2022-04-24T08:09:58.597Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1bd890a7-7385-4365-9b8d-564113331375], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[014fd09c-b5a8-4867-a900-5bd78c1218e6], X-ECOMP-RequestID=[1bd890a7-7385-4365-9b8d-564113331375], X-TransactionId=[], X-ONAP-RequestID=[1bd890a7-7385-4365-9b8d-564113331375], Content-Type=[application/merge-patch+json]}
2022-04-24T08:10:00.123Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||Invoke
2022-04-24T08:10:00.124Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1bd890a7-7385-4365-9b8d-564113331375], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e4dfd47e-2a5a-49ee-9c5e-d2146fbbabf7], X-ECOMP-RequestID=[1bd890a7-7385-4365-9b8d-564113331375], X-TransactionId=[], X-ONAP-RequestID=[1bd890a7-7385-4365-9b8d-564113331375], Content-Type=[application/merge-patch+json]}
2022-04-24T08:10:01.161Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-04-24T08:10:01.162Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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)
Caused by: 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.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-04-24T08:10:01.162Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-24T08:10:01.162Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-24T08:10:01.168Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-24T08:10:01.168Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1bd890a7-7385-4365-9b8d-564113331375 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-24T08:10:01.169Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-24T08:10:01.169Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T08:10:01.172Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T08:10:01.173Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||try to send status {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650787801169,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-24T08:10:01.272Z||pool-279-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T08:10:01.273Z||pool-279-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T08:10:01.274Z||pool-279-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:10:01.295Z||pool-279-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:10:01.295Z||pool-279-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-24T08:10:02.189Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T08:10:02.190Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T08:10:02.190Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:10:04.418Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T08:10:04.418Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T08:10:04.419Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:10:05.053Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:10:05.053Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-24T08:10:05.054Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bd890a7-7385-4365-9b8d-564113331375",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650787801169,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-24T08:10:05.054Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:10:12.644Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:10:12.645Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T08:10:12.646Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T08:10:12.646Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:10:22.243Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:10:22.244Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T08:10:22.244Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T08:10:22.244Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:10:31.868Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:11:04.387Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T08:11:04.388Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T08:11:04.389Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:11:04.417Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T08:11:04.419Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T08:11:04.420Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:11:13.948Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:11:13.973Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:12:04.388Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T08:12:04.389Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T08:12:04.389Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:12:04.418Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T08:12:04.419Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T08:12:04.419Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:12:13.960Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:12:13.982Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:13:04.387Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T08:13:04.389Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T08:13:04.389Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:13:04.418Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T08:13:04.419Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T08:13:04.420Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:13:05.014Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:13:05.015Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-24T08:13:05.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"2ff4c4be-fbc3-4297-86b7-76a3d1f323ad","serviceName":"Demo_pNF_VamZ2mXgINam9Bbo34ci","serviceVersion":"1.0","serviceUUID":"525519de-9e14-4cbe-9994-a9e33e408e4a","serviceDescription":"catalog service description","serviceInvariantUUID":"2044b583-d383-4a1e-b5ac-4655b042710a","resources":[{"resourceInstanceName":"pNF 7ddf3cb7-374e 0","resourceName":"pNF 7ddf3cb7-374e","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"3f47a39a-dcc6-4deb-b838-6751ae9a457b","resourceInvariantUUID":"b24e3545-c0dc-4239-8552-9deab0ed4435","resourceCustomizationUUID":"a608b035-c75b-4ab1-90b5-c638e0729659","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/resourceInstances/pnf7ddf3cb7374e0/artifacts/vf-license-model.xml","artifactChecksum":"ODJlNzk5NzA3NzJjZjMzOTM5Nzg3NDlkMmZkM2EwYWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e29089fe-0658-4970-a16f-a3f29cda2cae","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/resourceInstances/pnf7ddf3cb7374e0/artifacts/pNF.csar","artifactChecksum":"MWYyYzhhZDhmMTQzNmY3MDdmZGFkM2EyNjAwMjY3YzM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d271ff10-1544-4a02-9d5e-02783794c134","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/resourceInstances/pnf7ddf3cb7374e0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"652b4667-8c0d-4e50-9059-3c9254572bb0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/resourceInstances/pnf7ddf3cb7374e0/artifacts/vendor-license-model.xml","artifactChecksum":"ZTIxYTQyYTRmOGVhMDI4YjU2OTM1MDcwNDFmMjQzNjQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8855616a-84ce-43fb-b30e-451d0cc66498","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/resourceInstances/pnf7ddf3cb7374e0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9b2197e1-d350-41e8-8c75-7cc2317b5ae2","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/resourceInstances/pnf7ddf3cb7374e0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"aed9248c-3903-4e40-88f4-e72d297a545d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfVamz2mxginam9bbo34ci-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/artifacts/service-DemoPnfVamz2mxginam9bbo34ci-template.yml","artifactChecksum":"N2MyNjMzNjI0ZjcwOWM4NWQwZGYyMzRkN2JiY2Q0MDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"26e6962c-3c54-438d-b4a2-52bbd7b3a53b","artifactVersion":"1"},{"artifactName":"service-DemoPnfVamz2mxginam9bbo34ci-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/artifacts/service-DemoPnfVamz2mxginam9bbo34ci-csar.csar","artifactChecksum":"MmU4MWVmOTA3NDcxMGNlYmRmMWE4MTBlZDA4NWVmMmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f03fa94b-bed2-48bd-b23c-975ea00bd6cb","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-24T08:13:05.020Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T08:13:05.020Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-24T08:13:05.025Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T08:13:05.025Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650787984387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/resourceInstances/pnf7ddf3cb7374e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:13:05.060Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:13:05.065Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T08:13:05.066Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "aai-ml",
  "timestamp": 1650787941636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/resourceInstances/pnf7ddf3cb7374e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:13:05.067Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:13:05.067Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T08:13:05.067Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650787940922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/resourceInstances/pnf7ddf3cb7374e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:13:05.068Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:13:05.068Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T08:13:05.068Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650787945141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/resourceInstances/pnf7ddf3cb7374e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:13:05.069Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:13:05.069Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T08:13:05.069Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "aai-ml",
  "timestamp": 1650787941636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/resourceInstances/pnf7ddf3cb7374e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:13:05.070Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:13:05.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T08:13:05.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650787940922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/resourceInstances/pnf7ddf3cb7374e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:13:05.070Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:13:05.071Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T08:13:05.071Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650787945141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/resourceInstances/pnf7ddf3cb7374e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:13:05.071Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:13:05.071Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T08:13:05.072Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "policy-id",
  "timestamp": 1650787947821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/resourceInstances/pnf7ddf3cb7374e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:13:05.072Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:13:05.072Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T08:13:05.074Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "aai-ml",
  "timestamp": 1650787941636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/resourceInstances/pnf7ddf3cb7374e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:13:05.074Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:13:05.074Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T08:13:05.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650787940922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/resourceInstances/pnf7ddf3cb7374e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:13:05.075Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:13:05.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T08:13:05.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650787945141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/resourceInstances/pnf7ddf3cb7374e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:13:05.076Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:13:05.076Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T08:13:05.076Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "policy-id",
  "timestamp": 1650787947821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/resourceInstances/pnf7ddf3cb7374e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:13:05.076Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:13:05.077Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T08:13:05.077Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "cds",
  "timestamp": 1650787949808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/resourceInstances/pnf7ddf3cb7374e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:13:05.077Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:13:05.077Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T08:13:05.077Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "aai-ml",
  "timestamp": 1650787941636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/resourceInstances/pnf7ddf3cb7374e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:13:05.077Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:13:05.077Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T08:13:05.077Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650787940922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/resourceInstances/pnf7ddf3cb7374e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:13:05.078Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:13:05.078Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T08:13:05.078Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650787945141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/resourceInstances/pnf7ddf3cb7374e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:13:05.078Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:13:05.078Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T08:13:05.078Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "policy-id",
  "timestamp": 1650787947821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/resourceInstances/pnf7ddf3cb7374e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:13:05.078Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:13:05.078Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T08:13:05.079Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "cds",
  "timestamp": 1650787949808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/resourceInstances/pnf7ddf3cb7374e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:13:05.079Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:13:05.079Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T08:13:05.079Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650787940922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/resourceInstances/pnf7ddf3cb7374e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:13:05.079Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:13:05.079Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T08:13:05.079Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "aai-ml",
  "timestamp": 1650787941636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/resourceInstances/pnf7ddf3cb7374e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:13:05.080Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:13:05.080Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T08:13:05.080Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650787945141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/resourceInstances/pnf7ddf3cb7374e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:13:05.080Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:13:05.080Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T08:13:05.080Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "policy-id",
  "timestamp": 1650787947821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/resourceInstances/pnf7ddf3cb7374e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:13:05.080Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:13:05.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T08:13:05.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "cds",
  "timestamp": 1650787949808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/resourceInstances/pnf7ddf3cb7374e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:13:05.081Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:13:05.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T08:13:05.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "aai-ml",
  "timestamp": 1650787941636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/resourceInstances/pnf7ddf3cb7374e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:13:05.082Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:13:05.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T08:13:05.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650787945141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/resourceInstances/pnf7ddf3cb7374e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:13:05.082Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:13:05.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T08:13:05.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650787940922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/resourceInstances/pnf7ddf3cb7374e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-04-24T08:13:05.082Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:13:05.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T08:13:05.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "policy-id",
  "timestamp": 1650787947821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/resourceInstances/pnf7ddf3cb7374e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:13:05.083Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:13:05.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T08:13:05.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "cds",
  "timestamp": 1650787949808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/resourceInstances/pnf7ddf3cb7374e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:13:05.083Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:13:05.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T08:13:05.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "aai-ml",
  "timestamp": 1650787941636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/artifacts/service-DemoPnfVamz2mxginam9bbo34ci-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:13:05.084Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:13:05.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T08:13:05.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650787940922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/artifacts/service-DemoPnfVamz2mxginam9bbo34ci-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:13:05.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:13:05.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T08:13:05.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650787945141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/artifacts/service-DemoPnfVamz2mxginam9bbo34ci-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:13:05.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:13:05.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T08:13:05.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "policy-id",
  "timestamp": 1650787947821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/resourceInstances/pnf7ddf3cb7374e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:13:05.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:13:05.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T08:13:05.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "cds",
  "timestamp": 1650787949808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/resourceInstances/pnf7ddf3cb7374e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:13:05.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:13:05.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T08:13:05.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "aai-ml",
  "timestamp": 1650787941636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/artifacts/service-DemoPnfVamz2mxginam9bbo34ci-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T08:13:05.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:13:05.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T08:13:05.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650787940922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/artifacts/service-DemoPnfVamz2mxginam9bbo34ci-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:13:05.089Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:13:05.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T08:13:05.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650787945141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/artifacts/service-DemoPnfVamz2mxginam9bbo34ci-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T08:13:05.089Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:13:05.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T08:13:05.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "clamp",
  "timestamp": 1650787953721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/resourceInstances/pnf7ddf3cb7374e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:13:05.090Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:13:05.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T08:13:05.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "policy-id",
  "timestamp": 1650787947821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/artifacts/service-DemoPnfVamz2mxginam9bbo34ci-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:13:05.091Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:13:05.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T08:13:05.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "cds",
  "timestamp": 1650787949808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/resourceInstances/pnf7ddf3cb7374e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:13:05.091Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:13:05.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T08:13:05.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "clamp",
  "timestamp": 1650787953721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/resourceInstances/pnf7ddf3cb7374e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:13:05.092Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:13:05.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T08:13:05.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650787955786,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/resourceInstances/pnf7ddf3cb7374e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-24T08:13:05.093Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:13:05.093Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T08:13:05.093Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "aai-ml",
  "timestamp": 1650787955086,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/artifacts/service-DemoPnfVamz2mxginam9bbo34ci-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T08:13:05.094Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:13:05.094Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T08:13:05.094Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "policy-id",
  "timestamp": 1650787947821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/artifacts/service-DemoPnfVamz2mxginam9bbo34ci-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T08:13:05.094Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:13:05.094Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T08:13:05.095Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650787954885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/resourceInstances/pnf7ddf3cb7374e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:13:05.095Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:13:05.095Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T08:13:05.095Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "cds",
  "timestamp": 1650787949808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/artifacts/service-DemoPnfVamz2mxginam9bbo34ci-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:13:05.096Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:13:05.096Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T08:13:05.096Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "clamp",
  "timestamp": 1650787953721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/resourceInstances/pnf7ddf3cb7374e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:13:05.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:13:05.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T08:13:05.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650787956813,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/resourceInstances/pnf7ddf3cb7374e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-04-24T08:13:05.097Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:13:05.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T08:13:05.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "policy-id",
  "timestamp": 1650787956652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/artifacts/service-DemoPnfVamz2mxginam9bbo34ci-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T08:13:05.098Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:13:05.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T08:13:05.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650787954885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/resourceInstances/pnf7ddf3cb7374e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:13:05.099Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:13:05.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T08:13:05.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "cds",
  "timestamp": 1650787949808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/artifacts/service-DemoPnfVamz2mxginam9bbo34ci-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T08:13:05.099Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:13:05.100Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T08:13:05.100Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "clamp",
  "timestamp": 1650787953721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/resourceInstances/pnf7ddf3cb7374e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:13:05.100Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:13:05.100Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T08:13:05.101Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650787957817,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T08:13:05.124Z||pool-280-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T08:13:05.125Z||pool-280-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T08:13:05.125Z||pool-280-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:13:05.132Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 2ff4c4be-fbc3-4297-86b7-76a3d1f323ad
2022-04-24T08:13:05.132Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ff4c4be-fbc3-4297-86b7-76a3d1f323ad and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T08:13:05.145Z||pool-280-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:13:05.146Z||pool-280-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-04-24T08:13:05.156Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T08:13:05.157Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "policy-id",
  "timestamp": 1650787957657,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/artifacts/service-DemoPnfVamz2mxginam9bbo34ci-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T08:13:05.158Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:13:05.158Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T08:13:05.158Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650787954885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/resourceInstances/pnf7ddf3cb7374e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:13:05.160Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:13:05.160Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T08:13:05.160Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "cds",
  "timestamp": 1650787958723,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/artifacts/service-DemoPnfVamz2mxginam9bbo34ci-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T08:13:05.161Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:13:05.161Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T08:13:05.161Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "clamp",
  "timestamp": 1650787953721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/resourceInstances/pnf7ddf3cb7374e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:13:05.162Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:13:05.162Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T08:13:05.162Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "policy-id",
  "timestamp": 1650787958661,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T08:13:05.170Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2ff4c4be-fbc3-4297-86b7-76a3d1f323ad
2022-04-24T08:13:05.170Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ff4c4be-fbc3-4297-86b7-76a3d1f323ad and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T08:13:05.189Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T08:13:05.189Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650787954885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/resourceInstances/pnf7ddf3cb7374e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:13:05.192Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:13:05.192Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T08:13:05.193Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "cds",
  "timestamp": 1650787959733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/artifacts/service-DemoPnfVamz2mxginam9bbo34ci-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T08:13:05.212Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2ff4c4be-fbc3-4297-86b7-76a3d1f323ad
2022-04-24T08:13:05.212Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ff4c4be-fbc3-4297-86b7-76a3d1f323ad and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T08:13:05.227Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T08:13:05.227Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "clamp",
  "timestamp": 1650787953721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/resourceInstances/pnf7ddf3cb7374e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:13:05.228Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:13:05.228Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T08:13:05.228Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650787954885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/resourceInstances/pnf7ddf3cb7374e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:13:05.229Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:13:05.229Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T08:13:05.229Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "clamp",
  "timestamp": 1650787953721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/artifacts/service-DemoPnfVamz2mxginam9bbo34ci-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:13:05.230Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:13:05.230Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T08:13:05.231Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "aai-ml",
  "timestamp": 1650787960631,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/artifacts/service-DemoPnfVamz2mxginam9bbo34ci-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-04-24T08:13:05.231Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:13:05.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T08:13:05.232Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650787954885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/resourceInstances/pnf7ddf3cb7374e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:13:05.233Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:13:05.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T08:13:05.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "clamp",
  "timestamp": 1650787953721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/artifacts/service-DemoPnfVamz2mxginam9bbo34ci-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T08:13:05.234Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:13:05.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T08:13:05.234Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "aai-ml",
  "timestamp": 1650787961635,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T08:13:05.243Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 2ff4c4be-fbc3-4297-86b7-76a3d1f323ad
2022-04-24T08:13:05.243Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ff4c4be-fbc3-4297-86b7-76a3d1f323ad and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T08:13:05.256Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T08:13:05.256Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650787954885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/artifacts/service-DemoPnfVamz2mxginam9bbo34ci-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:13:05.257Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:13:05.257Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T08:13:05.257Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650787954885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/artifacts/service-DemoPnfVamz2mxginam9bbo34ci-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T08:13:05.257Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:13:05.257Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T08:13:05.257Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650787964008,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/artifacts/service-DemoPnfVamz2mxginam9bbo34ci-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T08:13:05.257Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:13:05.258Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T08:13:05.258Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650787966508,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/artifacts/service-DemoPnfVamz2mxginam9bbo34ci-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T08:13:05.258Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:13:05.258Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T08:13:05.258Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650787967512,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T08:13:05.271Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2ff4c4be-fbc3-4297-86b7-76a3d1f323ad
2022-04-24T08:13:05.272Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ff4c4be-fbc3-4297-86b7-76a3d1f323ad and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T08:13:05.298Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T08:13:05.299Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "clamp",
  "timestamp": 1650787973939,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/artifacts/service-DemoPnfVamz2mxginam9bbo34ci-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T08:13:05.299Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:13:05.299Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T08:13:05.299Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "clamp",
  "timestamp": 1650787975948,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/artifacts/service-DemoPnfVamz2mxginam9bbo34ci-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T08:13:05.299Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:13:05.299Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-24T08:13:05.299Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "clamp",
  "timestamp": 1650787976952,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T08:13:05.306Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2ff4c4be-fbc3-4297-86b7-76a3d1f323ad
2022-04-24T08:13:05.306Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ff4c4be-fbc3-4297-86b7-76a3d1f323ad and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T08:13:06.026Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T08:13:06.026Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-24T08:13:06.029Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T08:13:06.029Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650787984387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/resourceInstances/pnf7ddf3cb7374e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:13:06.129Z||pool-281-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T08:13:06.131Z||pool-281-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T08:13:06.131Z||pool-281-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:13:06.145Z||pool-281-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:13:06.146Z||pool-281-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-04-24T08:13:07.030Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T08:13:07.034Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-24T08:13:07.037Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T08:13:07.037Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650787984387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/resourceInstances/pnf7ddf3cb7374e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:13:07.137Z||pool-282-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T08:13:07.138Z||pool-282-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T08:13:07.138Z||pool-282-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:13:07.156Z||pool-282-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:13:07.157Z||pool-282-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-24T08:13:08.040Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T08:13:08.042Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-24T08:13:08.045Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T08:13:08.046Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650787984387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/resourceInstances/pnf7ddf3cb7374e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:13:08.146Z||pool-283-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T08:13:08.147Z||pool-283-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T08:13:08.147Z||pool-283-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:13:08.157Z||pool-283-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:13:08.158Z||pool-283-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-24T08:13:09.046Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T08:13:09.047Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-24T08:13:09.057Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T08:13:09.057Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650787984387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/resourceInstances/pnf7ddf3cb7374e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:13:09.150Z||pool-284-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-04-24T08:13:09.151Z||pool-284-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T08:13:09.151Z||pool-284-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:13:09.162Z||pool-284-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:13:09.163Z||pool-284-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-04-24T08:13:10.058Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T08:13:10.059Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-24T08:13:10.062Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T08:13:10.062Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650787984387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/resourceInstances/pnf7ddf3cb7374e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:13:10.162Z||pool-285-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T08:13:10.163Z||pool-285-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T08:13:10.163Z||pool-285-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:13:10.183Z||pool-285-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:13:10.184Z||pool-285-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-04-24T08:13:11.063Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T08:13:11.064Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-24T08:13:11.066Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T08:13:11.067Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650787984387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/artifacts/service-DemoPnfVamz2mxginam9bbo34ci-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:13:11.166Z||pool-286-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T08:13:11.167Z||pool-286-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T08:13:11.168Z||pool-286-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:13:11.185Z||pool-286-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:13:11.186Z||pool-286-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-24T08:13:12.071Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T08:13:12.072Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-24T08:13:12.075Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T08:13:12.075Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650787984387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/artifacts/service-DemoPnfVamz2mxginam9bbo34ci-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T08:13:12.175Z||pool-287-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T08:13:12.176Z||pool-287-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T08:13:12.177Z||pool-287-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:13:12.303Z||pool-287-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:13:12.303Z||pool-287-thread-1|||||INFO|500||cambria reply ok (127 ms):{"serverTimeMs":1,"count":1}
2022-04-24T08:13:13.076Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "serviceName": "Demo_pNF_VamZ2mXgINam9Bbo34ci",
  "serviceVersion": "1.0",
  "serviceUUID": "525519de-9e14-4cbe-9994-a9e33e408e4a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "2044b583-d383-4a1e-b5ac-4655b042710a",
  "resources": [
    {
      "resourceInstanceName": "pNF 7ddf3cb7-374e 0",
      "resourceCustomizationUUID": "a608b035-c75b-4ab1-90b5-c638e0729659",
      "resourceName": "pNF 7ddf3cb7-374e",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "3f47a39a-dcc6-4deb-b838-6751ae9a457b",
      "resourceInvariantUUID": "b24e3545-c0dc-4239-8552-9deab0ed4435",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfVamz2mxginam9bbo34ci-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/artifacts/service-DemoPnfVamz2mxginam9bbo34ci-csar.csar",
      "artifactChecksum": "MmU4MWVmOTA3NDcxMGNlYmRmMWE4MTBlZDA4NWVmMmE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f03fa94b-bed2-48bd-b23c-975ea00bd6cb"
    }
  ],
  "workloadContext": "Production"
}
2022-04-24T08:13:13.077Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-24T08:13:13.077Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 525519de-9e14-4cbe-9994-a9e33e408e4a ASDC
2022-04-24T08:13:13.078Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:2ff4c4be-fbc3-4297-86b7-76a3d1f323ad
ServiceName:Demo_pNF_VamZ2mXgINam9Bbo34ci
ServiceVersion:1.0
ServiceUUID:525519de-9e14-4cbe-9994-a9e33e408e4a
ServiceInvariantUUID:2044b583-d383-4a1e-b5ac-4655b042710a
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfVamz2mxginam9bbo34ci-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/artifacts/service-DemoPnfVamz2mxginam9bbo34ci-csar.csar
ArtifactUUID:f03fa94b-bed2-48bd-b23c-975ea00bd6cb
ArtifactChecksum:MmU4MWVmOTA3NDcxMGNlYmRmMWE4MTBlZDA4NWVmMmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 7ddf3cb7-374e 0
ResourceCustomizationUUID:a608b035-c75b-4ab1-90b5-c638e0729659
ResourceInvariantUUID:b24e3545-c0dc-4239-8552-9deab0ed4435
ResourceName:pNF 7ddf3cb7-374e
ResourceType:PNF
ResourceUUID:3f47a39a-dcc6-4deb-b838-6751ae9a457b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-04-24T08:13:13.078Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 525519de-9e14-4cbe-9994-a9e33e408e4a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-24T08:13:13.135Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-24T08:13:13.137Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-24T08:13:13.137Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-24T08:13:13.137Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f03fa94b-bed2-48bd-b23c-975ea00bd6cb from URL: /sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/artifacts/service-DemoPnfVamz2mxginam9bbo34ci-csar.csar
2022-04-24T08:13:13.137Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-24T08:13:13.138Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/artifacts/service-DemoPnfVamz2mxginam9bbo34ci-csar.csar
2022-04-24T08:13:13.385Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-24T08:13:13.391Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/artifacts/service-DemoPnfVamz2mxginam9bbo34ci-csar.csar f03fa94b-bed2-48bd-b23c-975ea00bd6cb 82645
2022-04-24T08:13:13.391Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/artifacts/service-DemoPnfVamz2mxginam9bbo34ci-csar.csar ASDC sendASDCNotification
2022-04-24T08:13:13.406Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/artifacts/service-DemoPnfVamz2mxginam9bbo34ci-csar.csar
2022-04-24T08:13:13.407Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-24T08:13:13.407Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-24T08:13:13.411Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T08:13:13.411Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650787993391,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/artifacts/service-DemoPnfVamz2mxginam9bbo34ci-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T08:13:13.511Z||pool-288-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T08:13:13.512Z||pool-288-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T08:13:13.513Z||pool-288-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:13:13.527Z||pool-288-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:13:13.527Z||pool-288-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-24T08:13:14.412Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-24T08:13:14.413Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-24T08:13:14.413Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: f03fa94b-bed2-48bd-b23c-975ea00bd6cb, URL: /sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/artifacts/service-DemoPnfVamz2mxginam9bbo34ci-csar.csar to file: /app/ASDC/1/service-DemoPnfVamz2mxginam9bbo34ci-csar.csar
2022-04-24T08:13:14.414Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfVamz2mxginam9bbo34ci-csar.csar
2022-04-24T08:13:14.415Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfVamz2mxginam9bbo34ci-csar.csar
2022-04-24T08:13:14.415Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfVamz2mxginam9bbo34ci-csar.csar
2022-04-24T08:13:14.705Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9528688577967144583/Definitions/service-DemoPnfVamz2mxginam9bbo34ci-template.yml
2022-04-24T08:13:16.181Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-24T08:13:16.181Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-04-24T08:13:16.182Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfVamz2mxginam9bbo34ci-csar.csar
2022-04-24T08:13:16.182Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-04-24T08:13:16.182Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||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-DemoPnfVamz2mxginam9bbo34ci-csar.csar
2022-04-24T08:13:16.182Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfVamz2mxginam9bbo34ci-csar.csar
2022-04-24T08:13:16.183Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||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-DemoPnfVamz2mxginam9bbo34ci-csar.csar
2022-04-24T08:13:16.183Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||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-DemoPnfVamz2mxginam9bbo34ci-csar.csar
2022-04-24T08:13:16.183Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||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-DemoPnfVamz2mxginam9bbo34ci-csar.csar
2022-04-24T08:13:16.183Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||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-DemoPnfVamz2mxginam9bbo34ci-csar.csar
2022-04-24T08:13:16.183Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 7ddf3cb7-374e 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-DemoPnfVamz2mxginam9bbo34ci-csar.csar
2022-04-24T08:13:16.184Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-04-24T08:13:16.184Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:13:16.184Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_VamZ2mXgINam9Bbo34ci is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T08:13:16.185Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||DEBUG|500||Node template pNF 7ddf3cb7-374e 0 is matching search criteria
2022-04-24T08:13:16.185Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-04-24T08:13:16.185Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 7ddf3cb7-374e 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-24T08:13:16.186Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:13:16.186Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_VamZ2mXgINam9Bbo34ci is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T08:13:16.186Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||DEBUG|500||Node template pNF 7ddf3cb7-374e 0 is matching search criteria
2022-04-24T08:13:16.186Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-04-24T08:13:16.187Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 7ddf3cb7-374e 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-24T08:13:16.187Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:13:16.187Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_VamZ2mXgINam9Bbo34ci is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T08:13:16.188Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:13:16.188Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_VamZ2mXgINam9Bbo34ci is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T08:13:16.188Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:13:16.189Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_VamZ2mXgINam9Bbo34ci is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T08:13:16.189Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:13:16.189Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_VamZ2mXgINam9Bbo34ci is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T08:13:16.190Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:13:16.190Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_VamZ2mXgINam9Bbo34ci is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T08:13:16.190Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_VamZ2mXgINam9Bbo34ci
Description:catalog service description
Model UUID:525519de-9e14-4cbe-9994-a9e33e408e4a
Model Version:NULL
Model InvariantUuid:2044b583-d383-4a1e-b5ac-4655b042710a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-24T08:13:16.202Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 3f47a39a-dcc6-4deb-b838-6751ae9a457b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-24T08:13:16.208Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||INFO|500||pNF 7ddf3cb7-374e 0
2022-04-24T08:13:16.208Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 3f47a39a-dcc6-4deb-b838-6751ae9a457b
2022-04-24T08:13:16.208Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 525519de-9e14-4cbe-9994-a9e33e408e4a
2022-04-24T08:13:16.209Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 525519de-9e14-4cbe-9994-a9e33e408e4a
2022-04-24T08:13:16.209Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 7ddf3cb7-374e 0 3f47a39a-dcc6-4deb-b838-6751ae9a457b ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-24T08:13:16.216Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@45f6f4d3, org.onap.sdc.toscaparser.api.parameters.Input@5e0140e4, org.onap.sdc.toscaparser.api.parameters.Input@474af912, org.onap.sdc.toscaparser.api.parameters.Input@16ec40b1, org.onap.sdc.toscaparser.api.parameters.Input@644e7ed3]
2022-04-24T08:13:16.218Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:13:16.218Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_VamZ2mXgINam9Bbo34ci is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T08:13:16.221Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 525519de-9e14-4cbe-9994-a9e33e408e4a: pNF 7ddf3cb7-374e
2022-04-24T08:13:16.221Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||INFO|500||Processing PNF resource: 3f47a39a-dcc6-4deb-b838-6751ae9a457b
2022-04-24T08:13:16.222Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:13:16.222Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_VamZ2mXgINam9Bbo34ci is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T08:13:16.222Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||INFO|500||Resource customization UUID: a608b035-c75b-4ab1-90b5-c638e0729659 is the same as notified resource customizationUUID: a608b035-c75b-4ab1-90b5-c638e0729659
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-04-24T08:13:16.316Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 7ddf3cb7-374e 3f47a39a-dcc6-4deb-b838-6751ae9a457b 0 ASDC deployResourceStructure
2022-04-24T08:13:16.316Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/artifacts/service-DemoPnfVamz2mxginam9bbo34ci-csar.csar ASDC sendASDCNotification
2022-04-24T08:13:16.316Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/artifacts/service-DemoPnfVamz2mxginam9bbo34ci-csar.csar
2022-04-24T08:13:16.317Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-24T08:13:16.317Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-24T08:13:16.320Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T08:13:16.320Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650787996316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/artifacts/service-DemoPnfVamz2mxginam9bbo34ci-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T08:13:16.419Z||pool-289-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T08:13:16.421Z||pool-289-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T08:13:16.421Z||pool-289-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:13:16.450Z||pool-289-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:13:16.450Z||pool-289-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-04-24T08:13:17.321Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ff4c4be-fbc3-4297-86b7-76a3d1f323ad
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T08:13:17.338Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ff4c4be-fbc3-4297-86b7-76a3d1f323ad
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T08:13:17.354Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-24T08:13:17.354Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-24T08:13:17.355Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-24T08:13:17.355Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-24T08:13:17.355Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-24T08:13:17.355Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-04-24T08:13:17.356Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T08:13:17.377Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-24T08:13:47.379Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2ff4c4be-fbc3-4297-86b7-76a3d1f323ad and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-24T08:13:47.395Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2ff4c4be-fbc3-4297-86b7-76a3d1f323ad and serviceModelVersionId: 525519de-9e14-4cbe-9994-a9e33e408e4a
2022-04-24T08:13:47.396Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2044b583-d383-4a1e-b5ac-4655b042710a
2022-04-24T08:13:47.398Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0
2022-04-24T08:13:47.419Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-04-24T08:13:47.507Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Invoke
2022-04-24T08:13:47.509Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2ff4c4be-fbc3-4297-86b7-76a3d1f323ad], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[04206b29-4f18-4bc5-90e3-5d7f5ebac138], X-ECOMP-RequestID=[2ff4c4be-fbc3-4297-86b7-76a3d1f323ad], X-TransactionId=[], X-ONAP-RequestID=[2ff4c4be-fbc3-4297-86b7-76a3d1f323ad], Content-Type=[application/merge-patch+json]}
2022-04-24T08:13:49.055Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Invoke
2022-04-24T08:13:49.056Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2ff4c4be-fbc3-4297-86b7-76a3d1f323ad], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6bcb52c8-405c-4f2e-b636-24059c1be119], X-ECOMP-RequestID=[2ff4c4be-fbc3-4297-86b7-76a3d1f323ad], X-TransactionId=[], X-ONAP-RequestID=[2ff4c4be-fbc3-4297-86b7-76a3d1f323ad], Content-Type=[application/merge-patch+json]}
2022-04-24T08:13:50.593Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Invoke
2022-04-24T08:13:50.594Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2ff4c4be-fbc3-4297-86b7-76a3d1f323ad], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0c7ba967-3017-4312-8bcd-fd1035ce5521], X-ECOMP-RequestID=[2ff4c4be-fbc3-4297-86b7-76a3d1f323ad], X-TransactionId=[], X-ONAP-RequestID=[2ff4c4be-fbc3-4297-86b7-76a3d1f323ad], Content-Type=[application/merge-patch+json]}
2022-04-24T08:13:51.623Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-04-24T08:13:51.624Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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)
Caused by: 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.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-04-24T08:13:51.625Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-24T08:13:51.625Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-24T08:13:51.635Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-24T08:13:51.635Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2ff4c4be-fbc3-4297-86b7-76a3d1f323ad and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-24T08:13:51.636Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-24T08:13:51.637Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T08:13:51.643Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T08:13:51.643Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||try to send status {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650788031635,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-24T08:13:51.742Z||pool-290-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T08:13:51.744Z||pool-290-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T08:13:51.745Z||pool-290-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:13:51.767Z||pool-290-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:13:51.768Z||pool-290-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-24T08:14:04.388Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T08:14:04.389Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T08:14:04.389Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:14:04.418Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T08:14:04.418Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T08:14:04.419Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:14:04.533Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:14:04.534Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-24T08:14:04.534Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650787984387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/resourceInstances/pnf7ddf3cb7374e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:14:04.535Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:14:14.001Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:15:04.387Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T08:15:04.389Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T08:15:04.389Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:15:04.419Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T08:15:04.420Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T08:15:04.420Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:15:04.942Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:15:04.943Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|DEBUG|500||received message from topic
2022-04-24T08:15:04.944Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650787984387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/resourceInstances/pnf7ddf3cb7374e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:15:04.945Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:15:04.945Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|DEBUG|500||received message from topic
2022-04-24T08:15:04.945Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650787984387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/resourceInstances/pnf7ddf3cb7374e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:15:04.945Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:15:04.945Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|DEBUG|500||received message from topic
2022-04-24T08:15:04.946Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650787984387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/resourceInstances/pnf7ddf3cb7374e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:15:04.946Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:15:04.946Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|DEBUG|500||received message from topic
2022-04-24T08:15:04.946Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650787984387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/resourceInstances/pnf7ddf3cb7374e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:15:04.946Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:15:04.946Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|DEBUG|500||received message from topic
2022-04-24T08:15:04.947Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650787984387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/resourceInstances/pnf7ddf3cb7374e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:15:04.947Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:15:04.947Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|DEBUG|500||received message from topic
2022-04-24T08:15:04.947Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650787984387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/artifacts/service-DemoPnfVamz2mxginam9bbo34ci-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:15:04.949Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:15:04.949Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|DEBUG|500||received message from topic
2022-04-24T08:15:04.949Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650787984387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/artifacts/service-DemoPnfVamz2mxginam9bbo34ci-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T08:15:04.949Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:15:04.949Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|DEBUG|500||received message from topic
2022-04-24T08:15:04.950Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650787993391,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/artifacts/service-DemoPnfVamz2mxginam9bbo34ci-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T08:15:04.950Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:15:04.950Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|DEBUG|500||received message from topic
2022-04-24T08:15:04.950Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650787996316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVamz2mxginam9bbo34ci/1.0/artifacts/service-DemoPnfVamz2mxginam9bbo34ci-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T08:15:04.950Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:15:04.951Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|DEBUG|500||received message from topic
2022-04-24T08:15:04.951Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "2ff4c4be-fbc3-4297-86b7-76a3d1f323ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650788031635,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-24T08:15:04.951Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:15:13.966Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:16:04.387Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T08:16:04.388Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T08:16:04.389Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:16:04.418Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T08:16:04.419Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T08:16:04.419Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:16:13.960Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:16:14.014Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:17:04.387Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T08:17:04.388Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T08:17:04.389Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:17:04.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T08:17:04.419Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T08:17:04.419Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:17:13.947Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:17:14.074Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:18:04.387Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T08:18:04.389Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T08:18:04.389Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:18:04.420Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T08:18:04.421Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T08:18:04.422Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:18:13.969Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:18:13.995Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:19:04.387Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T08:19:04.388Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T08:19:04.389Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:19:04.417Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T08:19:04.418Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T08:19:04.419Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:19:13.985Z|6ce27228-995b-4f35-8680-f23641782295|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad4619ce-e55b-40f2-93e4-6ae3efb888d1/model-vers/model-ver/06708abf-fceb-49a5-8f2c-1d9b4bc2cbce?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:19:14.017Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:20:04.387Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T08:20:04.388Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T08:20:04.389Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:20:04.417Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T08:20:04.418Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T08:20:04.419Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:20:05.042Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:20:05.045Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-24T08:20:05.045Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"b47a5415-a340-45bd-87a7-72073bc93f75","serviceName":"vFW 2022-04-24 08-16-58","serviceVersion":"1.0","serviceUUID":"88633fb7-37fa-4f23-a215-61f40452eeab","serviceDescription":"catalog service description","serviceInvariantUUID":"a2e26f9f-2cbc-41e7-9439-4da75c93d9d1","resources":[{"resourceInstanceName":"vFW 1494585a-edbc 0","resourceName":"vFW 1494585a-edbc","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"31b58561-cc90-4941-b128-b28280b0c2a0","resourceInvariantUUID":"147c0e6b-e0f7-434a-844c-9df74eac8668","resourceCustomizationUUID":"5d6072ec-75e5-4d74-8050-6b5f7eae874a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/vf-license-model.xml","artifactChecksum":"NTcwNjY5ZmFjNzdkNTYzZGI2ZDViM2FiMjA3ZjQ0ZjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f6551dd8-26ee-4ef5-bc4f-3a2e806323d9","artifactVersion":"1"},{"artifactName":"vfw1494585aedbc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/vfw1494585aedbc0_modules.json","artifactChecksum":"OTYzZTQ4YjNkNTA3N2U2ZTJjYmFlYmQxZDhlZmZlNjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"aeb66c25-9b98-4a64-9e90-27f94a2a20f3","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e76cd085-84fb-421d-bd90-83c5c809bf75","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/vendor-license-model.xml","artifactChecksum":"MDhjM2E4NTE0MDk0ZDQ4YThiZjkyMzI0MzgyMjU3N2Q\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8f509791-1dfb-4d51-a066-74197f033c1f","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"19f233c0-6b10-4a69-ad71-481a900ca62c","artifactVersion":"2","generatedFromUUID":"e76cd085-84fb-421d-bd90-83c5c809bf75"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220424081658-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220424081658/1.0/artifacts/service-Vfw20220424081658-template.yml","artifactChecksum":"N2Y1Y2UyMWY0NmVjYmMxNWU4NTUyOThmZGQwNDEzMzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a3f766ce-2bbd-4b87-b195-47c045b0a2ba","artifactVersion":"1"},{"artifactName":"service-Vfw20220424081658-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220424081658/1.0/artifacts/service-Vfw20220424081658-csar.csar","artifactChecksum":"Nzg1YjM4OTUzZGY0NmU0NzIyOTIwOTU0Y2M0MDk3NzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c71330b3-c219-4ff5-a580-5cba4d854c6a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-24T08:20:05.051Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T08:20:05.052Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-24T08:20:05.057Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T08:20:05.058Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650788404387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:20:05.095Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:20:05.112Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:20:05.112Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "clamp",
  "timestamp": 1650788373721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:20:05.113Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:20:05.114Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:20:05.114Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650788380922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:20:05.114Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:20:05.115Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:20:05.115Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650788374885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:20:05.116Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:20:05.116Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:20:05.116Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650788380922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/vfw1494585aedbc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:20:05.117Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:20:05.117Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:20:05.117Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "clamp",
  "timestamp": 1650788373721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/vfw1494585aedbc0_modules.json",
  "status": "NOTIFIED"
}
2022-04-24T08:20:05.118Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:20:05.118Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:20:05.118Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650788374885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/vfw1494585aedbc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:20:05.118Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:20:05.118Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:20:05.118Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "clamp",
  "timestamp": 1650788373721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:20:05.118Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:20:05.119Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:20:05.119Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650788380922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:20:05.119Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:20:05.119Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:20:05.119Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650788374885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:20:05.119Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:20:05.119Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:20:05.119Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "clamp",
  "timestamp": 1650788373721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:20:05.119Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:20:05.120Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:20:05.120Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650788380922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:20:05.120Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:20:05.120Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:20:05.120Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650788374885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:20:05.121Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:20:05.121Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:20:05.121Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "cds",
  "timestamp": 1650788384809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:20:05.121Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:20:05.121Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:20:05.122Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650788380922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:20:05.122Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:20:05.122Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:20:05.122Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "clamp",
  "timestamp": 1650788373721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:20:05.122Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:20:05.122Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:20:05.122Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "cds",
  "timestamp": 1650788384809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/vfw1494585aedbc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:20:05.122Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:20:05.122Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:20:05.123Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650788374885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:20:05.123Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:20:05.123Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:20:05.123Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650788385141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:20:05.123Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:20:05.123Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:20:05.123Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "clamp",
  "timestamp": 1650788373721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/artifacts/service-Vfw20220424081658-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:20:05.123Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:20:05.123Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:20:05.123Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650788380922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/artifacts/service-Vfw20220424081658-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:20:05.123Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:20:05.124Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:20:05.124Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "cds",
  "timestamp": 1650788384809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:20:05.124Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:20:05.124Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:20:05.124Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650788374885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/artifacts/service-Vfw20220424081658-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:20:05.124Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:20:05.124Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:20:05.124Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650788385141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/vfw1494585aedbc0_modules.json",
  "status": "NOTIFIED"
}
2022-04-24T08:20:05.124Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:20:05.125Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:20:05.125Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "clamp",
  "timestamp": 1650788373721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/artifacts/service-Vfw20220424081658-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T08:20:05.125Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:20:05.125Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:20:05.125Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650788380922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/artifacts/service-Vfw20220424081658-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:20:05.126Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:20:05.126Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:20:05.126Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "cds",
  "timestamp": 1650788384809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:20:05.126Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:20:05.126Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:20:05.126Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650788374885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/artifacts/service-Vfw20220424081658-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T08:20:05.126Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:20:05.126Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:20:05.127Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650788385141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-24T08:20:05.127Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:20:05.127Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:20:05.127Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "policy-id",
  "timestamp": 1650788387821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:20:05.127Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:20:05.127Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:20:05.127Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "cds",
  "timestamp": 1650788384809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:20:05.127Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:20:05.127Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:20:05.128Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650788385141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:20:05.129Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:20:05.129Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:20:05.129Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "policy-id",
  "timestamp": 1650788387821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/vfw1494585aedbc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:20:05.129Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:20:05.130Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:20:05.130Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650788389179,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/artifacts/service-Vfw20220424081658-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T08:20:05.130Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:20:05.130Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:20:05.131Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "cds",
  "timestamp": 1650788384809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/artifacts/service-Vfw20220424081658-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:20:05.131Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:20:05.131Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:20:05.131Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650788385141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-24T08:20:05.132Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:20:05.132Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:20:05.133Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "policy-id",
  "timestamp": 1650788387821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-24T08:20:05.133Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:20:05.133Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:20:05.133Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "cds",
  "timestamp": 1650788384809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/artifacts/service-Vfw20220424081658-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T08:20:05.134Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:20:05.134Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:20:05.134Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650788385141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/artifacts/service-Vfw20220424081658-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:20:05.135Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:20:05.135Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:20:05.135Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "policy-id",
  "timestamp": 1650788387821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:20:05.135Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:20:05.136Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:20:05.136Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650788385141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/artifacts/service-Vfw20220424081658-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T08:20:05.136Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:20:05.137Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:20:05.137Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "cds",
  "timestamp": 1650788392851,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/artifacts/service-Vfw20220424081658-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T08:20:05.138Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:20:05.138Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:20:05.138Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "policy-id",
  "timestamp": 1650788387821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:20:05.139Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:20:05.139Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:20:05.139Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "aai-ml",
  "timestamp": 1650788391636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:20:05.139Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:20:05.139Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:20:05.140Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "cds",
  "timestamp": 1650788393859,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/artifacts/service-Vfw20220424081658-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T08:20:05.157Z||pool-291-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T08:20:05.159Z||pool-291-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T08:20:05.159Z||pool-291-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T08:20:05.176Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b47a5415-a340-45bd-87a7-72073bc93f75
2022-04-24T08:20:05.177Z||pool-291-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:20:05.178Z||pool-291-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-24T08:20:05.177Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId b47a5415-a340-45bd-87a7-72073bc93f75 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T08:20:05.216Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:20:05.217Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "policy-id",
  "timestamp": 1650788387821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/artifacts/service-Vfw20220424081658-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:20:05.217Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:20:05.217Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:20:05.217Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650788393213,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/vfw1494585aedbc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-24T08:20:05.218Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:20:05.218Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:20:05.218Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "aai-ml",
  "timestamp": 1650788391636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/vfw1494585aedbc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:20:05.218Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:20:05.219Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:20:05.219Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "policy-id",
  "timestamp": 1650788387821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/artifacts/service-Vfw20220424081658-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T08:20:05.220Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:20:05.220Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:20:05.220Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "aai-ml",
  "timestamp": 1650788391636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:20:05.220Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:20:05.221Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:20:05.221Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650788394708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-24T08:20:05.221Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:20:05.221Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:20:05.222Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650788395204,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/artifacts/service-Vfw20220424081658-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T08:20:05.222Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:20:05.222Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:20:05.222Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "aai-ml",
  "timestamp": 1650788391636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:20:05.223Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:20:05.223Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:20:05.223Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "policy-id",
  "timestamp": 1650788395860,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/artifacts/service-Vfw20220424081658-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T08:20:05.223Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:20:05.223Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:20:05.223Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650788396111,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-24T08:20:05.224Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:20:05.224Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:20:05.224Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650788396208,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T08:20:05.232Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b47a5415-a340-45bd-87a7-72073bc93f75
2022-04-24T08:20:05.233Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId b47a5415-a340-45bd-87a7-72073bc93f75 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T08:20:05.244Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:20:05.244Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "aai-ml",
  "timestamp": 1650788391636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:20:05.245Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:20:05.245Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:20:05.245Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "policy-id",
  "timestamp": 1650788396866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/artifacts/service-Vfw20220424081658-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T08:20:05.245Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:20:05.246Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:20:05.246Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650788397164,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T08:20:05.253Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b47a5415-a340-45bd-87a7-72073bc93f75
2022-04-24T08:20:05.254Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId b47a5415-a340-45bd-87a7-72073bc93f75 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T08:20:05.274Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:20:05.274Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "aai-ml",
  "timestamp": 1650788391636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/artifacts/service-Vfw20220424081658-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:20:05.275Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:20:05.275Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:20:05.276Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "policy-id",
  "timestamp": 1650788397870,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T08:20:05.285Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b47a5415-a340-45bd-87a7-72073bc93f75
2022-04-24T08:20:05.285Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId b47a5415-a340-45bd-87a7-72073bc93f75 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-04-24T08:20:05.297Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:20:05.297Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650788398174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/vfw1494585aedbc0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-24T08:20:05.298Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:20:05.298Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:20:05.299Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "aai-ml",
  "timestamp": 1650788391636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/artifacts/service-Vfw20220424081658-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T08:20:05.299Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:20:05.299Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:20:05.299Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "clamp",
  "timestamp": 1650788399044,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/artifacts/service-Vfw20220424081658-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T08:20:05.300Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:20:05.300Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:20:05.300Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "aai-ml",
  "timestamp": 1650788399713,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/artifacts/service-Vfw20220424081658-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T08:20:05.301Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:20:05.301Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:20:05.301Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "clamp",
  "timestamp": 1650788402045,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/artifacts/service-Vfw20220424081658-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T08:20:05.301Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:20:05.301Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:20:05.302Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "clamp",
  "timestamp": 1650788403049,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T08:20:05.310Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b47a5415-a340-45bd-87a7-72073bc93f75
2022-04-24T08:20:05.310Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId b47a5415-a340-45bd-87a7-72073bc93f75 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T08:20:06.058Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T08:20:06.059Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-24T08:20:06.064Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T08:20:06.064Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650788404387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/vfw1494585aedbc0_modules.json",
  "status": "NOTIFIED"
}
2022-04-24T08:20:06.163Z||pool-292-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-24T08:20:06.165Z||pool-292-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T08:20:06.165Z||pool-292-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:20:06.177Z||pool-292-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:20:06.178Z||pool-292-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-24T08:20:07.065Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T08:20:07.066Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-24T08:20:07.070Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T08:20:07.070Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650788404387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-24T08:20:07.169Z||pool-293-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-24T08:20:07.170Z||pool-293-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T08:20:07.170Z||pool-293-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:20:07.185Z||pool-293-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:20:07.186Z||pool-293-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-04-24T08:20:08.073Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T08:20:08.073Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-24T08:20:08.085Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T08:20:08.085Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650788404387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:20:08.183Z||pool-294-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-24T08:20:08.184Z||pool-294-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T08:20:08.184Z||pool-294-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:20:08.209Z||pool-294-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:20:08.210Z||pool-294-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-04-24T08:20:09.086Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T08:20:09.087Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-24T08:20:09.091Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T08:20:09.091Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650788404387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-24T08:20:09.190Z||pool-295-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T08:20:09.192Z||pool-295-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T08:20:09.192Z||pool-295-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:20:09.209Z||pool-295-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:20:09.210Z||pool-295-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-24T08:20:10.092Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T08:20:10.093Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-24T08:20:10.097Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T08:20:10.097Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650788404387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/artifacts/service-Vfw20220424081658-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:20:10.197Z||pool-296-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T08:20:10.198Z||pool-296-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T08:20:10.198Z||pool-296-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:20:10.217Z||pool-296-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:20:10.218Z||pool-296-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-04-24T08:20:11.098Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T08:20:11.099Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-24T08:20:11.104Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T08:20:11.105Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650788404387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/artifacts/service-Vfw20220424081658-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T08:20:11.202Z||pool-297-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-04-24T08:20:11.204Z||pool-297-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T08:20:11.204Z||pool-297-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:20:11.215Z||pool-297-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:20:11.216Z||pool-297-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-24T08:20:12.106Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "serviceName": "vFW 2022-04-24 08-16-58",
  "serviceVersion": "1.0",
  "serviceUUID": "88633fb7-37fa-4f23-a215-61f40452eeab",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "a2e26f9f-2cbc-41e7-9439-4da75c93d9d1",
  "resources": [
    {
      "resourceInstanceName": "vFW 1494585a-edbc 0",
      "resourceCustomizationUUID": "5d6072ec-75e5-4d74-8050-6b5f7eae874a",
      "resourceName": "vFW 1494585a-edbc",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "31b58561-cc90-4941-b128-b28280b0c2a0",
      "resourceInvariantUUID": "147c0e6b-e0f7-434a-844c-9df74eac8668",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw1494585aedbc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/vfw1494585aedbc0_modules.json",
          "artifactChecksum": "OTYzZTQ4YjNkNTA3N2U2ZTJjYmFlYmQxZDhlZmZlNjM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "aeb66c25-9b98-4a64-9e90-27f94a2a20f3",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "e76cd085-84fb-421d-bd90-83c5c809bf75",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "19f233c0-6b10-4a69-ad71-481a900ca62c",
            "generatedFromUUID": "e76cd085-84fb-421d-bd90-83c5c809bf75"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "19f233c0-6b10-4a69-ad71-481a900ca62c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220424081658-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/artifacts/service-Vfw20220424081658-csar.csar",
      "artifactChecksum": "Nzg1YjM4OTUzZGY0NmU0NzIyOTIwOTU0Y2M0MDk3NzQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c71330b3-c219-4ff5-a580-5cba4d854c6a"
    }
  ],
  "workloadContext": "Production"
}
2022-04-24T08:20:12.107Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-24T08:20:12.107Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 88633fb7-37fa-4f23-a215-61f40452eeab ASDC
2022-04-24T08:20:12.108Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:b47a5415-a340-45bd-87a7-72073bc93f75
ServiceName:vFW 2022-04-24 08-16-58
ServiceVersion:1.0
ServiceUUID:88633fb7-37fa-4f23-a215-61f40452eeab
ServiceInvariantUUID:a2e26f9f-2cbc-41e7-9439-4da75c93d9d1
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220424081658-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220424081658/1.0/artifacts/service-Vfw20220424081658-csar.csar
ArtifactUUID:c71330b3-c219-4ff5-a580-5cba4d854c6a
ArtifactChecksum:Nzg1YjM4OTUzZGY0NmU0NzIyOTIwOTU0Y2M0MDk3NzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 1494585a-edbc 0
ResourceCustomizationUUID:5d6072ec-75e5-4d74-8050-6b5f7eae874a
ResourceInvariantUUID:147c0e6b-e0f7-434a-844c-9df74eac8668
ResourceName:vFW 1494585a-edbc
ResourceType:VF
ResourceUUID:31b58561-cc90-4941-b128-b28280b0c2a0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw1494585aedbc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/vfw1494585aedbc0_modules.json
ArtifactUUID:aeb66c25-9b98-4a64-9e90-27f94a2a20f3
ArtifactChecksum:OTYzZTQ4YjNkNTA3N2U2ZTJjYmFlYmQxZDhlZmZlNjM=
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/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/base_vfw.yaml
ArtifactUUID:e76cd085-84fb-421d-bd90-83c5c809bf75
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/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/base_vfw.env
ArtifactUUID:19f233c0-6b10-4a69-ad71-481a900ca62c
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/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/base_vfw.env
ArtifactUUID:19f233c0-6b10-4a69-ad71-481a900ca62c
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-24T08:20:12.108Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 88633fb7-37fa-4f23-a215-61f40452eeab ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-24T08:20:12.156Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-24T08:20:12.157Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-04-24T08:20:12.158Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-04-24T08:20:12.158Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c71330b3-c219-4ff5-a580-5cba4d854c6a from URL: /sdc/v1/catalog/services/Vfw20220424081658/1.0/artifacts/service-Vfw20220424081658-csar.csar
2022-04-24T08:20:12.158Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-04-24T08:20:12.158Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220424081658/1.0/artifacts/service-Vfw20220424081658-csar.csar
2022-04-24T08:20:12.729Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-04-24T08:20:12.734Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220424081658/1.0/artifacts/service-Vfw20220424081658-csar.csar c71330b3-c219-4ff5-a580-5cba4d854c6a 99019
2022-04-24T08:20:12.735Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220424081658/1.0/artifacts/service-Vfw20220424081658-csar.csar ASDC sendASDCNotification
2022-04-24T08:20:12.735Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220424081658/1.0/artifacts/service-Vfw20220424081658-csar.csar
2022-04-24T08:20:12.735Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-24T08:20:12.736Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-24T08:20:12.739Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T08:20:12.739Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650788412735,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/artifacts/service-Vfw20220424081658-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T08:20:12.838Z||pool-298-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-24T08:20:12.839Z||pool-298-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T08:20:12.840Z||pool-298-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:20:12.895Z||pool-298-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:20:12.896Z||pool-298-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":0,"count":1}
2022-04-24T08:20:13.740Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-24T08:20:13.741Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-04-24T08:20:13.742Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: c71330b3-c219-4ff5-a580-5cba4d854c6a, URL: /sdc/v1/catalog/services/Vfw20220424081658/1.0/artifacts/service-Vfw20220424081658-csar.csar to file: /app/ASDC/1/service-Vfw20220424081658-csar.csar
2022-04-24T08:20:13.742Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220424081658-csar.csar
2022-04-24T08:20:13.743Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220424081658-csar.csar
2022-04-24T08:20:13.743Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220424081658-csar.csar
2022-04-24T08:20:14.346Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16160893811761771473/Definitions/service-Vfw20220424081658-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-04-24T08:20:18.512Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-24T08:20:18.513Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-04-24T08:20:18.513Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220424081658-csar.csar
2022-04-24T08:20:18.513Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-24T08:20:18.513Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 1494585a-edbc 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-Vfw20220424081658-csar.csar
2022-04-24T08:20:18.513Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-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-Vfw20220424081658-csar.csar
2022-04-24T08:20:18.513Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-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-Vfw20220424081658-csar.csar
2022-04-24T08:20:18.514Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220424081658-csar.csar
2022-04-24T08:20:18.514Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220424081658-csar.csar
2022-04-24T08:20:18.514Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220424081658-csar.csar
2022-04-24T08:20:18.514Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-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-Vfw20220424081658-csar.csar
2022-04-24T08:20:18.514Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220424081658-csar.csar
2022-04-24T08:20:18.514Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220424081658-csar.csar
2022-04-24T08:20:18.514Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-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-Vfw20220424081658-csar.csar
2022-04-24T08:20:18.514Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220424081658-csar.csar
2022-04-24T08:20:18.514Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220424081658-csar.csar
2022-04-24T08:20:18.515Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220424081658-csar.csar
2022-04-24T08:20:18.515Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-04-24T08:20:18.515Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:20:18.515Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-24 08-16-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T08:20:18.516Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template vFW 1494585a-edbc 0 is matching search criteria
2022-04-24T08:20:18.516Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-04-24T08:20:18.516Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 1494585a-edbc 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-24T08:20:18.516Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:20:18.517Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-24 08-16-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T08:20:18.517Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template vFW 1494585a-edbc 0 is matching search criteria
2022-04-24T08:20:18.517Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-04-24T08:20:18.517Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 1494585a-edbc 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-24T08:20:18.517Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:20:18.517Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-24 08-16-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T08:20:18.518Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:20:18.518Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template vFW 1494585a-edbc 0 is not matching search criteria
2022-04-24T08:20:18.518Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-24T08:20:18.518Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-24T08:20:18.518Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-24T08:20:18.518Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-24T08:20:18.518Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T08:20:18.518Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-24T08:20:18.519Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-24T08:20:18.519Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-24T08:20:18.519Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-24T08:20:18.519Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-24T08:20:18.519Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-24T08:20:18.519Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-24T08:20:18.519Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-24T08:20:18.519Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-24T08:20:18.520Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T08:20:18.520Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-24T08:20:18.520Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:20:18.520Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-24 08-16-58 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-24T08:20:18.521Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:20:18.521Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template vFW 1494585a-edbc 0 is matching search criteria
2022-04-24T08:20:18.521Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 1494585a-edbc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T08:20:18.522Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:20:18.522Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template vFW 1494585a-edbc 0 is matching search criteria
2022-04-24T08:20:18.522Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 1494585a-edbc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T08:20:18.522Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:20:18.522Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template vFW 1494585a-edbc 0 is matching search criteria
2022-04-24T08:20:18.523Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 1494585a-edbc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T08:20:18.523Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:20:18.523Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template vFW 1494585a-edbc 0 is not matching search criteria
2022-04-24T08:20:18.523Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-24T08:20:18.523Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-24T08:20:18.524Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-24T08:20:18.524Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-24T08:20:18.524Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-24T08:20:18.524Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-24T08:20:18.524Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-24T08:20:18.525Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-24T08:20:18.525Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-24T08:20:18.525Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-24T08:20:18.525Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T08:20:18.525Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d5ad5bba-4454-4bc6-873d-60571c6f7e77
2022-04-24T08:20:18.526Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:20:18.526Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template vFW 1494585a-edbc 0 is not matching search criteria
2022-04-24T08:20:18.526Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-24T08:20:18.526Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-24T08:20:18.526Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-24T08:20:18.527Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-24T08:20:18.527Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T08:20:18.527Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-24T08:20:18.527Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-24T08:20:18.527Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-24T08:20:18.528Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-24T08:20:18.528Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-24T08:20:18.528Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-24T08:20:18.528Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T08:20:18.529Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7da5c0ba-bfea-4367-9487-5705192cf43a
2022-04-24T08:20:18.529Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:20:18.529Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template vFW 1494585a-edbc 0 is not matching search criteria
2022-04-24T08:20:18.529Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-24T08:20:18.530Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-24T08:20:18.530Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-24T08:20:18.530Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-24T08:20:18.530Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T08:20:18.530Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-24T08:20:18.531Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-24T08:20:18.531Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-24T08:20:18.531Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-24T08:20:18.531Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-24T08:20:18.531Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-24T08:20:18.532Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-24T08:20:18.532Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7badafbe-3e4c-413d-9529-0cdd65da7b6c
2022-04-24T08:20:18.532Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:20:18.532Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-24 08-16-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T08:20:18.532Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:20:18.533Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-24 08-16-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T08:20:18.533Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:20:18.533Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-24 08-16-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T08:20:18.533Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:20:18.534Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-24 08-16-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T08:20:18.534Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-04-24 08-16-58
Description:catalog service description
Model UUID:88633fb7-37fa-4f23-a215-61f40452eeab
Model Version:NULL
Model InvariantUuid:a2e26f9f-2cbc-41e7-9439-4da75c93d9d1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 1494585a-edbc
Model UUID:dcc763e7-e334-44b1-90f2-a2e47f12c678
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:147c0e6b-e0f7-434a-844c-9df74eac8668
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5d6072ec-75e5-4d74-8050-6b5f7eae874a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:90c2eda3-3c25-417e-a8b6-4c287b4b2221
ModelName:Vfw1494585aEdbc..base_vfw..module-0
ModelUuid:d7710b63-99b3-4b6c-8556-067827cf6373
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d5ad5bba-4454-4bc6-873d-60571c6f7e77
ModelInvariantUuid:40a04681-679f-4a41-8776-02c52ee75b84
ModelName:vFW 1494585a-edbc-nodes.vfwCvfc
ModelUuid:65d0be4d-9b46-4685-9fe3-8dbd3343f587
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:ea96db36-db02-4521-8df8-7494478b47ac
ModelInvariantUuid:4a5fa735-0634-40ca-b198-af3da3c7c09f
ModelName:Vfw1494585aEdbc.compute.nodes.heat.vfw
ModelUuid:2313008c-05de-442f-9ee4-7252339320b9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:7da5c0ba-bfea-4367-9487-5705192cf43a
ModelInvariantUuid:d8fd4c17-c5ab-4355-bc33-0c7c7b6f19a9
ModelName:vFW 1494585a-edbc-nodes.vsnCvfc
ModelUuid:2ed1adcb-3b3e-483b-915b-8439a674121f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:56196068-5570-4a1e-884c-6e6629084fab
ModelInvariantUuid:880172b0-c246-4d2c-a759-65c40c8b9d5a
ModelName:Vfw1494585aEdbc.compute.nodes.heat.vsn
ModelUuid:1681fb04-961a-431a-bd53-df70f57f29ce
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:7badafbe-3e4c-413d-9529-0cdd65da7b6c
ModelInvariantUuid:9a4d1b45-c223-4f6c-8dae-20868deae611
ModelName:vFW 1494585a-edbc-nodes.vpgCvfc
ModelUuid:34221724-7c41-4f05-94f5-e7c99b92af41
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:32aee407-19a1-4947-aefa-e2f45ac1b07e
ModelInvariantUuid:640aed71-e0de-4432-8abc-2d1e4b1534ab
ModelName:Vfw1494585aEdbc.compute.nodes.heat.vpg
ModelUuid:a4bc5cab-fdea-41da-b636-4da9e26db6e2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-24T08:20:18.544Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 31b58561-cc90-4941-b128-b28280b0c2a0
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-24T08:20:18.549Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||INFO|500||vFW 1494585a-edbc 0
2022-04-24T08:20:18.549Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 31b58561-cc90-4941-b128-b28280b0c2a0
2022-04-24T08:20:18.550Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: aeb66c25-9b98-4a64-9e90-27f94a2a20f3 from URL: /sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/vfw1494585aedbc0_modules.json
2022-04-24T08:20:18.550Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-04-24T08:20:18.550Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/vfw1494585aedbc0_modules.json
2022-04-24T08:20:18.914Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-04-24T08:20:18.915Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/vfw1494585aedbc0_modules.json aeb66c25-9b98-4a64-9e90-27f94a2a20f3 785
2022-04-24T08:20:18.916Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/vfw1494585aedbc0_modules.json ASDC sendASDCNotification
2022-04-24T08:20:18.916Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/vfw1494585aedbc0_modules.json
2022-04-24T08:20:18.916Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-24T08:20:18.917Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-24T08:20:18.919Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T08:20:18.920Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650788418915,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/vfw1494585aedbc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-24T08:20:19.019Z||pool-299-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T08:20:19.020Z||pool-299-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T08:20:19.020Z||pool-299-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:20:19.037Z||pool-299-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:20:19.038Z||pool-299-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":2,"count":1}
2022-04-24T08:20:19.921Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw1494585aEdbc..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "90c2eda3-3c25-417e-a8b6-4c287b4b2221",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d7710b63-99b3-4b6c-8556-067827cf6373",
    "vfModuleModelCustomizationUUID": "b3b4d053-275f-46b4-81c3-7e6a2092c72f",
    "isBase": true,
    "artifacts": [
      "e76cd085-84fb-421d-bd90-83c5c809bf75",
      "19f233c0-6b10-4a69-ad71-481a900ca62c"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-24T08:20:19.927Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw1494585aEdbc..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d7710b63-99b3-4b6c-8556-067827cf6373
VfModuleModelInvariantUUID:90c2eda3-3c25-417e-a8b6-4c287b4b2221
VfModuleModelDescription:NULL
Artifacts UUID List:{
e76cd085-84fb-421d-bd90-83c5c809bf75
,
19f233c0-6b10-4a69-ad71-481a900ca62c

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

isBase:true


}

2022-04-24T08:20:19.932Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw1494585aEdbc..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "90c2eda3-3c25-417e-a8b6-4c287b4b2221",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d7710b63-99b3-4b6c-8556-067827cf6373",
    "vfModuleModelCustomizationUUID": "b3b4d053-275f-46b4-81c3-7e6a2092c72f",
    "isBase": true,
    "artifacts": [
      "e76cd085-84fb-421d-bd90-83c5c809bf75",
      "19f233c0-6b10-4a69-ad71-481a900ca62c"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-24T08:20:19.933Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw1494585aEdbc..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d7710b63-99b3-4b6c-8556-067827cf6373
VfModuleModelInvariantUUID:90c2eda3-3c25-417e-a8b6-4c287b4b2221
VfModuleModelDescription:NULL
Artifacts UUID List:{
e76cd085-84fb-421d-bd90-83c5c809bf75
,
19f233c0-6b10-4a69-ad71-481a900ca62c

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

isBase:true


}

2022-04-24T08:20:19.933Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: e76cd085-84fb-421d-bd90-83c5c809bf75 from URL: /sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/base_vfw.yaml
2022-04-24T08:20:19.933Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-04-24T08:20:19.934Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/base_vfw.yaml
2022-04-24T08:20:20.186Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-04-24T08:20:20.188Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/base_vfw.yaml e76cd085-84fb-421d-bd90-83c5c809bf75 20368
2022-04-24T08:20:20.188Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-24T08:20:20.189Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/base_vfw.yaml
2022-04-24T08:20:20.189Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-24T08:20:20.189Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-24T08:20:20.193Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T08:20:20.193Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650788420188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-24T08:20:20.292Z||pool-300-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T08:20:20.293Z||pool-300-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T08:20:20.293Z||pool-300-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:20:20.304Z||pool-300-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:20:20.305Z||pool-300-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-24T08:20:21.194Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 19f233c0-6b10-4a69-ad71-481a900ca62c from URL: /sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/base_vfw.env
2022-04-24T08:20:21.196Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-04-24T08:20:21.196Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/base_vfw.env
2022-04-24T08:20:21.287Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-04-24T08:20:21.289Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/base_vfw.env 19f233c0-6b10-4a69-ad71-481a900ca62c 2098
2022-04-24T08:20:21.290Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-24T08:20:21.291Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/base_vfw.env
2022-04-24T08:20:21.291Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-24T08:20:21.292Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-24T08:20:21.297Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T08:20:21.299Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650788421290,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-24T08:20:21.396Z||pool-301-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-04-24T08:20:21.398Z||pool-301-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T08:20:21.399Z||pool-301-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:20:21.429Z||pool-301-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:20:21.429Z||pool-301-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-04-24T08:20:22.301Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 88633fb7-37fa-4f23-a215-61f40452eeab
2022-04-24T08:20:22.302Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 1494585a-edbc 0 31b58561-cc90-4941-b128-b28280b0c2a0 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-24T08:20:22.380Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6a5ac12a, org.onap.sdc.toscaparser.api.parameters.Input@753c6971, org.onap.sdc.toscaparser.api.parameters.Input@7aeda42a, org.onap.sdc.toscaparser.api.parameters.Input@1c5011ae, org.onap.sdc.toscaparser.api.parameters.Input@203fc09f]
2022-04-24T08:20:22.382Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:20:22.383Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-24 08-16-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T08:20:22.383Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-04-24T08:20:22.384Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 5d6072ec-75e5-4d74-8050-6b5f7eae874a
2022-04-24T08:20:22.384Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5d6072ec-75e5-4d74-8050-6b5f7eae874a matches Tosca VF Customization UUID: 5d6072ec-75e5-4d74-8050-6b5f7eae874a
2022-04-24T08:20:22.384Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 5d6072ec-75e5-4d74-8050-6b5f7eae874a  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-04-24T08:20:22.389Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:20:22.390Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-24 08-16-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T08:20:22.392Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 5d6072ec-75e5-4d74-8050-6b5f7eae874a: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-04-24T08:20:22.392Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3dc4d4f2
2022-04-24T08:20:22.392Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:20:22.393Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-24 08-16-58 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-24T08:20:22.394Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b3b4d053-275f-46b4-81c3-7e6a2092c72f
2022-04-24T08:20:22.394Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b3b4d053-275f-46b4-81c3-7e6a2092c72f
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-04-24T08:20:22.401Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:20:22.401Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template vFW 1494585a-edbc 0 is matching search criteria
2022-04-24T08:20:22.402Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 1494585a-edbc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T08:20:22.402Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:20:22.402Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template vFW 1494585a-edbc 0 is matching search criteria
2022-04-24T08:20:22.402Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 1494585a-edbc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T08:20:22.403Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:20:22.403Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template vFW 1494585a-edbc 0 is not matching search criteria
2022-04-24T08:20:22.403Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-24T08:20:22.403Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-24T08:20:22.404Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-24T08:20:22.404Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-24T08:20:22.404Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-24T08:20:22.404Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-24T08:20:22.404Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-24T08:20:22.405Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-24T08:20:22.405Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-24T08:20:22.405Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-24T08:20:22.406Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T08:20:22.406Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d5ad5bba-4454-4bc6-873d-60571c6f7e77
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-24T08:20:22.411Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:20:22.411Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template vFW 1494585a-edbc 0 is matching search criteria
2022-04-24T08:20:22.411Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 1494585a-edbc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T08:20:22.412Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:20:22.412Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template vFW 1494585a-edbc 0 is not matching search criteria
2022-04-24T08:20:22.412Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-24T08:20:22.413Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-24T08:20:22.413Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-24T08:20:22.413Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-24T08:20:22.413Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T08:20:22.414Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-24T08:20:22.414Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-24T08:20:22.414Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-24T08:20:22.414Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-24T08:20:22.414Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-24T08:20:22.415Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-24T08:20:22.415Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T08:20:22.415Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7da5c0ba-bfea-4367-9487-5705192cf43a
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-24T08:20:22.418Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:20:22.419Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template vFW 1494585a-edbc 0 is matching search criteria
2022-04-24T08:20:22.419Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 1494585a-edbc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T08:20:22.419Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:20:22.420Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template vFW 1494585a-edbc 0 is not matching search criteria
2022-04-24T08:20:22.420Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-24T08:20:22.420Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-24T08:20:22.420Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-24T08:20:22.421Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-24T08:20:22.421Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-24T08:20:22.421Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-24T08:20:22.421Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-24T08:20:22.422Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-24T08:20:22.422Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-24T08:20:22.422Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-24T08:20:22.422Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-24T08:20:22.423Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-24T08:20:22.423Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7badafbe-3e4c-413d-9529-0cdd65da7b6c
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-24T08:20:22.426Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:20:22.426Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template vFW 1494585a-edbc 0 is matching search criteria
2022-04-24T08:20:22.427Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 1494585a-edbc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-24T08:20:22.427Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:20:22.427Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Node template vFW 1494585a-edbc 0 is matching search criteria
2022-04-24T08:20:22.427Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 1494585a-edbc 0] matching following query criteria: sdcType=VF, customizationUUID=5d6072ec-75e5-4d74-8050-6b5f7eae874a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-24T08:20:22.430Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:20:22.430Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-24 08-16-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T08:20:22.430Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 88633fb7-37fa-4f23-a215-61f40452eeab: vFW 1494585a-edbc
2022-04-24T08:20:22.431Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:20:22.431Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-24 08-16-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T08:20:22.431Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:20:22.431Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-24 08-16-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T08:20:22.431Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:20:22.432Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-24 08-16-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T08:20:22.432Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:20:22.432Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-24 08-16-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T08:20:22.433Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:20:22.433Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-04-24 08-16-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T08:20:22.433Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-04-24 08-16-58 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T08:20:22.818Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 1494585a-edbc 31b58561-cc90-4941-b128-b28280b0c2a0 1 ASDC deployResourceStructure
2022-04-24T08:20:22.819Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/vfw1494585aedbc0_modules.json ASDC sendASDCNotification
2022-04-24T08:20:22.819Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/vfw1494585aedbc0_modules.json
2022-04-24T08:20:22.820Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-24T08:20:22.820Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-24T08:20:22.823Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T08:20:22.823Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650788422819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/vfw1494585aedbc0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-24T08:20:22.924Z||pool-302-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T08:20:22.926Z||pool-302-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T08:20:22.926Z||pool-302-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:20:22.941Z||pool-302-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:20:22.941Z||pool-302-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-24T08:20:23.824Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-24T08:20:23.825Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/base_vfw.yaml
2022-04-24T08:20:23.825Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-24T08:20:23.826Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-24T08:20:23.828Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T08:20:23.829Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650788423824,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-24T08:20:23.928Z||pool-303-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T08:20:23.929Z||pool-303-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T08:20:23.929Z||pool-303-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:20:23.942Z||pool-303-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:20:23.942Z||pool-303-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-24T08:20:24.830Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-24T08:20:24.831Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/base_vfw.env
2022-04-24T08:20:24.831Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-24T08:20:24.831Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-24T08:20:24.834Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T08:20:24.835Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650788424830,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-24T08:20:24.934Z||pool-304-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T08:20:24.935Z||pool-304-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T08:20:24.935Z||pool-304-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:20:25.009Z||pool-304-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:20:25.009Z||pool-304-thread-1|||||INFO|500||cambria reply ok (75 ms):{"serverTimeMs":0,"count":1}
2022-04-24T08:20:25.837Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220424081658/1.0/artifacts/service-Vfw20220424081658-csar.csar ASDC sendASDCNotification
2022-04-24T08:20:25.838Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220424081658/1.0/artifacts/service-Vfw20220424081658-csar.csar
2022-04-24T08:20:25.838Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-24T08:20:25.838Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-04-24T08:20:25.840Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T08:20:25.840Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650788425837,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/artifacts/service-Vfw20220424081658-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T08:20:25.940Z||pool-305-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T08:20:25.942Z||pool-305-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T08:20:25.942Z||pool-305-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:20:25.970Z||pool-305-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:20:25.971Z||pool-305-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-04-24T08:20:26.841Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b47a5415-a340-45bd-87a7-72073bc93f75
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T08:20:26.858Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b47a5415-a340-45bd-87a7-72073bc93f75
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T08:20:26.861Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-24T08:20:26.861Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-24T08:20:26.861Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-24T08:20:56.861Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b47a5415-a340-45bd-87a7-72073bc93f75
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T08:20:56.876Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b47a5415-a340-45bd-87a7-72073bc93f75
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T08:20:56.881Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-24T08:20:56.882Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-24T08:20:56.882Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-24T08:21:04.417Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T08:21:04.418Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T08:21:04.419Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:21:04.538Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:21:04.539Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:21:04.539Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650788404387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:21:04.539Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:21:26.882Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b47a5415-a340-45bd-87a7-72073bc93f75
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T08:21:26.896Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b47a5415-a340-45bd-87a7-72073bc93f75
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T08:21:26.900Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-24T08:21:26.900Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-24T08:21:26.900Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-24T08:21:56.900Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b47a5415-a340-45bd-87a7-72073bc93f75
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T08:21:56.913Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b47a5415-a340-45bd-87a7-72073bc93f75
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T08:21:56.915Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-24T08:21:56.916Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-24T08:21:56.916Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-24T08:22:04.417Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T08:22:04.419Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T08:22:04.419Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:22:04.940Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:22:04.941Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:22:04.942Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650788404387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/vfw1494585aedbc0_modules.json",
  "status": "NOTIFIED"
}
2022-04-24T08:22:04.942Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:22:04.942Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:22:04.943Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650788404387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-24T08:22:04.943Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:22:04.943Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:22:04.943Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650788404387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:22:04.943Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:22:04.943Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:22:04.943Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650788404387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-24T08:22:04.943Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:22:04.943Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:22:04.943Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650788404387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/artifacts/service-Vfw20220424081658-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:22:04.943Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:22:04.944Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:22:04.944Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "aai-ml",
  "timestamp": 1650788410271,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/artifacts/service-Vfw20220424081658-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-04-24T08:22:04.944Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:22:04.944Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:22:04.944Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650788404387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/artifacts/service-Vfw20220424081658-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T08:22:04.944Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:22:04.944Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:22:04.944Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "aai-ml",
  "timestamp": 1650788411276,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T08:22:04.954Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of b47a5415-a340-45bd-87a7-72073bc93f75
2022-04-24T08:22:04.955Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId b47a5415-a340-45bd-87a7-72073bc93f75 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T08:22:04.971Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:22:04.971Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650788412735,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/artifacts/service-Vfw20220424081658-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T08:22:04.972Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:22:04.972Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:22:04.972Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650788418915,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/vfw1494585aedbc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-24T08:22:04.972Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:22:04.972Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:22:04.972Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650788420188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-24T08:22:04.972Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:22:04.973Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:22:04.973Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650788421290,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-24T08:22:04.973Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:22:04.973Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:22:04.973Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650788422819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/vfw1494585aedbc0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-24T08:22:04.973Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:22:04.973Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:22:04.973Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650788423824,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-24T08:22:04.973Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:22:04.973Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:22:04.973Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650788424830,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/resourceInstances/vfw1494585aedbc0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-24T08:22:04.974Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:22:04.974Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:22:04.974Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650788425837,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220424081658/1.0/artifacts/service-Vfw20220424081658-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T08:22:04.974Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:22:26.916Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b47a5415-a340-45bd-87a7-72073bc93f75
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T08:22:26.942Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b47a5415-a340-45bd-87a7-72073bc93f75
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T08:22:26.945Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-24T08:22:26.946Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-24T08:22:26.946Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-24T08:22:26.946Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-24T08:22:26.946Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-04-24T08:22:26.946Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T08:22:26.952Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-24T08:22:56.953Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b47a5415-a340-45bd-87a7-72073bc93f75 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-24T08:22:56.968Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b47a5415-a340-45bd-87a7-72073bc93f75 and serviceModelVersionId: 88633fb7-37fa-4f23-a215-61f40452eeab
2022-04-24T08:22:56.969Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a2e26f9f-2cbc-41e7-9439-4da75c93d9d1
2022-04-24T08:22:56.972Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0
2022-04-24T08:22:56.983Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-04-24T08:22:57.058Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-24T08:22:57.062Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|INFO|500||Invoke
2022-04-24T08:22:58.620Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-24T08:22:58.623Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|INFO|500||Invoke
2022-04-24T08:23:00.156Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-24T08:23:00.159Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|INFO|500||Invoke
2022-04-24T08:23:01.193Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-04-24T08:23:01.194Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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)
Caused by: 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.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-04-24T08:23:01.196Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-24T08:23:01.196Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-24T08:23:01.204Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-24T08:23:01.205Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b47a5415-a340-45bd-87a7-72073bc93f75 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-24T08:23:01.205Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-24T08:23:01.206Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T08:23:01.211Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T08:23:01.211Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||try to send status {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650788581205,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-24T08:23:01.314Z||pool-306-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-24T08:23:01.316Z||pool-306-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T08:23:01.317Z||pool-306-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:23:01.345Z||pool-306-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:23:01.346Z||pool-306-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-24T08:23:02.233Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T08:23:02.233Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T08:23:02.234Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:23:04.418Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T08:23:04.419Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T08:23:04.421Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:23:04.862Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:23:04.864Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:23:04.864Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650788565141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/resourceInstances/pnf44a2f3c646750/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:23:04.866Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:23:04.866Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:23:04.866Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650788560922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/resourceInstances/pnf44a2f3c646750/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:23:04.866Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:23:04.866Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:23:04.867Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "cds",
  "timestamp": 1650788564809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/resourceInstances/pnf44a2f3c646750/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:23:04.867Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:23:04.867Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:23:04.867Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "policy-id",
  "timestamp": 1650788567821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/resourceInstances/pnf44a2f3c646750/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:23:04.867Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:23:04.867Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:23:04.867Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650788560922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/resourceInstances/pnf44a2f3c646750/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:23:04.867Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:23:04.868Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:23:04.868Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650788565141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/resourceInstances/pnf44a2f3c646750/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:23:04.868Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:23:04.868Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:23:04.868Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "cds",
  "timestamp": 1650788564809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/resourceInstances/pnf44a2f3c646750/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:23:04.868Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:23:04.868Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:23:04.868Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "policy-id",
  "timestamp": 1650788567821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/resourceInstances/pnf44a2f3c646750/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:23:04.868Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:23:04.874Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:23:04.874Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650788560922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/resourceInstances/pnf44a2f3c646750/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:23:04.874Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:23:04.875Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:23:04.875Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650788565141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/resourceInstances/pnf44a2f3c646750/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:23:04.876Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:23:04.876Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:23:04.876Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "cds",
  "timestamp": 1650788564809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/resourceInstances/pnf44a2f3c646750/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:23:04.877Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:23:04.878Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:23:04.878Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "policy-id",
  "timestamp": 1650788567821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/resourceInstances/pnf44a2f3c646750/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:23:04.879Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:23:04.880Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:23:04.880Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650788560922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/resourceInstances/pnf44a2f3c646750/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:23:04.881Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:23:04.881Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:23:04.881Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "cds",
  "timestamp": 1650788564809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/resourceInstances/pnf44a2f3c646750/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:23:04.882Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:23:04.882Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:23:04.882Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "policy-id",
  "timestamp": 1650788567821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/resourceInstances/pnf44a2f3c646750/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:23:04.883Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:23:04.883Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:23:04.883Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650788565141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/resourceInstances/pnf44a2f3c646750/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:23:04.883Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:23:04.884Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:23:04.884Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "aai-ml",
  "timestamp": 1650788571636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/resourceInstances/pnf44a2f3c646750/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:23:04.884Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:23:04.884Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:23:04.885Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650788560922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/resourceInstances/pnf44a2f3c646750/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:23:04.885Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:23:04.886Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:23:04.886Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "cds",
  "timestamp": 1650788564809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/resourceInstances/pnf44a2f3c646750/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:23:04.886Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:23:04.887Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:23:04.889Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650788565141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/resourceInstances/pnf44a2f3c646750/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:23:04.890Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:23:04.890Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:23:04.890Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "policy-id",
  "timestamp": 1650788567821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/resourceInstances/pnf44a2f3c646750/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:23:04.891Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:23:04.891Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:23:04.892Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "aai-ml",
  "timestamp": 1650788571636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/resourceInstances/pnf44a2f3c646750/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:23:04.893Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:23:04.893Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:23:04.893Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650788560922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/resourceInstances/pnf44a2f3c646750/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-04-24T08:23:04.894Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:23:04.894Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:23:04.895Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650788565141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/resourceInstances/pnf44a2f3c646750/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:23:04.896Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:23:04.896Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:23:04.896Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "cds",
  "timestamp": 1650788564809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/resourceInstances/pnf44a2f3c646750/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:23:04.897Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:23:04.897Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:23:04.898Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "policy-id",
  "timestamp": 1650788567821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/resourceInstances/pnf44a2f3c646750/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:23:04.898Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:23:04.899Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:23:04.899Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "aai-ml",
  "timestamp": 1650788571636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/resourceInstances/pnf44a2f3c646750/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:23:04.900Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:23:04.900Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:23:04.900Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650788560922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/artifacts/service-DemoPnf7rpzubminyktuenbjubm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:23:04.901Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:23:04.901Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:23:04.902Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "cds",
  "timestamp": 1650788564809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/artifacts/service-DemoPnf7rpzubminyktuenbjubm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:23:04.902Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:23:04.903Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:23:04.903Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650788565141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/artifacts/service-DemoPnf7rpzubminyktuenbjubm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:23:04.904Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:23:04.905Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:23:04.905Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "policy-id",
  "timestamp": 1650788567821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/artifacts/service-DemoPnf7rpzubminyktuenbjubm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:23:04.906Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:23:04.906Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:23:04.906Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "aai-ml",
  "timestamp": 1650788571636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/resourceInstances/pnf44a2f3c646750/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:23:04.907Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:23:04.907Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:23:04.907Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650788565141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/artifacts/service-DemoPnf7rpzubminyktuenbjubm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T08:23:04.908Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:23:04.908Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:23:04.909Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650788560922,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/artifacts/service-DemoPnf7rpzubminyktuenbjubm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:23:04.909Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:23:04.909Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:23:04.910Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "cds",
  "timestamp": 1650788564809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/artifacts/service-DemoPnf7rpzubminyktuenbjubm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T08:23:04.910Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:23:04.911Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:23:04.911Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "policy-id",
  "timestamp": 1650788567821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/artifacts/service-DemoPnf7rpzubminyktuenbjubm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T08:23:04.912Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:23:04.912Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:23:04.912Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "aai-ml",
  "timestamp": 1650788571636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/resourceInstances/pnf44a2f3c646750/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:23:04.913Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:23:04.913Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:23:04.914Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "policy-id",
  "timestamp": 1650788577477,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/artifacts/service-DemoPnf7rpzubminyktuenbjubm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T08:23:04.914Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:23:04.914Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:23:04.915Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650788577979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/resourceInstances/pnf44a2f3c646750/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-24T08:23:04.915Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:23:04.916Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:23:04.916Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "cds",
  "timestamp": 1650788577995,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/artifacts/service-DemoPnf7rpzubminyktuenbjubm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T08:23:04.916Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:23:04.917Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:23:04.917Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "aai-ml",
  "timestamp": 1650788571636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/resourceInstances/pnf44a2f3c646750/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:23:04.918Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:23:04.918Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:23:04.918Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "policy-id",
  "timestamp": 1650788578485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/artifacts/service-DemoPnf7rpzubminyktuenbjubm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T08:23:04.919Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:23:04.919Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:23:04.920Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650788579000,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/resourceInstances/pnf44a2f3c646750/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-04-24T08:23:04.920Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:23:04.921Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:23:04.921Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "cds",
  "timestamp": 1650788579011,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/artifacts/service-DemoPnf7rpzubminyktuenbjubm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T08:23:04.948Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9ee60d37-5c70-4abc-afce-87a34955691a
2022-04-24T08:23:04.949Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 9ee60d37-5c70-4abc-afce-87a34955691a and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T08:23:04.967Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:23:04.968Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "aai-ml",
  "timestamp": 1650788571636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/artifacts/service-DemoPnf7rpzubminyktuenbjubm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:23:04.968Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:23:04.968Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:23:04.968Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "policy-id",
  "timestamp": 1650788579488,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T08:23:04.974Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9ee60d37-5c70-4abc-afce-87a34955691a
2022-04-24T08:23:04.975Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 9ee60d37-5c70-4abc-afce-87a34955691a and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T08:23:04.985Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:23:04.986Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650788580005,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T08:23:04.992Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 9ee60d37-5c70-4abc-afce-87a34955691a
2022-04-24T08:23:04.993Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 9ee60d37-5c70-4abc-afce-87a34955691a and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T08:23:05.005Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:23:05.005Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "aai-ml",
  "timestamp": 1650788571636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/artifacts/service-DemoPnf7rpzubminyktuenbjubm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T08:23:05.006Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:23:05.006Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:23:05.007Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "b47a5415-a340-45bd-87a7-72073bc93f75",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650788581205,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-24T08:23:05.008Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:23:05.008Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||received message from topic
2022-04-24T08:23:05.008Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "aai-ml",
  "timestamp": 1650788580523,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/artifacts/service-DemoPnf7rpzubminyktuenbjubm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T08:23:05.009Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:23:06.650Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:23:06.652Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||received message from topic
2022-04-24T08:23:06.652Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"9ee60d37-5c70-4abc-afce-87a34955691a","serviceName":"Demo_pNF_7RPZUBMinyktUeNbjUbM","serviceVersion":"1.0","serviceUUID":"b01af1d6-43b3-4172-a832-8cb187e9d059","serviceDescription":"catalog service description","serviceInvariantUUID":"4ccc46db-4857-4500-83ea-6f016bce466c","resources":[{"resourceInstanceName":"pNF 44a2f3c6-4675 0","resourceName":"pNF 44a2f3c6-4675","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a75320d6-c8f5-437a-882c-6e8ec118850f","resourceInvariantUUID":"d6431ed7-f60c-475b-b082-95e2c75a53da","resourceCustomizationUUID":"59e6cb29-ed44-473e-90c8-3a46f7a75008","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/resourceInstances/pnf44a2f3c646750/artifacts/vf-license-model.xml","artifactChecksum":"YTY2NDExMDc1NTI4YWRjYzRmMTRmOGQ0MDZkMzg0ZmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"739f6ba7-7b22-4a54-8a5b-f942316dd807","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/resourceInstances/pnf44a2f3c646750/artifacts/pNF.csar","artifactChecksum":"MWYyYzhhZDhmMTQzNmY3MDdmZGFkM2EyNjAwMjY3YzM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d6ae417f-1304-471f-a344-daf32bca7915","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/resourceInstances/pnf44a2f3c646750/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2d04dbe2-2642-4acb-91f3-9374648ba472","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/resourceInstances/pnf44a2f3c646750/artifacts/vendor-license-model.xml","artifactChecksum":"NDNjMTg4MDJiOTBhZGRkZTA5NGY4YjJmMTg0NGMxYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"88b89c01-bcd2-40d3-8733-1db7a29cd484","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/resourceInstances/pnf44a2f3c646750/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b9e7d453-942d-4bba-8249-dacad99a6b30","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/resourceInstances/pnf44a2f3c646750/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ec60fd41-1cd9-4837-9cba-38ba63623b9c","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf7rpzubminyktuenbjubm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/artifacts/service-DemoPnf7rpzubminyktuenbjubm-template.yml","artifactChecksum":"ZTNlMTNhZmE3MWRkNDFhOWUwMTMzODUyYTQyNmUzZTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4d0f49aa-c7de-4792-81b8-80358ccbc59a","artifactVersion":"1"},{"artifactName":"service-DemoPnf7rpzubminyktuenbjubm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/artifacts/service-DemoPnf7rpzubminyktuenbjubm-csar.csar","artifactChecksum":"MGQxMTE4M2UwYTZkMjVkMjQ3YWE0Y2I0MTQ3MjJkNDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"067a0275-a94b-436e-9f06-a30003ecca1b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-24T08:23:06.655Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T08:23:06.655Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T08:23:06.659Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T08:23:06.659Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||try to send status {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650788582233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/resourceInstances/pnf44a2f3c646750/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:23:06.758Z||pool-307-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T08:23:06.760Z||pool-307-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T08:23:06.761Z||pool-307-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:23:06.772Z||pool-307-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:23:06.773Z||pool-307-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-04-24T08:23:07.660Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T08:23:07.661Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T08:23:07.666Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T08:23:07.666Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||try to send status {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650788582233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/resourceInstances/pnf44a2f3c646750/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:23:07.764Z||pool-308-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-04-24T08:23:07.765Z||pool-308-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T08:23:07.765Z||pool-308-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:23:07.789Z||pool-308-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:23:07.790Z||pool-308-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-04-24T08:23:08.667Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T08:23:08.671Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T08:23:08.681Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T08:23:08.681Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||try to send status {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650788582233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/resourceInstances/pnf44a2f3c646750/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:23:08.784Z||pool-309-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-24T08:23:08.786Z||pool-309-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T08:23:08.786Z||pool-309-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:23:08.809Z||pool-309-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:23:08.809Z||pool-309-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-04-24T08:23:09.682Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T08:23:09.683Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T08:23:09.687Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T08:23:09.687Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||try to send status {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650788582233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/resourceInstances/pnf44a2f3c646750/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:23:09.788Z||pool-310-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-24T08:23:09.789Z||pool-310-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T08:23:09.790Z||pool-310-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:23:09.820Z||pool-310-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:23:09.822Z||pool-310-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-04-24T08:23:10.688Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T08:23:10.690Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T08:23:10.708Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T08:23:10.710Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||try to send status {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650788582233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/resourceInstances/pnf44a2f3c646750/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:23:10.805Z||pool-311-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-04-24T08:23:10.807Z||pool-311-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T08:23:10.807Z||pool-311-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:23:10.818Z||pool-311-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:23:10.819Z||pool-311-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-04-24T08:23:11.711Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T08:23:11.712Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T08:23:11.715Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T08:23:11.715Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||try to send status {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650788582233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/resourceInstances/pnf44a2f3c646750/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:23:11.815Z||pool-312-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-24T08:23:11.817Z||pool-312-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T08:23:11.817Z||pool-312-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:23:11.828Z||pool-312-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:23:11.829Z||pool-312-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-24T08:23:12.717Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T08:23:12.718Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T08:23:12.721Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T08:23:12.721Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||try to send status {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650788582233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/artifacts/service-DemoPnf7rpzubminyktuenbjubm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:23:12.821Z||pool-313-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T08:23:12.822Z||pool-313-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T08:23:12.823Z||pool-313-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:23:12.837Z||pool-313-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:23:12.838Z||pool-313-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-24T08:23:13.724Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T08:23:13.724Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T08:23:13.728Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T08:23:13.728Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||try to send status {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650788582233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/artifacts/service-DemoPnf7rpzubminyktuenbjubm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T08:23:13.827Z||pool-314-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T08:23:13.829Z||pool-314-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T08:23:13.829Z||pool-314-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:23:13.840Z||pool-314-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:23:13.841Z||pool-314-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-04-24T08:23:14.729Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "serviceName": "Demo_pNF_7RPZUBMinyktUeNbjUbM",
  "serviceVersion": "1.0",
  "serviceUUID": "b01af1d6-43b3-4172-a832-8cb187e9d059",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "4ccc46db-4857-4500-83ea-6f016bce466c",
  "resources": [
    {
      "resourceInstanceName": "pNF 44a2f3c6-4675 0",
      "resourceCustomizationUUID": "59e6cb29-ed44-473e-90c8-3a46f7a75008",
      "resourceName": "pNF 44a2f3c6-4675",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "a75320d6-c8f5-437a-882c-6e8ec118850f",
      "resourceInvariantUUID": "d6431ed7-f60c-475b-b082-95e2c75a53da",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf7rpzubminyktuenbjubm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/artifacts/service-DemoPnf7rpzubminyktuenbjubm-csar.csar",
      "artifactChecksum": "MGQxMTE4M2UwYTZkMjVkMjQ3YWE0Y2I0MTQ3MjJkNDM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "067a0275-a94b-436e-9f06-a30003ecca1b"
    }
  ],
  "workloadContext": "Production"
}
2022-04-24T08:23:14.729Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-24T08:23:14.729Z|b47a5415-a340-45bd-87a7-72073bc93f75|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b01af1d6-43b3-4172-a832-8cb187e9d059 ASDC
2022-04-24T08:23:14.730Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||ASDC Notification:
DistributionID:9ee60d37-5c70-4abc-afce-87a34955691a
ServiceName:Demo_pNF_7RPZUBMinyktUeNbjUbM
ServiceVersion:1.0
ServiceUUID:b01af1d6-43b3-4172-a832-8cb187e9d059
ServiceInvariantUUID:4ccc46db-4857-4500-83ea-6f016bce466c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf7rpzubminyktuenbjubm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/artifacts/service-DemoPnf7rpzubminyktuenbjubm-csar.csar
ArtifactUUID:067a0275-a94b-436e-9f06-a30003ecca1b
ArtifactChecksum:MGQxMTE4M2UwYTZkMjVkMjQ3YWE0Y2I0MTQ3MjJkNDM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 44a2f3c6-4675 0
ResourceCustomizationUUID:59e6cb29-ed44-473e-90c8-3a46f7a75008
ResourceInvariantUUID:d6431ed7-f60c-475b-b082-95e2c75a53da
ResourceName:pNF 44a2f3c6-4675
ResourceType:PNF
ResourceUUID:a75320d6-c8f5-437a-882c-6e8ec118850f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-04-24T08:23:14.730Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b01af1d6-43b3-4172-a832-8cb187e9d059 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-24T08:23:14.776Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-24T08:23:14.778Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|INFO|500||MSO config path is: /app
2022-04-24T08:23:14.778Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|INFO|500||MSO config path is: /app
2022-04-24T08:23:14.778Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|INFO|500||Trying to download the artifact UUID: 067a0275-a94b-436e-9f06-a30003ecca1b from URL: /sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/artifacts/service-DemoPnf7rpzubminyktuenbjubm-csar.csar
2022-04-24T08:23:14.779Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|INFO|500||DistributionClient - download
2022-04-24T08:23:14.780Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/artifacts/service-DemoPnf7rpzubminyktuenbjubm-csar.csar
2022-04-24T08:23:15.218Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||GET Response Status 200
2022-04-24T08:23:15.224Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/artifacts/service-DemoPnf7rpzubminyktuenbjubm-csar.csar 067a0275-a94b-436e-9f06-a30003ecca1b 82647
2022-04-24T08:23:15.225Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/artifacts/service-DemoPnf7rpzubminyktuenbjubm-csar.csar ASDC sendASDCNotification
2022-04-24T08:23:15.225Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/artifacts/service-DemoPnf7rpzubminyktuenbjubm-csar.csar
2022-04-24T08:23:15.225Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-24T08:23:15.225Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T08:23:15.229Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T08:23:15.229Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||try to send status {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650788595225,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/artifacts/service-DemoPnf7rpzubminyktuenbjubm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T08:23:15.329Z||pool-315-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T08:23:15.330Z||pool-315-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T08:23:15.330Z||pool-315-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:23:15.438Z||pool-315-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:23:15.439Z||pool-315-thread-1|||||INFO|500||cambria reply ok (110 ms):{"serverTimeMs":0,"count":1}
2022-04-24T08:23:16.230Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-24T08:23:16.231Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|INFO|500||MSO config path is: /app
2022-04-24T08:23:16.231Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|INFO|500||Trying to write artifact UUID: 067a0275-a94b-436e-9f06-a30003ecca1b, URL: /sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/artifacts/service-DemoPnf7rpzubminyktuenbjubm-csar.csar to file: /app/ASDC/1/service-DemoPnf7rpzubminyktuenbjubm-csar.csar
2022-04-24T08:23:16.231Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf7rpzubminyktuenbjubm-csar.csar
2022-04-24T08:23:16.232Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf7rpzubminyktuenbjubm-csar.csar
2022-04-24T08:23:16.232Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf7rpzubminyktuenbjubm-csar.csar
2022-04-24T08:23:16.517Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9482057189266323394/Definitions/service-DemoPnf7rpzubminyktuenbjubm-template.yml
2022-04-24T08:23:18.056Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-04-24T08:23:18.057Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|WARN|500||####################################################################################################
2022-04-24T08:23:18.057Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf7rpzubminyktuenbjubm-csar.csar
2022-04-24T08:23:18.057Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-04-24T08:23:18.057Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 44a2f3c6-4675 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-DemoPnf7rpzubminyktuenbjubm-csar.csar
2022-04-24T08:23:18.057Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|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-DemoPnf7rpzubminyktuenbjubm-csar.csar
2022-04-24T08:23:18.057Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf7rpzubminyktuenbjubm-csar.csar
2022-04-24T08:23:18.058Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|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-DemoPnf7rpzubminyktuenbjubm-csar.csar
2022-04-24T08:23:18.058Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|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-DemoPnf7rpzubminyktuenbjubm-csar.csar
2022-04-24T08:23:18.058Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|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-DemoPnf7rpzubminyktuenbjubm-csar.csar
2022-04-24T08:23:18.058Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|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-DemoPnf7rpzubminyktuenbjubm-csar.csar
2022-04-24T08:23:18.058Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|WARN|500||####################################################################################################
2022-04-24T08:23:18.058Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:23:18.059Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||Service Demo_pNF_7RPZUBMinyktUeNbjUbM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T08:23:18.059Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||Node template pNF 44a2f3c6-4675 0 is matching search criteria
2022-04-24T08:23:18.059Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||Search for entities recursively
2022-04-24T08:23:18.060Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||Found topology templates [pNF 44a2f3c6-4675 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-24T08:23:18.060Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:23:18.060Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||Service Demo_pNF_7RPZUBMinyktUeNbjUbM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T08:23:18.060Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||Node template pNF 44a2f3c6-4675 0 is matching search criteria
2022-04-24T08:23:18.061Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||Search for entities recursively
2022-04-24T08:23:18.061Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||Found topology templates [pNF 44a2f3c6-4675 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-24T08:23:18.062Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:23:18.062Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||Service Demo_pNF_7RPZUBMinyktUeNbjUbM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T08:23:18.062Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:23:18.062Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||Service Demo_pNF_7RPZUBMinyktUeNbjUbM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T08:23:18.062Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:23:18.063Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||Service Demo_pNF_7RPZUBMinyktUeNbjUbM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T08:23:18.063Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:23:18.063Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||Service Demo_pNF_7RPZUBMinyktUeNbjUbM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T08:23:18.063Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:23:18.063Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||Service Demo_pNF_7RPZUBMinyktUeNbjUbM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T08:23:18.064Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_7RPZUBMinyktUeNbjUbM
Description:catalog service description
Model UUID:b01af1d6-43b3-4172-a832-8cb187e9d059
Model Version:NULL
Model InvariantUuid:4ccc46db-4857-4500-83ea-6f016bce466c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-24T08:23:18.073Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: a75320d6-c8f5-437a-882c-6e8ec118850f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-24T08:23:18.081Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|INFO|500||pNF 44a2f3c6-4675 0
2022-04-24T08:23:18.081Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: a75320d6-c8f5-437a-882c-6e8ec118850f
2022-04-24T08:23:18.082Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||No resources found for Service: b01af1d6-43b3-4172-a832-8cb187e9d059
2022-04-24T08:23:18.082Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||Preparing to deploy Service: b01af1d6-43b3-4172-a832-8cb187e9d059
2022-04-24T08:23:18.082Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 44a2f3c6-4675 0 a75320d6-c8f5-437a-882c-6e8ec118850f ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-24T08:23:18.090Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@41ece417, org.onap.sdc.toscaparser.api.parameters.Input@145b2909, org.onap.sdc.toscaparser.api.parameters.Input@7fe1bc26, org.onap.sdc.toscaparser.api.parameters.Input@1ce760e0, org.onap.sdc.toscaparser.api.parameters.Input@3a0de337]
2022-04-24T08:23:18.091Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:23:18.091Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||Service Demo_pNF_7RPZUBMinyktUeNbjUbM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T08:23:18.092Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500|| resourceSeq for service uuid b01af1d6-43b3-4172-a832-8cb187e9d059: pNF 44a2f3c6-4675
2022-04-24T08:23:18.092Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|INFO|500||Processing PNF resource: a75320d6-c8f5-437a-882c-6e8ec118850f
2022-04-24T08:23:18.092Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:23:18.093Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||Service Demo_pNF_7RPZUBMinyktUeNbjUbM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T08:23:18.093Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|INFO|500||Resource customization UUID: 59e6cb29-ed44-473e-90c8-3a46f7a75008 is the same as notified resource customizationUUID: 59e6cb29-ed44-473e-90c8-3a46f7a75008
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-04-24T08:23:18.133Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 44a2f3c6-4675 a75320d6-c8f5-437a-882c-6e8ec118850f 0 ASDC deployResourceStructure
2022-04-24T08:23:18.133Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/artifacts/service-DemoPnf7rpzubminyktuenbjubm-csar.csar ASDC sendASDCNotification
2022-04-24T08:23:18.133Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/artifacts/service-DemoPnf7rpzubminyktuenbjubm-csar.csar
2022-04-24T08:23:18.134Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-24T08:23:18.134Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T08:23:18.137Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T08:23:18.138Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||try to send status {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650788598133,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/artifacts/service-DemoPnf7rpzubminyktuenbjubm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T08:23:18.236Z||pool-316-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-24T08:23:18.238Z||pool-316-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T08:23:18.238Z||pool-316-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:23:18.250Z||pool-316-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:23:18.250Z||pool-316-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-04-24T08:23:19.139Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9ee60d37-5c70-4abc-afce-87a34955691a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T08:23:19.155Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9ee60d37-5c70-4abc-afce-87a34955691a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T08:23:19.159Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-24T08:23:19.159Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-24T08:23:19.160Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-24T08:23:49.160Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9ee60d37-5c70-4abc-afce-87a34955691a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T08:23:49.178Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9ee60d37-5c70-4abc-afce-87a34955691a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T08:23:49.183Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-24T08:23:49.183Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-24T08:23:49.183Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-24T08:24:04.418Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T08:24:04.419Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T08:24:04.419Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:24:04.453Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:24:04.454Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T08:24:04.454Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "clamp",
  "timestamp": 1650788583721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/resourceInstances/pnf44a2f3c646750/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:24:04.455Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:24:19.192Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9ee60d37-5c70-4abc-afce-87a34955691a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T08:24:19.207Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9ee60d37-5c70-4abc-afce-87a34955691a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T08:24:19.211Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-24T08:24:19.211Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-24T08:24:19.211Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-24T08:24:49.213Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9ee60d37-5c70-4abc-afce-87a34955691a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T08:24:49.231Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9ee60d37-5c70-4abc-afce-87a34955691a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T08:24:49.234Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-24T08:24:49.235Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-24T08:24:49.235Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-24T08:25:04.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T08:25:04.418Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T08:25:04.419Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:25:04.942Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:25:04.944Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T08:25:04.944Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "clamp",
  "timestamp": 1650788583721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/resourceInstances/pnf44a2f3c646750/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:25:04.945Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:25:04.945Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T08:25:04.945Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650788584885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/resourceInstances/pnf44a2f3c646750/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:25:04.946Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:25:04.946Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T08:25:04.946Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650788582233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/resourceInstances/pnf44a2f3c646750/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:25:04.946Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:25:04.946Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T08:25:04.946Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "clamp",
  "timestamp": 1650788583721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/resourceInstances/pnf44a2f3c646750/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:25:04.947Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:25:04.947Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T08:25:04.947Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "aai-ml",
  "timestamp": 1650788586200,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/artifacts/service-DemoPnf7rpzubminyktuenbjubm-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-04-24T08:25:04.947Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:25:04.947Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T08:25:04.947Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650788584885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/resourceInstances/pnf44a2f3c646750/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:25:04.948Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:25:04.948Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T08:25:04.948Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650788582233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/resourceInstances/pnf44a2f3c646750/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:25:04.948Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:25:04.948Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T08:25:04.949Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "clamp",
  "timestamp": 1650788583721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/resourceInstances/pnf44a2f3c646750/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:25:04.949Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:25:04.949Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T08:25:04.949Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "aai-ml",
  "timestamp": 1650788587206,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T08:25:04.960Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 9ee60d37-5c70-4abc-afce-87a34955691a
2022-04-24T08:25:04.961Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ee60d37-5c70-4abc-afce-87a34955691a and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T08:25:04.975Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T08:25:04.976Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650788584885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/resourceInstances/pnf44a2f3c646750/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:25:04.977Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:25:04.977Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T08:25:04.977Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650788582233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/resourceInstances/pnf44a2f3c646750/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:25:04.977Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:25:04.978Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T08:25:04.978Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "clamp",
  "timestamp": 1650788583721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/resourceInstances/pnf44a2f3c646750/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:25:04.978Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:25:04.978Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T08:25:04.978Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650788584885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/resourceInstances/pnf44a2f3c646750/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:25:04.978Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:25:04.979Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T08:25:04.979Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650788582233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/resourceInstances/pnf44a2f3c646750/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:25:04.979Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:25:04.979Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T08:25:04.980Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "clamp",
  "timestamp": 1650788583721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/resourceInstances/pnf44a2f3c646750/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:25:04.980Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:25:04.980Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T08:25:04.980Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650788584885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/resourceInstances/pnf44a2f3c646750/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:25:04.980Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:25:04.981Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T08:25:04.981Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650788582233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/resourceInstances/pnf44a2f3c646750/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:25:04.981Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:25:04.981Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T08:25:04.981Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "clamp",
  "timestamp": 1650788583721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/artifacts/service-DemoPnf7rpzubminyktuenbjubm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:25:04.982Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:25:04.982Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T08:25:04.982Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650788584885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/resourceInstances/pnf44a2f3c646750/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:25:04.982Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:25:04.982Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T08:25:04.982Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650788582233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/resourceInstances/pnf44a2f3c646750/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:25:04.982Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:25:04.982Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T08:25:04.982Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "clamp",
  "timestamp": 1650788583721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/artifacts/service-DemoPnf7rpzubminyktuenbjubm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T08:25:04.982Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:25:04.983Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T08:25:04.983Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650788584885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/artifacts/service-DemoPnf7rpzubminyktuenbjubm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:25:04.983Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:25:04.983Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T08:25:04.983Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650788582233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/artifacts/service-DemoPnf7rpzubminyktuenbjubm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:25:04.983Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:25:04.984Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T08:25:04.984Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650788584885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/artifacts/service-DemoPnf7rpzubminyktuenbjubm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T08:25:04.984Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:25:04.984Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T08:25:04.984Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650788582233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/artifacts/service-DemoPnf7rpzubminyktuenbjubm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T08:25:04.984Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-24T08:25:04.984Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T08:25:04.984Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650788594109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/artifacts/service-DemoPnf7rpzubminyktuenbjubm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T08:25:04.985Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:25:04.985Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T08:25:04.985Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650788595225,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/artifacts/service-DemoPnf7rpzubminyktuenbjubm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T08:25:04.985Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:25:04.985Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T08:25:04.985Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "clamp",
  "timestamp": 1650788597081,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/artifacts/service-DemoPnf7rpzubminyktuenbjubm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T08:25:04.985Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:25:04.985Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T08:25:04.986Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650788596749,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/artifacts/service-DemoPnf7rpzubminyktuenbjubm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T08:25:04.986Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:25:04.986Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T08:25:04.986Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650788598133,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/artifacts/service-DemoPnf7rpzubminyktuenbjubm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T08:25:04.986Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:25:04.986Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T08:25:04.986Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650788597753,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T08:25:04.993Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9ee60d37-5c70-4abc-afce-87a34955691a
2022-04-24T08:25:04.993Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ee60d37-5c70-4abc-afce-87a34955691a and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T08:25:05.002Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T08:25:05.003Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "clamp",
  "timestamp": 1650788600083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7rpzubminyktuenbjubm/1.0/artifacts/service-DemoPnf7rpzubminyktuenbjubm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T08:25:05.003Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:25:05.003Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T08:25:05.004Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "clamp",
  "timestamp": 1650788601089,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T08:25:05.009Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9ee60d37-5c70-4abc-afce-87a34955691a
2022-04-24T08:25:05.009Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ee60d37-5c70-4abc-afce-87a34955691a and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T08:25:19.235Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9ee60d37-5c70-4abc-afce-87a34955691a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T08:25:19.248Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9ee60d37-5c70-4abc-afce-87a34955691a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T08:25:19.251Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-24T08:25:19.252Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-24T08:25:19.252Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-24T08:25:19.252Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-24T08:25:19.252Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-24T08:25:19.252Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-04-24T08:25:19.252Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T08:25:19.259Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-24T08:25:49.259Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 9ee60d37-5c70-4abc-afce-87a34955691a and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-24T08:25:49.274Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9ee60d37-5c70-4abc-afce-87a34955691a and serviceModelVersionId: b01af1d6-43b3-4172-a832-8cb187e9d059
2022-04-24T08:25:49.274Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4ccc46db-4857-4500-83ea-6f016bce466c
2022-04-24T08:25:49.275Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4ccc46db-4857-4500-83ea-6f016bce466c/model-vers/model-ver/b01af1d6-43b3-4172-a832-8cb187e9d059?depth=0
2022-04-24T08:25:49.284Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-04-24T08:25:49.339Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2e26f9f-2cbc-41e7-9439-4da75c93d9d1/model-vers/model-ver/88633fb7-37fa-4f23-a215-61f40452eeab?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ccc46db-4857-4500-83ea-6f016bce466c/model-vers/model-ver/b01af1d6-43b3-4172-a832-8cb187e9d059?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-24T08:25:49.344Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ccc46db-4857-4500-83ea-6f016bce466c/model-vers/model-ver/b01af1d6-43b3-4172-a832-8cb187e9d059?depth=0|INFO|500||Invoke
2022-04-24T08:25:50.877Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ccc46db-4857-4500-83ea-6f016bce466c/model-vers/model-ver/b01af1d6-43b3-4172-a832-8cb187e9d059?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ccc46db-4857-4500-83ea-6f016bce466c/model-vers/model-ver/b01af1d6-43b3-4172-a832-8cb187e9d059?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-24T08:25:50.878Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ccc46db-4857-4500-83ea-6f016bce466c/model-vers/model-ver/b01af1d6-43b3-4172-a832-8cb187e9d059?depth=0|INFO|500||Invoke
2022-04-24T08:25:52.411Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ccc46db-4857-4500-83ea-6f016bce466c/model-vers/model-ver/b01af1d6-43b3-4172-a832-8cb187e9d059?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ccc46db-4857-4500-83ea-6f016bce466c/model-vers/model-ver/b01af1d6-43b3-4172-a832-8cb187e9d059?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-24T08:25:52.413Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ccc46db-4857-4500-83ea-6f016bce466c/model-vers/model-ver/b01af1d6-43b3-4172-a832-8cb187e9d059?depth=0|INFO|500||Invoke
2022-04-24T08:25:53.446Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ccc46db-4857-4500-83ea-6f016bce466c/model-vers/model-ver/b01af1d6-43b3-4172-a832-8cb187e9d059?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-04-24T08:25:53.447Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ccc46db-4857-4500-83ea-6f016bce466c/model-vers/model-ver/b01af1d6-43b3-4172-a832-8cb187e9d059?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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)
Caused by: 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.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-04-24T08:25:53.448Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ccc46db-4857-4500-83ea-6f016bce466c/model-vers/model-ver/b01af1d6-43b3-4172-a832-8cb187e9d059?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-24T08:25:53.448Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ccc46db-4857-4500-83ea-6f016bce466c/model-vers/model-ver/b01af1d6-43b3-4172-a832-8cb187e9d059?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-24T08:25:53.460Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ccc46db-4857-4500-83ea-6f016bce466c/model-vers/model-ver/b01af1d6-43b3-4172-a832-8cb187e9d059?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-24T08:25:53.460Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ccc46db-4857-4500-83ea-6f016bce466c/model-vers/model-ver/b01af1d6-43b3-4172-a832-8cb187e9d059?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9ee60d37-5c70-4abc-afce-87a34955691a and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-24T08:25:53.460Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ccc46db-4857-4500-83ea-6f016bce466c/model-vers/model-ver/b01af1d6-43b3-4172-a832-8cb187e9d059?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-24T08:25:53.461Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ccc46db-4857-4500-83ea-6f016bce466c/model-vers/model-ver/b01af1d6-43b3-4172-a832-8cb187e9d059?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T08:25:53.464Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ccc46db-4857-4500-83ea-6f016bce466c/model-vers/model-ver/b01af1d6-43b3-4172-a832-8cb187e9d059?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T08:25:53.464Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ccc46db-4857-4500-83ea-6f016bce466c/model-vers/model-ver/b01af1d6-43b3-4172-a832-8cb187e9d059?depth=0|DEBUG|500||try to send status {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650788753460,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-24T08:25:53.563Z||pool-317-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T08:25:53.565Z||pool-317-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T08:25:53.565Z||pool-317-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:25:53.590Z||pool-317-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:25:53.591Z||pool-317-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-24T08:25:54.488Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ccc46db-4857-4500-83ea-6f016bce466c/model-vers/model-ver/b01af1d6-43b3-4172-a832-8cb187e9d059?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T08:25:54.489Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ccc46db-4857-4500-83ea-6f016bce466c/model-vers/model-ver/b01af1d6-43b3-4172-a832-8cb187e9d059?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T08:25:54.489Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ccc46db-4857-4500-83ea-6f016bce466c/model-vers/model-ver/b01af1d6-43b3-4172-a832-8cb187e9d059?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:26:04.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T08:26:04.418Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T08:26:04.419Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:26:04.774Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ccc46db-4857-4500-83ea-6f016bce466c/model-vers/model-ver/b01af1d6-43b3-4172-a832-8cb187e9d059?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:26:04.775Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ccc46db-4857-4500-83ea-6f016bce466c/model-vers/model-ver/b01af1d6-43b3-4172-a832-8cb187e9d059?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T08:26:04.777Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ccc46db-4857-4500-83ea-6f016bce466c/model-vers/model-ver/b01af1d6-43b3-4172-a832-8cb187e9d059?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T08:26:04.777Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ccc46db-4857-4500-83ea-6f016bce466c/model-vers/model-ver/b01af1d6-43b3-4172-a832-8cb187e9d059?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:26:05.040Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:26:05.041Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-24T08:26:05.042Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee60d37-5c70-4abc-afce-87a34955691a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650788753460,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-24T08:26:05.043Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:26:14.327Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ccc46db-4857-4500-83ea-6f016bce466c/model-vers/model-ver/b01af1d6-43b3-4172-a832-8cb187e9d059?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:26:14.328Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T08:26:14.328Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T08:26:14.328Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:26:23.888Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:26:23.889Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T08:26:23.890Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T08:26:23.890Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:26:33.451Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:26:33.452Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T08:26:33.453Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T08:26:33.454Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:26:43.043Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:27:04.389Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T08:27:04.389Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T08:27:04.390Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:27:04.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T08:27:04.419Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T08:27:04.419Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:27:13.983Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:27:13.991Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:28:04.387Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T08:28:04.389Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T08:28:04.390Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:28:04.418Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ccc46db-4857-4500-83ea-6f016bce466c/model-vers/model-ver/b01af1d6-43b3-4172-a832-8cb187e9d059?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T08:28:04.418Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ccc46db-4857-4500-83ea-6f016bce466c/model-vers/model-ver/b01af1d6-43b3-4172-a832-8cb187e9d059?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T08:28:04.419Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ccc46db-4857-4500-83ea-6f016bce466c/model-vers/model-ver/b01af1d6-43b3-4172-a832-8cb187e9d059?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:28:13.940Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:28:13.962Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ccc46db-4857-4500-83ea-6f016bce466c/model-vers/model-ver/b01af1d6-43b3-4172-a832-8cb187e9d059?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:29:04.388Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T08:29:04.390Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T08:29:04.390Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:29:04.419Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T08:29:04.419Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T08:29:04.420Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:29:13.959Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:29:14.035Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:30:04.388Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T08:30:04.389Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T08:30:04.389Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:30:04.418Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T08:30:04.418Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T08:30:04.419Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:30:13.956Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:30:13.977Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:31:04.387Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T08:31:04.389Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T08:31:04.389Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:31:04.418Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T08:31:04.419Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T08:31:04.419Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:31:13.946Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:31:13.993Z|2ff4c4be-fbc3-4297-86b7-76a3d1f323ad|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2044b583-d383-4a1e-b5ac-4655b042710a/model-vers/model-ver/525519de-9e14-4cbe-9994-a9e33e408e4a?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:32:04.388Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T08:32:04.391Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T08:32:04.392Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:32:04.418Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T08:32:04.420Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T08:32:04.420Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:32:13.961Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:32:13.966Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:33:04.388Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T08:33:04.391Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T08:33:04.392Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:33:04.419Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ccc46db-4857-4500-83ea-6f016bce466c/model-vers/model-ver/b01af1d6-43b3-4172-a832-8cb187e9d059?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T08:33:04.420Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ccc46db-4857-4500-83ea-6f016bce466c/model-vers/model-ver/b01af1d6-43b3-4172-a832-8cb187e9d059?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T08:33:04.420Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ccc46db-4857-4500-83ea-6f016bce466c/model-vers/model-ver/b01af1d6-43b3-4172-a832-8cb187e9d059?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:33:13.961Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:33:14.042Z|9ee60d37-5c70-4abc-afce-87a34955691a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ccc46db-4857-4500-83ea-6f016bce466c/model-vers/model-ver/b01af1d6-43b3-4172-a832-8cb187e9d059?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:34:04.389Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T08:34:04.390Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T08:34:04.390Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:34:04.419Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T08:34:04.422Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T08:34:04.422Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:34:13.989Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:34:13.995Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:35:04.387Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T08:35:04.389Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T08:35:04.389Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:35:04.417Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T08:35:04.418Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T08:35:04.419Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:35:04.861Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:35:04.862Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||received message from topic
2022-04-24T08:35:04.862Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650789300926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/resourceInstances/pnfecdd7fdb14c70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:35:04.864Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:35:04.864Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||received message from topic
2022-04-24T08:35:04.864Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "cds",
  "timestamp": 1650789299809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/resourceInstances/pnfecdd7fdb14c70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:35:04.864Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:35:05.008Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:35:05.009Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||received message from topic
2022-04-24T08:35:05.009Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"32867ed3-875e-45b8-a9f7-db828a31636a","serviceName":"Demo_pNF_SWTY9H2kVkCFwtAt30Ex","serviceVersion":"1.0","serviceUUID":"318a8ecd-3f6e-4dff-bfad-f26df1631921","serviceDescription":"catalog service description","serviceInvariantUUID":"835c26b5-82fa-4d6e-aa9f-5a7aad74707d","resources":[{"resourceInstanceName":"pNF ecdd7fdb-14c7 0","resourceName":"pNF ecdd7fdb-14c7","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"f62b7b79-021c-4295-803d-5b1f5a70a4c9","resourceInvariantUUID":"31fa5082-c037-4cdf-bd0c-7b6d5fa94aff","resourceCustomizationUUID":"52e17ec9-7dca-404a-a75d-0af198ce8b44","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/resourceInstances/pnfecdd7fdb14c70/artifacts/vf-license-model.xml","artifactChecksum":"ZWRiZTNiZDFiOTQ2OWUwZTAwNDg4NTVjN2ZkMWNlYmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"09d39337-8bbd-448e-9bf4-0bde4dda09ca","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/resourceInstances/pnfecdd7fdb14c70/artifacts/pNF.csar","artifactChecksum":"MWYyYzhhZDhmMTQzNmY3MDdmZGFkM2EyNjAwMjY3YzM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"df54b3fa-1e46-49cc-8ee7-1a61972c57be","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/resourceInstances/pnfecdd7fdb14c70/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"46e9d50e-a386-4406-a85b-ff40fcb98f91","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/resourceInstances/pnfecdd7fdb14c70/artifacts/vendor-license-model.xml","artifactChecksum":"ZjkyOWFjYTJkNTRlZTM1NThkMDlkYWIyZGY0MzBjZWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f75e3636-c33e-4ad3-ae16-5b7fd251069a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/resourceInstances/pnfecdd7fdb14c70/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"60ccda42-9530-4e89-8bc8-936ae70e3538","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/resourceInstances/pnfecdd7fdb14c70/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"53c7bda9-466a-477e-8a44-d8f1a4a68c79","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfSwty9h2kvkcfwtat30ex-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/artifacts/service-DemoPnfSwty9h2kvkcfwtat30ex-template.yml","artifactChecksum":"NTQzZGJiMGMxMTY2Y2ZlMmY5MDk2N2FkNTg0ODE3MDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"57ea658d-adc0-435c-92d1-214b10999bd2","artifactVersion":"1"},{"artifactName":"service-DemoPnfSwty9h2kvkcfwtat30ex-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/artifacts/service-DemoPnfSwty9h2kvkcfwtat30ex-csar.csar","artifactChecksum":"YzYwZWI0MThjNGJiNzAzNWNkMzNjOGY0OTdlNWMyYTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c3cdf632-669e-4968-a029-c8c427a318b4","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-24T08:35:05.015Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T08:35:05.016Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T08:35:05.025Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T08:35:05.025Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||try to send status {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650789304387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/resourceInstances/pnfecdd7fdb14c70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:35:05.124Z||pool-318-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-24T08:35:05.126Z||pool-318-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T08:35:05.126Z||pool-318-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:35:05.149Z||pool-318-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:35:05.150Z||pool-318-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-04-24T08:35:06.027Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T08:35:06.027Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T08:35:06.030Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T08:35:06.031Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||try to send status {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650789304387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/resourceInstances/pnfecdd7fdb14c70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:35:06.130Z||pool-319-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T08:35:06.131Z||pool-319-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T08:35:06.131Z||pool-319-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:35:06.144Z||pool-319-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:35:06.145Z||pool-319-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-24T08:35:07.031Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T08:35:07.032Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T08:35:07.035Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T08:35:07.035Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||try to send status {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650789304387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/resourceInstances/pnfecdd7fdb14c70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:35:07.135Z||pool-320-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T08:35:07.139Z||pool-320-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T08:35:07.139Z||pool-320-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:35:07.149Z||pool-320-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:35:07.151Z||pool-320-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-24T08:35:08.036Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T08:35:08.036Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T08:35:08.039Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T08:35:08.040Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||try to send status {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650789304387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/resourceInstances/pnfecdd7fdb14c70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:35:08.139Z||pool-321-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T08:35:08.140Z||pool-321-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T08:35:08.141Z||pool-321-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:35:08.158Z||pool-321-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:35:08.159Z||pool-321-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-24T08:35:09.040Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T08:35:09.041Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T08:35:09.045Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T08:35:09.045Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||try to send status {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650789304387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/resourceInstances/pnfecdd7fdb14c70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:35:09.143Z||pool-322-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-24T08:35:09.145Z||pool-322-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T08:35:09.145Z||pool-322-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:35:09.158Z||pool-322-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:35:09.159Z||pool-322-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-24T08:35:10.049Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T08:35:10.051Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T08:35:10.055Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T08:35:10.055Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||try to send status {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650789304387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/resourceInstances/pnfecdd7fdb14c70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:35:10.155Z||pool-323-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T08:35:10.156Z||pool-323-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T08:35:10.156Z||pool-323-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:35:10.174Z||pool-323-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:35:10.175Z||pool-323-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-24T08:35:11.056Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T08:35:11.057Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T08:35:11.060Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T08:35:11.061Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||try to send status {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650789304387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/artifacts/service-DemoPnfSwty9h2kvkcfwtat30ex-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:35:11.160Z||pool-324-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T08:35:11.162Z||pool-324-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T08:35:11.162Z||pool-324-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:35:11.174Z||pool-324-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:35:11.175Z||pool-324-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-04-24T08:35:12.062Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-24T08:35:12.063Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T08:35:12.066Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T08:35:12.066Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||try to send status {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650789304387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/artifacts/service-DemoPnfSwty9h2kvkcfwtat30ex-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T08:35:12.166Z||pool-325-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T08:35:12.167Z||pool-325-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T08:35:12.167Z||pool-325-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:35:12.179Z||pool-325-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:35:12.180Z||pool-325-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-24T08:35:13.075Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "serviceName": "Demo_pNF_SWTY9H2kVkCFwtAt30Ex",
  "serviceVersion": "1.0",
  "serviceUUID": "318a8ecd-3f6e-4dff-bfad-f26df1631921",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "835c26b5-82fa-4d6e-aa9f-5a7aad74707d",
  "resources": [
    {
      "resourceInstanceName": "pNF ecdd7fdb-14c7 0",
      "resourceCustomizationUUID": "52e17ec9-7dca-404a-a75d-0af198ce8b44",
      "resourceName": "pNF ecdd7fdb-14c7",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "f62b7b79-021c-4295-803d-5b1f5a70a4c9",
      "resourceInvariantUUID": "31fa5082-c037-4cdf-bd0c-7b6d5fa94aff",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfSwty9h2kvkcfwtat30ex-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/artifacts/service-DemoPnfSwty9h2kvkcfwtat30ex-csar.csar",
      "artifactChecksum": "YzYwZWI0MThjNGJiNzAzNWNkMzNjOGY0OTdlNWMyYTM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c3cdf632-669e-4968-a029-c8c427a318b4"
    }
  ],
  "workloadContext": "Production"
}
2022-04-24T08:35:13.081Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-24T08:35:13.082Z|23517b56-7adb-4f2e-a321-1e95d7ae81cc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 318a8ecd-3f6e-4dff-bfad-f26df1631921 ASDC
2022-04-24T08:35:13.084Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||ASDC Notification:
DistributionID:32867ed3-875e-45b8-a9f7-db828a31636a
ServiceName:Demo_pNF_SWTY9H2kVkCFwtAt30Ex
ServiceVersion:1.0
ServiceUUID:318a8ecd-3f6e-4dff-bfad-f26df1631921
ServiceInvariantUUID:835c26b5-82fa-4d6e-aa9f-5a7aad74707d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfSwty9h2kvkcfwtat30ex-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/artifacts/service-DemoPnfSwty9h2kvkcfwtat30ex-csar.csar
ArtifactUUID:c3cdf632-669e-4968-a029-c8c427a318b4
ArtifactChecksum:YzYwZWI0MThjNGJiNzAzNWNkMzNjOGY0OTdlNWMyYTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF ecdd7fdb-14c7 0
ResourceCustomizationUUID:52e17ec9-7dca-404a-a75d-0af198ce8b44
ResourceInvariantUUID:31fa5082-c037-4cdf-bd0c-7b6d5fa94aff
ResourceName:pNF ecdd7fdb-14c7
ResourceType:PNF
ResourceUUID:f62b7b79-021c-4295-803d-5b1f5a70a4c9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-04-24T08:35:13.084Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 318a8ecd-3f6e-4dff-bfad-f26df1631921 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T08:35:13.146Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-24T08:35:13.148Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|INFO|500||MSO config path is: /app
2022-04-24T08:35:13.149Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|INFO|500||MSO config path is: /app
2022-04-24T08:35:13.149Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|INFO|500||Trying to download the artifact UUID: c3cdf632-669e-4968-a029-c8c427a318b4 from URL: /sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/artifacts/service-DemoPnfSwty9h2kvkcfwtat30ex-csar.csar
2022-04-24T08:35:13.149Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|INFO|500||DistributionClient - download
2022-04-24T08:35:13.149Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/artifacts/service-DemoPnfSwty9h2kvkcfwtat30ex-csar.csar
2022-04-24T08:35:13.494Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||GET Response Status 200
2022-04-24T08:35:13.510Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/artifacts/service-DemoPnfSwty9h2kvkcfwtat30ex-csar.csar c3cdf632-669e-4968-a029-c8c427a318b4 82648
2022-04-24T08:35:13.511Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/artifacts/service-DemoPnfSwty9h2kvkcfwtat30ex-csar.csar ASDC sendASDCNotification
2022-04-24T08:35:13.511Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/artifacts/service-DemoPnfSwty9h2kvkcfwtat30ex-csar.csar
2022-04-24T08:35:13.512Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-24T08:35:13.512Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T08:35:13.515Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T08:35:13.515Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||try to send status {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650789313511,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/artifacts/service-DemoPnfSwty9h2kvkcfwtat30ex-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T08:35:13.615Z||pool-326-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-24T08:35:13.616Z||pool-326-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T08:35:13.616Z||pool-326-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:35:13.635Z||pool-326-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:35:13.636Z||pool-326-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-04-24T08:35:14.516Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-24T08:35:14.517Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|INFO|500||MSO config path is: /app
2022-04-24T08:35:14.517Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|INFO|500||Trying to write artifact UUID: c3cdf632-669e-4968-a029-c8c427a318b4, URL: /sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/artifacts/service-DemoPnfSwty9h2kvkcfwtat30ex-csar.csar to file: /app/ASDC/1/service-DemoPnfSwty9h2kvkcfwtat30ex-csar.csar
2022-04-24T08:35:14.519Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfSwty9h2kvkcfwtat30ex-csar.csar
2022-04-24T08:35:14.520Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfSwty9h2kvkcfwtat30ex-csar.csar
2022-04-24T08:35:14.521Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfSwty9h2kvkcfwtat30ex-csar.csar
2022-04-24T08:35:14.817Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16685520157622230639/Definitions/service-DemoPnfSwty9h2kvkcfwtat30ex-template.yml
2022-04-24T08:35:16.476Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-04-24T08:35:16.477Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|WARN|500||####################################################################################################
2022-04-24T08:35:16.477Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfSwty9h2kvkcfwtat30ex-csar.csar
2022-04-24T08:35:16.477Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-04-24T08:35:16.477Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|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-DemoPnfSwty9h2kvkcfwtat30ex-csar.csar
2022-04-24T08:35:16.478Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfSwty9h2kvkcfwtat30ex-csar.csar
2022-04-24T08:35:16.478Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|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-DemoPnfSwty9h2kvkcfwtat30ex-csar.csar
2022-04-24T08:35:16.478Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|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-DemoPnfSwty9h2kvkcfwtat30ex-csar.csar
2022-04-24T08:35:16.478Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF ecdd7fdb-14c7 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-DemoPnfSwty9h2kvkcfwtat30ex-csar.csar
2022-04-24T08:35:16.478Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|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-DemoPnfSwty9h2kvkcfwtat30ex-csar.csar
2022-04-24T08:35:16.478Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|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-DemoPnfSwty9h2kvkcfwtat30ex-csar.csar
2022-04-24T08:35:16.478Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|WARN|500||####################################################################################################
2022-04-24T08:35:16.479Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:35:16.479Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||Service Demo_pNF_SWTY9H2kVkCFwtAt30Ex is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T08:35:16.479Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||Node template pNF ecdd7fdb-14c7 0 is matching search criteria
2022-04-24T08:35:16.480Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||Search for entities recursively
2022-04-24T08:35:16.480Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||Found topology templates [pNF ecdd7fdb-14c7 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-24T08:35:16.480Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:35:16.480Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||Service Demo_pNF_SWTY9H2kVkCFwtAt30Ex is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T08:35:16.481Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||Node template pNF ecdd7fdb-14c7 0 is matching search criteria
2022-04-24T08:35:16.481Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||Search for entities recursively
2022-04-24T08:35:16.481Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||Found topology templates [pNF ecdd7fdb-14c7 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-24T08:35:16.481Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:35:16.481Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||Service Demo_pNF_SWTY9H2kVkCFwtAt30Ex is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T08:35:16.481Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:35:16.482Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||Service Demo_pNF_SWTY9H2kVkCFwtAt30Ex is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T08:35:16.482Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:35:16.482Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||Service Demo_pNF_SWTY9H2kVkCFwtAt30Ex is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T08:35:16.482Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:35:16.482Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||Service Demo_pNF_SWTY9H2kVkCFwtAt30Ex is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T08:35:16.483Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:35:16.483Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||Service Demo_pNF_SWTY9H2kVkCFwtAt30Ex is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T08:35:16.483Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_SWTY9H2kVkCFwtAt30Ex
Description:catalog service description
Model UUID:318a8ecd-3f6e-4dff-bfad-f26df1631921
Model Version:NULL
Model InvariantUuid:835c26b5-82fa-4d6e-aa9f-5a7aad74707d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-24T08:35:16.497Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: f62b7b79-021c-4295-803d-5b1f5a70a4c9
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-24T08:35:16.521Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|INFO|500||pNF ecdd7fdb-14c7 0
2022-04-24T08:35:16.521Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: f62b7b79-021c-4295-803d-5b1f5a70a4c9
2022-04-24T08:35:16.521Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||No resources found for Service: 318a8ecd-3f6e-4dff-bfad-f26df1631921
2022-04-24T08:35:16.522Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||Preparing to deploy Service: 318a8ecd-3f6e-4dff-bfad-f26df1631921
2022-04-24T08:35:16.522Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF ecdd7fdb-14c7 0 f62b7b79-021c-4295-803d-5b1f5a70a4c9 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-24T08:35:16.528Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@77c259c6, org.onap.sdc.toscaparser.api.parameters.Input@1fb828e7, org.onap.sdc.toscaparser.api.parameters.Input@4afed001, org.onap.sdc.toscaparser.api.parameters.Input@18b9463d, org.onap.sdc.toscaparser.api.parameters.Input@7d503085]
2022-04-24T08:35:16.529Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:35:16.529Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||Service Demo_pNF_SWTY9H2kVkCFwtAt30Ex is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T08:35:16.529Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500|| resourceSeq for service uuid 318a8ecd-3f6e-4dff-bfad-f26df1631921: pNF ecdd7fdb-14c7
2022-04-24T08:35:16.529Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|INFO|500||Processing PNF resource: f62b7b79-021c-4295-803d-5b1f5a70a4c9
2022-04-24T08:35:16.529Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-24T08:35:16.530Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||Service Demo_pNF_SWTY9H2kVkCFwtAt30Ex is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-24T08:35:16.530Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|INFO|500||Resource customization UUID: 52e17ec9-7dca-404a-a75d-0af198ce8b44 is the same as notified resource customizationUUID: 52e17ec9-7dca-404a-a75d-0af198ce8b44
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-04-24T08:35:16.579Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF ecdd7fdb-14c7 f62b7b79-021c-4295-803d-5b1f5a70a4c9 0 ASDC deployResourceStructure
2022-04-24T08:35:16.580Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/artifacts/service-DemoPnfSwty9h2kvkcfwtat30ex-csar.csar ASDC sendASDCNotification
2022-04-24T08:35:16.581Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/artifacts/service-DemoPnfSwty9h2kvkcfwtat30ex-csar.csar
2022-04-24T08:35:16.581Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-04-24T08:35:16.581Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T08:35:16.584Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T08:35:16.585Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||try to send status {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650789316580,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/artifacts/service-DemoPnfSwty9h2kvkcfwtat30ex-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T08:35:16.684Z||pool-327-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T08:35:16.686Z||pool-327-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T08:35:16.686Z||pool-327-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:35:16.701Z||pool-327-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:35:16.702Z||pool-327-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-24T08:35:17.586Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 32867ed3-875e-45b8-a9f7-db828a31636a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T08:35:17.600Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 32867ed3-875e-45b8-a9f7-db828a31636a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T08:35:17.603Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-24T08:35:17.603Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-24T08:35:17.603Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-24T08:35:47.603Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 32867ed3-875e-45b8-a9f7-db828a31636a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T08:35:47.620Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 32867ed3-875e-45b8-a9f7-db828a31636a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T08:35:47.624Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-24T08:35:47.624Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-24T08:35:47.625Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-24T08:36:04.417Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T08:36:04.418Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T08:36:04.419Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:36:04.443Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:36:04.444Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||received message from topic
2022-04-24T08:36:04.444Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "clamp",
  "timestamp": 1650789303721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/resourceInstances/pnfecdd7fdb14c70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:36:04.445Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:36:17.627Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 32867ed3-875e-45b8-a9f7-db828a31636a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T08:36:17.643Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 32867ed3-875e-45b8-a9f7-db828a31636a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T08:36:17.646Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-24T08:36:17.646Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-24T08:36:17.647Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-24T08:36:47.648Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 32867ed3-875e-45b8-a9f7-db828a31636a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T08:36:47.660Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 32867ed3-875e-45b8-a9f7-db828a31636a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T08:36:47.663Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-24T08:36:47.663Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-24T08:36:47.663Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-24T08:37:04.417Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T08:37:04.418Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T08:37:04.418Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:37:04.448Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:37:04.449Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||received message from topic
2022-04-24T08:37:04.451Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650789304387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/resourceInstances/pnfecdd7fdb14c70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:37:04.453Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:37:17.664Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 32867ed3-875e-45b8-a9f7-db828a31636a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T08:37:17.698Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 32867ed3-875e-45b8-a9f7-db828a31636a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T08:37:17.701Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-24T08:37:17.701Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-24T08:37:17.701Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-24T08:37:47.702Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 32867ed3-875e-45b8-a9f7-db828a31636a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T08:37:47.718Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 32867ed3-875e-45b8-a9f7-db828a31636a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T08:37:47.721Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-24T08:37:47.721Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-24T08:37:47.722Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-24T08:38:04.417Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T08:38:04.418Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T08:38:04.419Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:38:04.962Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:38:04.964Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||received message from topic
2022-04-24T08:38:04.964Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650789300926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/resourceInstances/pnfecdd7fdb14c70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:38:04.965Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:38:04.965Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||received message from topic
2022-04-24T08:38:04.965Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "cds",
  "timestamp": 1650789299809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/resourceInstances/pnfecdd7fdb14c70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:38:04.965Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:38:04.966Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||received message from topic
2022-04-24T08:38:04.966Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "clamp",
  "timestamp": 1650789303721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/resourceInstances/pnfecdd7fdb14c70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:38:04.966Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:38:04.966Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||received message from topic
2022-04-24T08:38:04.966Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650789304387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/resourceInstances/pnfecdd7fdb14c70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:38:04.966Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:38:04.967Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||received message from topic
2022-04-24T08:38:04.967Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650789300926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/resourceInstances/pnfecdd7fdb14c70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:38:04.967Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:38:04.967Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||received message from topic
2022-04-24T08:38:04.967Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "cds",
  "timestamp": 1650789299809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/resourceInstances/pnfecdd7fdb14c70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:38:04.967Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:38:04.967Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||received message from topic
2022-04-24T08:38:04.967Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650789304885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/resourceInstances/pnfecdd7fdb14c70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:38:04.967Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:38:04.967Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||received message from topic
2022-04-24T08:38:04.968Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650789305141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/resourceInstances/pnfecdd7fdb14c70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:38:04.968Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:38:04.968Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||received message from topic
2022-04-24T08:38:04.968Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "clamp",
  "timestamp": 1650789303721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/resourceInstances/pnfecdd7fdb14c70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:38:04.970Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:38:04.970Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||received message from topic
2022-04-24T08:38:04.970Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650789304387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/resourceInstances/pnfecdd7fdb14c70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:38:04.970Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:38:04.970Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||received message from topic
2022-04-24T08:38:04.970Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "cds",
  "timestamp": 1650789299809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/resourceInstances/pnfecdd7fdb14c70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:38:04.971Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:38:04.971Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||received message from topic
2022-04-24T08:38:04.971Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650789300926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/resourceInstances/pnfecdd7fdb14c70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:38:04.971Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:38:04.971Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||received message from topic
2022-04-24T08:38:04.971Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650789304885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/resourceInstances/pnfecdd7fdb14c70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:38:04.971Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:38:04.971Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||received message from topic
2022-04-24T08:38:04.971Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650789305141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/resourceInstances/pnfecdd7fdb14c70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:38:04.971Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:38:04.971Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||received message from topic
2022-04-24T08:38:04.972Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "clamp",
  "timestamp": 1650789303721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/resourceInstances/pnfecdd7fdb14c70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:38:04.972Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:38:04.972Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||received message from topic
2022-04-24T08:38:04.972Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650789304387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/resourceInstances/pnfecdd7fdb14c70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:38:04.972Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:38:04.972Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||received message from topic
2022-04-24T08:38:04.973Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650789300926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/resourceInstances/pnfecdd7fdb14c70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:38:04.973Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:38:04.973Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||received message from topic
2022-04-24T08:38:04.973Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "cds",
  "timestamp": 1650789299809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/resourceInstances/pnfecdd7fdb14c70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:38:04.973Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:38:04.973Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||received message from topic
2022-04-24T08:38:04.973Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650789304885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/resourceInstances/pnfecdd7fdb14c70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:38:04.973Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:38:04.973Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||received message from topic
2022-04-24T08:38:04.974Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650789305141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/resourceInstances/pnfecdd7fdb14c70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:38:04.974Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:38:04.974Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||received message from topic
2022-04-24T08:38:04.974Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "clamp",
  "timestamp": 1650789303721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/resourceInstances/pnfecdd7fdb14c70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:38:04.974Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:38:04.974Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||received message from topic
2022-04-24T08:38:04.974Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "policy-id",
  "timestamp": 1650789307821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/resourceInstances/pnfecdd7fdb14c70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:38:04.974Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:38:04.974Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||received message from topic
2022-04-24T08:38:04.974Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650789304387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/resourceInstances/pnfecdd7fdb14c70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:38:04.974Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:38:04.975Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||received message from topic
2022-04-24T08:38:04.975Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650789300926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/resourceInstances/pnfecdd7fdb14c70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-04-24T08:38:04.975Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:38:04.976Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||received message from topic
2022-04-24T08:38:04.976Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "cds",
  "timestamp": 1650789299809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/resourceInstances/pnfecdd7fdb14c70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:38:04.976Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:38:04.976Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||received message from topic
2022-04-24T08:38:04.976Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650789304885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/resourceInstances/pnfecdd7fdb14c70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:38:04.976Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:38:04.976Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||received message from topic
2022-04-24T08:38:04.977Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650789305141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/resourceInstances/pnfecdd7fdb14c70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:38:04.977Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:38:04.977Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||received message from topic
2022-04-24T08:38:04.977Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "clamp",
  "timestamp": 1650789303721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/resourceInstances/pnfecdd7fdb14c70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:38:04.977Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:38:04.977Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||received message from topic
2022-04-24T08:38:04.977Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "policy-id",
  "timestamp": 1650789307821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/resourceInstances/pnfecdd7fdb14c70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:38:04.977Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:38:04.977Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||received message from topic
2022-04-24T08:38:04.977Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650789304387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/resourceInstances/pnfecdd7fdb14c70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:38:04.978Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:38:04.978Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||received message from topic
2022-04-24T08:38:04.978Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650789300926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/artifacts/service-DemoPnfSwty9h2kvkcfwtat30ex-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:38:04.978Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:38:04.978Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||received message from topic
2022-04-24T08:38:04.979Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "cds",
  "timestamp": 1650789299809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/artifacts/service-DemoPnfSwty9h2kvkcfwtat30ex-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:38:04.979Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:38:04.979Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||received message from topic
2022-04-24T08:38:04.979Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650789304885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/resourceInstances/pnfecdd7fdb14c70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:38:04.979Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:38:04.979Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||received message from topic
2022-04-24T08:38:04.979Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650789305141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/resourceInstances/pnfecdd7fdb14c70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:38:04.980Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:38:04.981Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||received message from topic
2022-04-24T08:38:04.981Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "clamp",
  "timestamp": 1650789303721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/artifacts/service-DemoPnfSwty9h2kvkcfwtat30ex-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:38:04.981Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:38:04.981Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||received message from topic
2022-04-24T08:38:04.981Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "policy-id",
  "timestamp": 1650789307821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/resourceInstances/pnfecdd7fdb14c70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:38:04.982Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:38:04.982Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||received message from topic
2022-04-24T08:38:04.982Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650789304387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/artifacts/service-DemoPnfSwty9h2kvkcfwtat30ex-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:38:04.983Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:38:04.983Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||received message from topic
2022-04-24T08:38:04.983Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "cds",
  "timestamp": 1650789299809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/artifacts/service-DemoPnfSwty9h2kvkcfwtat30ex-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T08:38:04.983Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:38:04.983Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||received message from topic
2022-04-24T08:38:04.983Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650789300926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/artifacts/service-DemoPnfSwty9h2kvkcfwtat30ex-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:38:04.984Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:38:04.984Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||received message from topic
2022-04-24T08:38:04.984Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650789304885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/resourceInstances/pnfecdd7fdb14c70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:38:04.984Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:38:04.984Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||received message from topic
2022-04-24T08:38:04.984Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650789305141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/resourceInstances/pnfecdd7fdb14c70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:38:04.985Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:38:04.985Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||received message from topic
2022-04-24T08:38:04.985Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "clamp",
  "timestamp": 1650789303721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/artifacts/service-DemoPnfSwty9h2kvkcfwtat30ex-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T08:38:04.985Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:38:04.986Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||received message from topic
2022-04-24T08:38:04.986Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "policy-id",
  "timestamp": 1650789307821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/resourceInstances/pnfecdd7fdb14c70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:38:04.986Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:38:04.987Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||received message from topic
2022-04-24T08:38:04.987Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650789304387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/artifacts/service-DemoPnfSwty9h2kvkcfwtat30ex-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T08:38:04.987Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:38:04.987Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||received message from topic
2022-04-24T08:38:04.987Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650789304885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/artifacts/service-DemoPnfSwty9h2kvkcfwtat30ex-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:38:04.987Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:38:04.987Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||received message from topic
2022-04-24T08:38:04.987Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650789305141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/artifacts/service-DemoPnfSwty9h2kvkcfwtat30ex-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:38:04.987Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:38:04.987Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||received message from topic
2022-04-24T08:38:04.988Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650789312908,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/resourceInstances/pnfecdd7fdb14c70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-24T08:38:04.988Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:38:04.988Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||received message from topic
2022-04-24T08:38:04.988Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "policy-id",
  "timestamp": 1650789307821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/resourceInstances/pnfecdd7fdb14c70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:38:04.988Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:38:04.988Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||received message from topic
2022-04-24T08:38:04.988Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "cds",
  "timestamp": 1650789312991,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/artifacts/service-DemoPnfSwty9h2kvkcfwtat30ex-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T08:38:04.988Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:38:04.988Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||received message from topic
2022-04-24T08:38:04.988Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650789304885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/artifacts/service-DemoPnfSwty9h2kvkcfwtat30ex-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T08:38:04.988Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:38:04.989Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||received message from topic
2022-04-24T08:38:04.989Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650789313511,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/artifacts/service-DemoPnfSwty9h2kvkcfwtat30ex-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T08:38:04.989Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:38:04.989Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||received message from topic
2022-04-24T08:38:04.989Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650789305141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/artifacts/service-DemoPnfSwty9h2kvkcfwtat30ex-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T08:38:04.989Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:38:04.989Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||received message from topic
2022-04-24T08:38:04.989Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650789313930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/resourceInstances/pnfecdd7fdb14c70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-04-24T08:38:04.990Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:38:04.990Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||received message from topic
2022-04-24T08:38:04.990Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "policy-id",
  "timestamp": 1650789307821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/resourceInstances/pnfecdd7fdb14c70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:38:04.990Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:38:04.990Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||received message from topic
2022-04-24T08:38:04.990Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "cds",
  "timestamp": 1650789314002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/artifacts/service-DemoPnfSwty9h2kvkcfwtat30ex-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T08:38:05.003Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 32867ed3-875e-45b8-a9f7-db828a31636a
2022-04-24T08:38:05.004Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 32867ed3-875e-45b8-a9f7-db828a31636a and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T08:38:05.018Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||received message from topic
2022-04-24T08:38:05.018Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650789313987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/artifacts/service-DemoPnfSwty9h2kvkcfwtat30ex-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T08:38:05.019Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:38:05.019Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||received message from topic
2022-04-24T08:38:05.019Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650789314935,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T08:38:05.027Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 32867ed3-875e-45b8-a9f7-db828a31636a
2022-04-24T08:38:05.028Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 32867ed3-875e-45b8-a9f7-db828a31636a and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T08:38:05.041Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||received message from topic
2022-04-24T08:38:05.042Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "policy-id",
  "timestamp": 1650789307821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/artifacts/service-DemoPnfSwty9h2kvkcfwtat30ex-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:38:05.042Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:38:05.042Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||received message from topic
2022-04-24T08:38:05.043Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "policy-id",
  "timestamp": 1650789307821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/artifacts/service-DemoPnfSwty9h2kvkcfwtat30ex-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T08:38:05.043Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:38:05.043Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||received message from topic
2022-04-24T08:38:05.043Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650789316580,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/artifacts/service-DemoPnfSwty9h2kvkcfwtat30ex-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T08:38:05.043Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:38:05.044Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||received message from topic
2022-04-24T08:38:05.044Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "policy-id",
  "timestamp": 1650789317047,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/artifacts/service-DemoPnfSwty9h2kvkcfwtat30ex-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T08:38:05.044Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:38:05.044Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||received message from topic
2022-04-24T08:38:05.045Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650789316773,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/artifacts/service-DemoPnfSwty9h2kvkcfwtat30ex-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T08:38:05.045Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:38:05.045Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||received message from topic
2022-04-24T08:38:05.045Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "policy-id",
  "timestamp": 1650789318052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/artifacts/service-DemoPnfSwty9h2kvkcfwtat30ex-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T08:38:05.046Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:38:05.046Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||received message from topic
2022-04-24T08:38:05.046Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650789317783,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T08:38:05.053Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 32867ed3-875e-45b8-a9f7-db828a31636a
2022-04-24T08:38:05.054Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 32867ed3-875e-45b8-a9f7-db828a31636a and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T08:38:05.073Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||received message from topic
2022-04-24T08:38:05.074Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "policy-id",
  "timestamp": 1650789319055,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T08:38:05.082Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 32867ed3-875e-45b8-a9f7-db828a31636a
2022-04-24T08:38:05.083Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 32867ed3-875e-45b8-a9f7-db828a31636a and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T08:38:05.097Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||received message from topic
2022-04-24T08:38:05.098Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "clamp",
  "timestamp": 1650789319232,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/artifacts/service-DemoPnfSwty9h2kvkcfwtat30ex-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T08:38:05.098Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:38:05.099Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||received message from topic
2022-04-24T08:38:05.099Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "clamp",
  "timestamp": 1650789320264,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/artifacts/service-DemoPnfSwty9h2kvkcfwtat30ex-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-24T08:38:05.099Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:38:05.107Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||received message from topic
2022-04-24T08:38:05.108Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "clamp",
  "timestamp": 1650789321270,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T08:38:05.117Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 32867ed3-875e-45b8-a9f7-db828a31636a
2022-04-24T08:38:05.118Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 32867ed3-875e-45b8-a9f7-db828a31636a and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T08:38:05.131Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||received message from topic
2022-04-24T08:38:05.131Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "aai-ml",
  "timestamp": 1650789321636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/resourceInstances/pnfecdd7fdb14c70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:38:05.132Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:38:05.132Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||received message from topic
2022-04-24T08:38:05.133Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "aai-ml",
  "timestamp": 1650789321636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/resourceInstances/pnfecdd7fdb14c70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:38:05.134Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:38:05.134Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||received message from topic
2022-04-24T08:38:05.134Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "aai-ml",
  "timestamp": 1650789321636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/resourceInstances/pnfecdd7fdb14c70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:38:05.134Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:38:05.135Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||received message from topic
2022-04-24T08:38:05.135Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "aai-ml",
  "timestamp": 1650789321636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/resourceInstances/pnfecdd7fdb14c70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:38:05.136Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:38:05.136Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||received message from topic
2022-04-24T08:38:05.137Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "aai-ml",
  "timestamp": 1650789321636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/resourceInstances/pnfecdd7fdb14c70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:38:05.137Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:38:05.138Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||received message from topic
2022-04-24T08:38:05.138Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "aai-ml",
  "timestamp": 1650789321636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/resourceInstances/pnfecdd7fdb14c70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:38:05.139Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:38:05.139Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||received message from topic
2022-04-24T08:38:05.139Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "aai-ml",
  "timestamp": 1650789321636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/artifacts/service-DemoPnfSwty9h2kvkcfwtat30ex-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-24T08:38:05.140Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:38:05.140Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||received message from topic
2022-04-24T08:38:05.141Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "aai-ml",
  "timestamp": 1650789321636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/artifacts/service-DemoPnfSwty9h2kvkcfwtat30ex-csar.csar",
  "status": "NOTIFIED"
}
2022-04-24T08:38:05.141Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||Missing status on Status Object. 
2022-04-24T08:38:05.142Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||received message from topic
2022-04-24T08:38:05.142Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "aai-ml",
  "timestamp": 1650789330742,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/artifacts/service-DemoPnfSwty9h2kvkcfwtat30ex-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-24T08:38:05.143Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:38:05.143Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||received message from topic
2022-04-24T08:38:05.143Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "aai-ml",
  "timestamp": 1650789336311,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSwty9h2kvkcfwtat30ex/1.0/artifacts/service-DemoPnfSwty9h2kvkcfwtat30ex-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-04-24T08:38:05.144Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:38:05.145Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||received message from topic
2022-04-24T08:38:05.145Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "aai-ml",
  "timestamp": 1650789337316,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T08:38:05.157Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 32867ed3-875e-45b8-a9f7-db828a31636a
2022-04-24T08:38:05.158Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 32867ed3-875e-45b8-a9f7-db828a31636a and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-24T08:38:17.724Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 32867ed3-875e-45b8-a9f7-db828a31636a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T08:38:17.741Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 32867ed3-875e-45b8-a9f7-db828a31636a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-24T08:38:17.746Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-24T08:38:17.747Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-24T08:38:17.747Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-24T08:38:17.747Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-24T08:38:17.747Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-24T08:38:17.748Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-04-24T08:38:17.748Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-24T08:38:17.755Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-24T08:38:47.756Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 32867ed3-875e-45b8-a9f7-db828a31636a and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-24T08:38:47.763Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 32867ed3-875e-45b8-a9f7-db828a31636a and serviceModelVersionId: 318a8ecd-3f6e-4dff-bfad-f26df1631921
2022-04-24T08:38:47.764Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 835c26b5-82fa-4d6e-aa9f-5a7aad74707d
2022-04-24T08:38:47.765Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/835c26b5-82fa-4d6e-aa9f-5a7aad74707d/model-vers/model-ver/318a8ecd-3f6e-4dff-bfad-f26df1631921?depth=0
2022-04-24T08:38:47.775Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9090c929-029c-46ed-9b19-be3c488cc5dc/model-vers/model-ver/38f4df1b-9aee-4f29-a891-34af8bfa2dfc?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-04-24T08:38:47.826Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/835c26b5-82fa-4d6e-aa9f-5a7aad74707d/model-vers/model-ver/318a8ecd-3f6e-4dff-bfad-f26df1631921?depth=0|INFO|500||Invoke
2022-04-24T08:38:47.827Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/835c26b5-82fa-4d6e-aa9f-5a7aad74707d/model-vers/model-ver/318a8ecd-3f6e-4dff-bfad-f26df1631921?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/835c26b5-82fa-4d6e-aa9f-5a7aad74707d/model-vers/model-ver/318a8ecd-3f6e-4dff-bfad-f26df1631921?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[32867ed3-875e-45b8-a9f7-db828a31636a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[740a72c1-ce81-48e7-8e13-057288c9bab7], X-ECOMP-RequestID=[32867ed3-875e-45b8-a9f7-db828a31636a], X-TransactionId=[], X-ONAP-RequestID=[32867ed3-875e-45b8-a9f7-db828a31636a], Content-Type=[application/merge-patch+json]}
2022-04-24T08:38:49.372Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/835c26b5-82fa-4d6e-aa9f-5a7aad74707d/model-vers/model-ver/318a8ecd-3f6e-4dff-bfad-f26df1631921?depth=0|INFO|500||Invoke
2022-04-24T08:38:49.373Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/835c26b5-82fa-4d6e-aa9f-5a7aad74707d/model-vers/model-ver/318a8ecd-3f6e-4dff-bfad-f26df1631921?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/835c26b5-82fa-4d6e-aa9f-5a7aad74707d/model-vers/model-ver/318a8ecd-3f6e-4dff-bfad-f26df1631921?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[32867ed3-875e-45b8-a9f7-db828a31636a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c25de23c-2b78-4b75-84c2-2fc22305645e], X-ECOMP-RequestID=[32867ed3-875e-45b8-a9f7-db828a31636a], X-TransactionId=[], X-ONAP-RequestID=[32867ed3-875e-45b8-a9f7-db828a31636a], Content-Type=[application/merge-patch+json]}
2022-04-24T08:38:50.912Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/835c26b5-82fa-4d6e-aa9f-5a7aad74707d/model-vers/model-ver/318a8ecd-3f6e-4dff-bfad-f26df1631921?depth=0|INFO|500||Invoke
2022-04-24T08:38:50.913Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/835c26b5-82fa-4d6e-aa9f-5a7aad74707d/model-vers/model-ver/318a8ecd-3f6e-4dff-bfad-f26df1631921?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/835c26b5-82fa-4d6e-aa9f-5a7aad74707d/model-vers/model-ver/318a8ecd-3f6e-4dff-bfad-f26df1631921?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[32867ed3-875e-45b8-a9f7-db828a31636a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[42612056-c489-41cb-bd9c-a012850f0ab6], X-ECOMP-RequestID=[32867ed3-875e-45b8-a9f7-db828a31636a], X-TransactionId=[], X-ONAP-RequestID=[32867ed3-875e-45b8-a9f7-db828a31636a], Content-Type=[application/merge-patch+json]}
2022-04-24T08:38:51.941Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/835c26b5-82fa-4d6e-aa9f-5a7aad74707d/model-vers/model-ver/318a8ecd-3f6e-4dff-bfad-f26df1631921?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-04-24T08:38:51.942Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/835c26b5-82fa-4d6e-aa9f-5a7aad74707d/model-vers/model-ver/318a8ecd-3f6e-4dff-bfad-f26df1631921?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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)
Caused by: 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.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-04-24T08:38:51.943Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/835c26b5-82fa-4d6e-aa9f-5a7aad74707d/model-vers/model-ver/318a8ecd-3f6e-4dff-bfad-f26df1631921?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-24T08:38:51.943Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/835c26b5-82fa-4d6e-aa9f-5a7aad74707d/model-vers/model-ver/318a8ecd-3f6e-4dff-bfad-f26df1631921?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-24T08:38:51.948Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/835c26b5-82fa-4d6e-aa9f-5a7aad74707d/model-vers/model-ver/318a8ecd-3f6e-4dff-bfad-f26df1631921?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-24T08:38:51.949Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/835c26b5-82fa-4d6e-aa9f-5a7aad74707d/model-vers/model-ver/318a8ecd-3f6e-4dff-bfad-f26df1631921?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 32867ed3-875e-45b8-a9f7-db828a31636a and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-24T08:38:51.949Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/835c26b5-82fa-4d6e-aa9f-5a7aad74707d/model-vers/model-ver/318a8ecd-3f6e-4dff-bfad-f26df1631921?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-24T08:38:51.950Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/835c26b5-82fa-4d6e-aa9f-5a7aad74707d/model-vers/model-ver/318a8ecd-3f6e-4dff-bfad-f26df1631921?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-24T08:38:51.952Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/835c26b5-82fa-4d6e-aa9f-5a7aad74707d/model-vers/model-ver/318a8ecd-3f6e-4dff-bfad-f26df1631921?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-24T08:38:51.953Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/835c26b5-82fa-4d6e-aa9f-5a7aad74707d/model-vers/model-ver/318a8ecd-3f6e-4dff-bfad-f26df1631921?depth=0|DEBUG|500||try to send status {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650789531949,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-24T08:38:52.052Z||pool-328-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-24T08:38:52.053Z||pool-328-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-24T08:38:52.054Z||pool-328-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:38:52.068Z||pool-328-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:38:52.069Z||pool-328-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-24T08:38:52.967Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/835c26b5-82fa-4d6e-aa9f-5a7aad74707d/model-vers/model-ver/318a8ecd-3f6e-4dff-bfad-f26df1631921?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T08:38:52.967Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/835c26b5-82fa-4d6e-aa9f-5a7aad74707d/model-vers/model-ver/318a8ecd-3f6e-4dff-bfad-f26df1631921?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T08:38:52.968Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/835c26b5-82fa-4d6e-aa9f-5a7aad74707d/model-vers/model-ver/318a8ecd-3f6e-4dff-bfad-f26df1631921?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:39:03.219Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/835c26b5-82fa-4d6e-aa9f-5a7aad74707d/model-vers/model-ver/318a8ecd-3f6e-4dff-bfad-f26df1631921?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:39:03.220Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/835c26b5-82fa-4d6e-aa9f-5a7aad74707d/model-vers/model-ver/318a8ecd-3f6e-4dff-bfad-f26df1631921?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T08:39:03.221Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/835c26b5-82fa-4d6e-aa9f-5a7aad74707d/model-vers/model-ver/318a8ecd-3f6e-4dff-bfad-f26df1631921?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T08:39:03.221Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/835c26b5-82fa-4d6e-aa9f-5a7aad74707d/model-vers/model-ver/318a8ecd-3f6e-4dff-bfad-f26df1631921?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:39:04.417Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T08:39:04.418Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T08:39:04.419Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:39:05.102Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:39:05.102Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||received message from topic
2022-04-24T08:39:05.103Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "32867ed3-875e-45b8-a9f7-db828a31636a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650789531949,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-24T08:39:05.104Z|1bd890a7-7385-4365-9b8d-564113331375|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f292730b-3895-4306-aa60-08bd9daf6d82/model-vers/model-ver/84d70253-72fc-4f25-8358-6b15c6f364f7?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-24T08:39:12.779Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/835c26b5-82fa-4d6e-aa9f-5a7aad74707d/model-vers/model-ver/318a8ecd-3f6e-4dff-bfad-f26df1631921?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:39:12.780Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/835c26b5-82fa-4d6e-aa9f-5a7aad74707d/model-vers/model-ver/318a8ecd-3f6e-4dff-bfad-f26df1631921?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T08:39:12.781Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/835c26b5-82fa-4d6e-aa9f-5a7aad74707d/model-vers/model-ver/318a8ecd-3f6e-4dff-bfad-f26df1631921?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T08:39:12.781Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/835c26b5-82fa-4d6e-aa9f-5a7aad74707d/model-vers/model-ver/318a8ecd-3f6e-4dff-bfad-f26df1631921?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:39:22.362Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/835c26b5-82fa-4d6e-aa9f-5a7aad74707d/model-vers/model-ver/318a8ecd-3f6e-4dff-bfad-f26df1631921?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:39:22.363Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/835c26b5-82fa-4d6e-aa9f-5a7aad74707d/model-vers/model-ver/318a8ecd-3f6e-4dff-bfad-f26df1631921?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T08:39:22.363Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/835c26b5-82fa-4d6e-aa9f-5a7aad74707d/model-vers/model-ver/318a8ecd-3f6e-4dff-bfad-f26df1631921?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T08:39:22.363Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/835c26b5-82fa-4d6e-aa9f-5a7aad74707d/model-vers/model-ver/318a8ecd-3f6e-4dff-bfad-f26df1631921?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:39:31.932Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/835c26b5-82fa-4d6e-aa9f-5a7aad74707d/model-vers/model-ver/318a8ecd-3f6e-4dff-bfad-f26df1631921?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:40:04.388Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/835c26b5-82fa-4d6e-aa9f-5a7aad74707d/model-vers/model-ver/318a8ecd-3f6e-4dff-bfad-f26df1631921?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T08:40:04.388Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/835c26b5-82fa-4d6e-aa9f-5a7aad74707d/model-vers/model-ver/318a8ecd-3f6e-4dff-bfad-f26df1631921?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T08:40:04.389Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/835c26b5-82fa-4d6e-aa9f-5a7aad74707d/model-vers/model-ver/318a8ecd-3f6e-4dff-bfad-f26df1631921?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:40:04.418Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-24T08:40:04.419Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-24T08:40:04.419Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bGbc0Kz8HonJj7vM) ...
2022-04-24T08:40:13.940Z|32867ed3-875e-45b8-a9f7-db828a31636a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/835c26b5-82fa-4d6e-aa9f-5a7aad74707d/model-vers/model-ver/318a8ecd-3f6e-4dff-bfad-f26df1631921?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-04-24T08:40:13.981Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK